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
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
Konrad Malawski
f6147972d7
+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
2016-01-13 01:25:04 +01:00
Konrad Malawski
0763a150e2
-pro remove unused build stats tooling
2016-01-12 10:26:36 +01:00
Patrik Nordwall
c015f22824
!peq #19324 update persistence-query to stream 2.0.1
2016-01-11 18:27:35 +01:00
Raymond Roestenburg
2404a9da01
#19246 Auto and manual reset and BackoffOptions.
...
Also moved `TransparantExponentialBackoffSupervisor` to `akka.pattern` (renamed to `BackoffOnRestartSupervisor`)
2015-12-29 21:23:16 +02:00
Brian Topping
15ee6268b3
=per #19283 Fix OSGi manifest for optional LevelDB dependency
2015-12-23 21:09:30 -07:00
Eugene Dzhurinsky
fb763040f2
Add named exception to detect when a cluster node has been quarantined by others #18758
...
Publish appropriate events to the current ActorSystem event stream upon remote ActorSystem shutdown or when current ActorSystem is quarantined by the remote ActorSystem.
2015-12-20 13:02:19 -05:00
Patrik Nordwall
0af98e7bee
=per add detailed debug logging in ReplayFilter
2015-12-16 14:43:39 +01:00
Patrik Nordwall
b6b498bd2c
=rem #19133 avoid DeathPactException race condition
...
* DeathPactException could occur if the ReliableDeliverySupervisor
was gated but not yet received Terminated and got an Ungate message
from the EndpointManager and thereby entered idle state, followed by
receiving the Terminated message, which is not handled in idle
2015-12-16 14:20:30 +01:00
Patrik Nordwall
899900528e
Merge pull request #19008 from talp-traiana/wip-18839-journal-proxy-patriknw
...
per #18839 Add better journal proxy
2015-12-07 11:08:29 +01:00
Johannes Rudolph
55ff8e4af2
=pro put some global keys in Global scope to prevent per project reexecution
2015-12-01 16:57:35 +01:00
Johannes Rudolph
5a93d3c018
=pro #19054 use sbt-dependency-graph directly
2015-12-01 16:50:40 +01:00
Johannes Rudolph
017b061737
=pro #19054 update to sbt-dependency-graph 0.8.0
2015-12-01 16:15:23 +01:00
Tal Pressman
f610952ae7
PersistencePluginProxy
...
* Rename to PersistencePluginProxy.
* Watch target journal.
* Create PersistencePluginProxyExtension to enable eager initialization of
the persistence plugin.
* Add initialization via configuration.
* Add tests and documentation.
* Clearer log messages.
2015-12-01 17:12:33 +02:00