No description
Find a file
Patrik Nordwall e16ea0bf79 Merge pull request #17528 from akka/wip-fix-javaunidoc-∂π
do not generate javadoc for tests
2015-05-20 10:19:15 +02:00
akka-actor Merge pull request #17456 from akka/wip-15331-async-shard-allocation-strategy-patriknw 2015-05-19 14:54:25 +02:00
akka-actor-tests = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-agent = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-bench-jmh =act #17071 Update typesafe-config to 1.3.0 2015-05-19 12:02:55 +02:00
akka-camel Merge pull request #17386 from akka/wip-17380-java8-patriknw 2015-05-19 07:42:00 +02:00
akka-cluster = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-cluster-metrics = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-cluster-sharding !con #15331 Support async allocateShard and rebalance 2015-05-19 13:53:07 +02:00
akka-cluster-tools !cto #17454 Introduce ClusterClientSettings and ClusterReceptionistSettings 2015-05-19 11:16:00 +02:00
akka-contrib = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-docs !con #15331 Support async allocateShard and rebalance 2015-05-19 13:53:07 +02:00
akka-kernel =ker #15677 Deprecate Microkernel 2015-04-01 12:01:07 +02:00
akka-multi-node-testkit = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-osgi = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-persistence Merge pull request #17433 from akka/wip-16695-dependencies-patriknw 2015-05-19 11:30:10 +02:00
akka-persistence-tck = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-remote !act #13919 Make ActorRef.isTerminated internal 2015-05-19 12:08:24 +02:00
akka-remote-tests =rem #17440 Harden RemoteReDeploymentSpec 2015-05-18 12:51:35 +02:00
akka-samples Merge pull request #17455 from akka/wip-17454-cluster-tools-settings-patriknw 2015-05-19 13:30:44 +02:00
akka-slf4j Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-stream/src Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-testkit = #17380 fix doc comments for java8 doclint 2015-05-18 12:51:36 +02:00
akka-typed Merge pull request #17477 from akka/wip-17460-typed-ActorContextSpec-patriknw 2015-05-19 13:31:53 +02:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project do not generate javadoc for tests 2015-05-20 09:00:21 +02:00
scripts !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore = #17380 genjavadoc 0.9 2015-05-18 16:39:20 +02:00
build.sbt =pro #17397 improve PR validation speed tremendously (skipping things) 2015-05-08 14:09:12 +02:00
CONTRIBUTING.md =pro #17397 improve PR validation speed tremendously (skipping things) 2015-05-08 14:09:12 +02:00
LICENSE Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
README.md switch README from textile to markdown and freshen it up 2015-04-16 22:10:32 +02: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.

Gitter