No description
Find a file
Fabian Gutierrez ee77273fac akka http javadsl - add path directive tests (#20813)
* akka http javadsl - add debugging directive test

* fixes line breaks

* add additional examples on PathDirectives

* link documentation to test examples

* include example on redirectToNoTrailingSlashIfPresent and redirectToTrailingSlashIfMissing

* include example on redirectToNoTrailingSlashIfPresent and redirectToTrailingSlashIfMissing
2016-06-22 01:13:27 +02:00
akka-actor Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-actor-tests Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-agent #18765 Update to latest MiMa which is now an AutoPlugin. 2016-03-10 10:45:35 +02:00
akka-bench-jmh Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-camel Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-cluster recovery timeout for persistent actors #20698 2016-06-03 14:17:41 +02:00
akka-cluster-metrics Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-cluster-sharding Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-cluster-tools Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-contrib Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-distributed-data Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-docs akka http javadsl - add path directive tests (#20813) 2016-06-22 01:13:27 +02:00
akka-http +doc example snippet for akka http java dsl: SecurityDirectives (#20717) 2016-06-19 02:06:19 +02:00
akka-http-core +htc #20272 HttpMessageParser swallows IllegalHeaderException (#20783) 2016-06-21 16:30:25 +02:00
akka-http-marshallers-java/akka-http-jackson !htp #18919 #19519 New JavaDSL for Akka HTTP (#20518) 2016-05-16 10:38:40 +02:00
akka-http-marshallers-scala !htp #18919 #19519 New JavaDSL for Akka HTTP (#20518) 2016-05-16 10:38:40 +02:00
akka-http-testkit +doc #20466 example snippet for akka http java dsl: BasicDirectives (#20647) 2016-06-03 13:43:42 +02:00
akka-http-tests +doc #20521 Enrich docs and tests regarding empty strings used in matchers (#20719) 2016-06-08 15:20:21 +02:00
akka-kernel Improve error when Cluster MBean is gone #2033 2016-03-22 15:37:06 +01:00
akka-multi-node-testkit Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-osgi Publish akka-osgi but do not include it in dist #20548 (#20549) 2016-05-19 12:41:38 +02:00
akka-parsing Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-persistence Better recovery timeout for persistent actors #20738 2016-06-09 14:58:32 +02:00
akka-persistence-query Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-persistence-shared #18765 Update to latest MiMa which is now an AutoPlugin. 2016-03-10 10:45:35 +02:00
akka-persistence-tck remove JUnitRunner annotation, #16112 2016-04-05 17:06:58 +02:00
akka-protobuf Remove 'the' duplicates 2016-03-31 16:20:15 -05:00
akka-remote +rem Support serialization of scala Some and None (#20801) 2016-06-19 17:55:10 +02:00
akka-remote-tests Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-samples Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-slf4j Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-stream Merge pull request #20762 from jypma/java_base 2016-06-14 14:28:27 +02:00
akka-stream-testkit Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-stream-tests =str ActorPublisher mustn't to signal onSubscribe on the given subscriber more than once. (#20733) 2016-06-10 13:46:59 +02:00
akka-stream-tests-tck Add basic support for Java 7 NIO file systems (#20293) 2016-04-25 11:25:26 +02:00
akka-testkit Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
akka-typed Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
project +doc example snippet for akka http java dsl: SecurityDirectives (#20717) 2016-06-19 02:06:19 +02:00
scripts included script for finding fixed tickets #20475 2016-05-10 08:48:14 +02:00
src/main/ls
.gitignore splitting up TLS APIs 2016-02-16 21:49:35 +01:00
.java-version =per,tck #18639 introduce capability flags for journal features 2015-11-27 10:29:34 +01:00
build.sbt #18765 Update to latest MiMa which is now an AutoPlugin. 2016-03-10 10:45:35 +02:00
CONTRIBUTING.md htp #19681 MalformedRequestContentRejection cause traceability (#20346) 2016-05-06 11:19:01 +02:00
COPYING.protobuf
LICENSE Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
README.md Point to Reactive Manifesto in README, see #15130 2016-03-09 22:09:45 +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. This model is a perfect match for the principles laid out in the Reactive Manifesto.

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