No description
Find a file
2016-02-08 16:07:35 +01:00
akka-actor #19046 replace system.{shutdown => terminate} 2016-01-20 11:50:43 +01:00
akka-actor-tests #19344 Made BackoffSupervisorSpec more robust 2016-01-22 14:24:36 +01:00
akka-agent =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-bench-jmh #19446 #18869 Add IOResult 2016-01-21 18:06:42 +02:00
akka-camel squash some warnings 2016-01-20 11:54:24 +01:00
akka-cluster #19046 replace system.{shutdown => terminate} 2016-01-20 11:50:43 +01:00
akka-cluster-metrics #19432 enable MiMa check for osgi and cluster-metrics projects 2016-01-21 17:19:39 +02:00
akka-cluster-sharding Corrected several misspellings of the word "losing". 2016-01-15 20:20:15 -08:00
akka-cluster-tools squash some warnings 2016-01-20 11:54:24 +01:00
akka-contrib squash some warnings 2016-01-20 11:54:24 +01:00
akka-distributed-data =cdd #18328 use set operators union diff instead of ++ -- 2015-11-25 09:17:12 +01:00
akka-docs +htc #19708 provides default marshaller for akka.Done (200, empty text response) 2016-02-08 16:07:35 +01:00
akka-http +htc #19708 provides default marshaller for akka.Done (200, empty text response) 2016-02-08 16:07:35 +01:00
akka-http-core !htc,str #19275 fix various scala/java interop problems in DSL 2016-01-22 11:12:22 +01:00
akka-http-marshallers-java/akka-http-jackson Do not verify if scaladoc diagrams have been generated as there is none 2016-01-20 13:18:56 +02:00
akka-http-marshallers-scala Various streams build improvements 2016-01-18 18:16:30 +02:00
akka-http-testkit !htc,doc,htp #19508 fix casing of WebSocket (as per spec) 2016-01-22 11:12:22 +01:00
akka-http-tests +htc #19708 provides default marshaller for akka.Done (200, empty text response) 2016-02-08 16:07:35 +01:00
akka-kernel =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-multi-node-testkit =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-osgi #19432 enable MiMa check for osgi and cluster-metrics projects 2016-01-21 17:19:39 +02:00
akka-parsing squash some warnings 2016-01-20 11:54:24 +01:00
akka-persistence !peq #19324 update persistence-query to stream 2.0.1 2016-01-11 18:27:35 +01:00
akka-persistence-query also fix FlowInterleaveSpec 2016-01-20 10:01:58 +02:00
akka-persistence-tck =per,tck #18639 introduce capability flags for journal features 2015-11-27 10:29:34 +01:00
akka-protobuf +pro enable validatePullRequest locally 2016-01-22 10:27:47 +01:00
akka-remote #19447 remove compatibility fallbacks for Java < 8 2016-01-14 15:52:13 +01:00
akka-remote-tests squash some warnings 2016-01-20 11:54:24 +01:00
akka-samples Various streams build improvements 2016-01-18 18:16:30 +02:00
akka-slf4j =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-stream Merge pull request #19576 from 2m/wip-deprecate-stage-2m 2016-01-22 15:25:32 +01:00
akka-stream-testkit squash some warnings 2016-01-20 11:54:24 +01:00
akka-stream-tests Merge pull request #19489 from agolubev/agolubev-#18890_polish-Source.queue 2016-01-22 08:39:53 +01:00
akka-stream-tests-tck #19537 Increase RS TCK timeouts 2016-01-21 17:27:46 +01:00
akka-testkit squash some warnings 2016-01-20 11:54:24 +01:00
akka-typed Merge pull request #19505 from 2m/wip-stream-build-fix 2016-01-19 11:17:11 +02:00
project =pro fix junit version to be the same in both scopes 2016-01-22 11:12:22 +01:00
scripts =pro Update url in publish samples script 2015-08-14 16:36:43 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore +pro add Akka Streams HTTP to master build 2016-01-13 01:25:04 +01:00
.java-version =per,tck #18639 introduce capability flags for journal features 2015-11-27 10:29:34 +01:00
build.sbt =pro #19054 update to sbt-dependency-graph 0.8.0 2015-12-01 16:15:23 +01:00
CONTRIBUTING.md +pro enable validatePullRequest locally 2016-01-22 10:27:47 +01:00
COPYING.protobuf =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
LICENSE =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
README.md Fix link to contributing.md 2016-01-05 10:16:04 +01:00

Akka

We believe that writing correct concurrent & distributed, resilient and elastic applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction.

Akka is here to change that.

Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications.

For resilience we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop.

Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.

Akka is Open Source and available under the Apache 2 License.

Learn more at akka.io. Join the akka-user mailing list. Follow @akkateam on twitter.

If you are looking to contribute back to Akka, the CONTRIBUTING.md file should provide you with all the information needed to get started.

Gitter