+pro add Akka Streams HTTP to master build

> merged akka-bench-jmh-dev with akka-bench-jmh
> renamed akka-stream-tck to more correctly named akka-stream-tests-tck
> merged java8 tests with normal tests in http
This commit is contained in:
Konrad Malawski 2016-01-12 13:45:18 +01:00
parent 0763a150e2
commit f6147972d7
53 changed files with 503 additions and 21 deletions

View file

@ -18,9 +18,9 @@ These guidelines mainly apply to Typesafes “mature” projects - not necess
Depending on which version (or sometimes module) you want to work on, you should target a specific branch as explained below:
* `master` development branch of Akka 2.4.x
* `master` active development branch of Akka 2.4.x
* `release-2.3` maintanance branch of Akka 2.3.x
* `release 2.3-dev` development branch of Akka Streams and HTTP (only)
* similarily `release-2.#` branches contain legacy versions of Akka
## General Workflow