No description
Find a file
Patrik Nordwall b30e460be7 = #17342 Make 2.4 binary compatible with 2.3
(cherry picked from commit 89af8bdb90)

* remove final identifier in serializers

i* revert/deprecate ProtobufSerializer.ARRAY_OF_BYTE_ARRAY

* adding back compatible empty constructor in serializers

* make FSM.State compatible

* add back ActorPath.ElementRegex

* revert SocketOption changes and add SocketOptionV2
  see a6d3704ef6

* problem filter for ActorSystem and ActorPath

* problem filter for ByteString

* problem filter for deprecated Timeout methods

* BalancingPool companion

* ask

* problem filter for ActorDSL

* event bus

* exclude hasSubscriptions

* exclude some problems in testkit

* boundAddress and addressFromSocketAddress

* Pool nrOfInstances

* PromiseActorRef

* check with 2.3.9

* migration guide note

* explicit exclude of final class problems
2015-05-11 21:11:52 +02:00
akka-actor = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
akka-actor-tests = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
akka-agent Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-bench-jmh Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-camel Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-cluster = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
akka-cluster-metrics = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
akka-contrib =str #17200 Stop shard region when MemberRemoved 2015-04-22 12:46:30 +02:00
akka-docs = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
akka-kernel =ker #15677 Deprecate Microkernel 2015-04-01 12:01:07 +02:00
akka-multi-node-testkit = #17240 Use some more DeadLetterSuppression 2015-04-22 21:40:23 +02:00
akka-osgi Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-persistence =pro #17397 improve PR validation speed tremendously (skipping things) 2015-05-08 14:09:12 +02:00
akka-persistence-tck !per #17249 Avoid init problems of persistence tck 2015-05-06 14:20:40 +02:00
akka-remote = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
akka-remote-tests Merge pull request #17397 from ktoso/wip-speedup-validation-ktoso 2015-05-08 19:56:55 +02:00
akka-samples = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +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 = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
akka-typed =typ #17137 increase await timeout, allow using dilation 2015-04-03 15:50:41 +02:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
scripts + akka-cluster-metrics: new akka module 2015-01-19 10:23:54 -06:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore + akka-cluster-metrics: new akka module 2015-01-19 10:23:54 -06: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