Roland Kuhn
45e97e8467
remove akka.stream.testkit.AkkaSpec, fixes #19879
2016-02-25 15:26:51 +01:00
Johan Andrén
ddcfb5e4d0
Merge pull request #19854 from johanandren/typesafe-lightbend-name-change-johanandren
...
Update copyrights and links to the new company name #19851
2016-02-23 16:37:33 +01:00
Konrad Malawski
9eb274612c
Merge pull request #19846 from ktoso/wip-sbt-version
...
bump sbt version to 0.13.11
2016-02-23 16:09:54 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Konrad Malawski
24461dfd0e
bump sbt version to 0.13.11
2016-02-22 19:48:58 +01:00
Martynas Mickevičius
b14013c44a
Merge pull request #19838 from 2m/wip-release-script-impr-2m
...
#19767 Exclude meta-projects from unidoc tasks
2016-02-22 18:10:20 +02:00
Martynas Mickevičius
2b67f3c128
#19767 Exclude meta-projects from unidoc tasks.
2016-02-22 11:17:33 +02:00
Konrad Malawski
f6c7063c29
=htc make HTTP compile under Scala 2.12.0-M3
2016-02-18 13:36:07 +01:00
Martynas Mickevičius
bd215f2844
Make CrossVersion.full work with custom scala versions
2016-02-18 11:15:24 +02:00
Konrad Malawski
5d3a8256c1
Merge pull request #19784 from akka/wip-bump-ssl-config-2.12.0-M3
...
Prepare build for Scala 2.12.0-M3 release
2016-02-16 16:31:54 +01:00
Roland Kuhn
d11d461805
Merge pull request #19753 from pvlugter/generate-versions
...
Generate version files
2016-02-16 13:56:54 +01:00
Konrad Malawski
00c64e5409
Prepare build for Scala 2.12.0-M3 release
...
By bumping ssl-config to version released also for this version of Scala
2016-02-16 13:42:18 +01:00
Roland Kuhn
e202ea8c40
clean up dependencies #19755 and other fixes
...
* remove inter-project dependencies between streamTestkit -> peristence -> remote
* make PartitionOutOfBoundsException extend IndexOutOfBoundsException
* some weird formatting
* remove -experimental from HTTP Testkit/Tests
* split out shared LevelDb journal tests into new subproject (not to be
published)
2016-02-15 20:35:37 +01:00
Roland Kuhn
a83f08d4ab
include build information for Scala 2.12.0-M3
2016-02-12 16:41:47 +01:00
Patrik Nordwall
f29a8fff50
update to slf4j 17.16, #19758
2016-02-12 12:52:13 +01:00
Peter Vlugter
0e3b31d7c2
Generate version files from the version sbt setting
2016-02-12 17:57:27 +13:00
Martynas Mickevičius
d718f8978e
Fix a couple of build issues.
...
* fix sample project names
* remove experimental tag from stream tests
* do not publish stream tck tests
2016-02-10 19:48:10 +02:00
Konrad Malawski
ac6b736868
Merge pull request #19624 from danxmoran/danxmoran-19581-ignore-mima
...
=pro #19581 Ignore MiMa changes in validatePullRequest.
2016-02-08 13:11:44 +01:00
Martynas Mickevičius
67a2b21186
Add support for OpenJDK to release script
2016-02-02 17:38:35 +02:00
Brian Topping
469ef3ae0f
=osgi #19462 Fix version ranges
2016-02-01 00:39:56 -07:00
Roland Kuhn
bf17de3128
#19637 fix BC issue in AsyncWriteJournal
2016-01-29 12:38:32 +01:00
Daniel Moran
a76cd9afa3
=pro #19581 Ignore MiMa changes in validatePullRequest.
2016-01-26 19:50:18 -08:00
Johan Andrén
ac8901a6f8
Merge pull request #19607 from akka/wip-stream-non-experimental-RK
...
remove experimental marker from stream/testkit/parsing/http-core
2016-01-25 15:59:32 +01:00
Roland Kuhn
607fbd6378
remove experimental marker from stream/testkit/parsing/http-core
2016-01-25 14:05:54 +01:00
Prayag Verma
b7783968a0
=pro #19068 All copyrights ranges and single years updated to a range ending in 2016
2016-01-25 10:20:30 +01:00
Roland Kuhn
6ba20ac673
Merge pull request #19578 from akka/wip-19440-completionStage-RK
...
#19440 replace Scala Future usage with CompletionStage in javadsl
2016-01-24 22:14:18 +01:00
Roland Kuhn
4c72495581
#19440 replace Scala Future usage with CompletionStage in javadsl
...
This entails:
* adding akka.pattern.PatternCS.* to enable ask etc. with
CompletionStage
* changing RequestContext to offer an ExecutionContextExecutor for the
CompletionStage.*Async combinators
* splitting up akka.stream.Queue for JavaDSL consistency
2016-01-23 18:00:11 +01:00
Matthias Sperl
25af4f776b
#19517 add parsing to aggregate
2016-01-22 19:47:23 +01:00
Konrad Malawski
0dd889aa17
=pro fix junit version to be the same in both scopes
2016-01-22 11:12:22 +01:00
Konrad Malawski
100f82be84
!htc,str #19275 towards ssl-configurable server, change APIs
2016-01-22 11:12:22 +01:00
drewhk
9ba5596103
Merge pull request #19563 from 2m/wip-mima-projects
...
#19432 enable MiMa check for osgi and cluster-metrics projects
2016-01-22 10:46:05 +01:00
Konrad Malawski
dd1bf6a1ee
+pro enable validatePullRequest locally
2016-01-22 10:27:47 +01:00
Martynas Mickevičius
f2553eb3b6
#19446 #18869 Add IOResult
...
which is used as a materialized value for Sources/Sinks that work with IO.
2016-01-21 18:06:42 +02:00
Martynas Mickevičius
fcb2160578
#19432 enable MiMa check for osgi and cluster-metrics projects
...
Also start checking against 2.4.1 and move appropriate filters for 2.4.1.
2016-01-21 17:19:39 +02:00
Endre Sándor Varga
60497f6561
also fix FlowInterleaveSpec
...
Also-by: Johan Andrén <johan@markatta.com>
Also-by: Roland Kuhn <rk@rkuhn.info>
Also-by: Martynas Mickevičius <mmartynas@gmail.com>
2016-01-20 10:01:58 +02:00
drewhk
93952f356a
Merge pull request #19504 from akka/wip-18744-remove-jmh-bench-javadocs-johanandren
...
=pro #18744 Disable generation of javadoc for akka-bench-jmh
2016-01-19 15:15:57 +01:00
Martynas Mickevičius
8c1350b0d4
Merge pull request #19505 from 2m/wip-stream-build-fix
...
Various streams build improvements
2016-01-19 11:17:11 +02:00
Roland Kuhn
cc2daa5bd5
Merge pull request #19487 from akka/wip-19014-make-StageActorRef-location-transparent-RK
...
Wip 19014 make stage actor ref location transparent rk
2016-01-19 10:12:30 +01:00
Roland Kuhn
ea34103f98
#19014 add FunctionRef and use in GraphStage.StageActor
...
This new light-weight ActorRef supports running a non-blocking
side-effect upon message send, which is used to dispatch an async
callback to a GraphStageLogic, or it can be used to make the Akka Typed
adapters more efficient. The FunctionRef is registered with its parent,
and it is not user-level API (hence only accessible by downcasting the
ActorContext).
2016-01-19 08:32:38 +01:00
Martynas Mickevičius
7743aa9d0a
Various streams build improvements
...
* remove settings duplication between AkkaBuild and project specific .sbt files
* do not publish test projects
* run akka-http-core tests
* fix lambda sample project versions
* remove obsolete projects (streamAndHttp, httpParent, docsDev)
* exclude parsing project from unidoc
* update to the latest sbt
2016-01-18 18:16:30 +02:00
Johan Andrén
4e90f7ccc1
=pro #18744 Disable generation of javadoc for akka-bench-jmh
2016-01-18 14:07:44 +01:00
Endre Sándor Varga
57c1dfde8a
19441: Use Optional instead of Option in http core javadsl
2016-01-15 16:20:46 +01:00
drewhk
d4b146588a
Merge pull request #19450 from drewhk/wip-19440-add-scala-compat-java8-drewhk
...
#19440 Added scala-java8-compat as a dependency to streams
2016-01-14 15:21:33 +01:00
Endre Sándor Varga
b217e2e480
#19440 Added scala-java8-compat as a dependency to streams
2016-01-14 12:01:36 +01:00
Konrad Malawski
5a18d43435
+doc #19429 initial merge of docs-dev and docs
2016-01-14 00:31:03 +01:00
Konrad Malawski
3f9b8f6dd3
=pro fix stream tests tck project ref
2016-01-13 15:06:14 +01:00
Konrad Malawski
6122fe43a3
=pro disable docs in http core for now
2016-01-13 14:49:11 +01:00
Konrad Malawski
098ef546d7
=pro fix unidoc/javadoc settings
2016-01-13 14:36:58 +01:00
Konrad Malawski
7efc6e7a27
=pro fix aggregates
2016-01-13 01:58:29 +01:00
Konrad Malawski
00380d5488
=pro osgi cleanup
2016-01-13 01:28:59 +01:00