Christopher Batey
bc2d3aa4db
Use embedded media driver for StressSpec ( #27037 )
...
* Use embedded media driver for StressSpec
The current setup starts a media driver for each JVM in the same
directory which is caused the cnc file to be courruped in some way
so that the client in Akka timed out waiting for it to be initialized.
This test is disabled for Artery, see
https://github.com/akka/akka/issues/21810 so all it does is startup
and then end the test right away.
Will look at enabling the test again separately.
Fixes #27030
2019-11-25 16:58:58 +01:00
Christopher Batey
b52271da1c
Don't include protobuf settings for all projects #28227
...
Only akka-actor got the protobuf files due to the assembled jar being
added to the unmanaged jars for ease of use when importing into
Intellij. Removing that from default settings seems to have fixed it.
Fixes
* Remove protobuf Any import from doc spec
2019-11-25 14:36:09 +01:00
Arnout Engelen
3381b3cd12
Update only jackson-core-databind from scala-steward ( #28217 )
...
The rest will follow, to avoid creating too many PR's
2019-11-25 14:03:15 +01:00
Johan Andrén
ac15cb3289
Operator docs for Source.tick ( #28225 )
2019-11-25 13:25:07 +01:00
Scala Steward
5e2435a424
Update sbt to 1.3.4 ( #28230 )
2019-11-25 11:11:29 +00:00
Patrik Nordwall
66686c3afa
Use stop supervision for PropsAdapter, #28035 ( #28182 )
...
* scaladsl.PropsAdapter and javadsl.Adapter.props should use stop supervision,
otherwise it will restart (from classic) by default
* PropsAdapter is used by Cluster Singleton and Sharding
* also typed.ActorSystem.systemActorOf
* removed default param value in internal.PropsAdapter to make the
decision of rethrowTypedFailure more explicit
* rethrowTypedFailure=true is used for the child faild propagation to
parent and only makes sense when the parent is Typed
2019-11-25 11:57:15 +01:00
Robert Stoll
adcb4a78df
[doc] typo actors need instead of needs ( #28224 )
...
* [doc] typo actors `need` instead of `needs`
* typo now `takes` instead of `take`
2019-11-25 10:58:24 +01:00
Arnout Engelen
31aaa9d609
Fix type on cluster-usage page ( #28228 ) ( #28237 )
2019-11-25 10:52:26 +01:00
Christopher Batey
1b68951f86
=doc: take and takeWhile ( #28078 )
...
* Switch java examples to pass in actorsystem instead of materializer
2019-11-25 10:50:41 +01:00
Johannes Rudolph
0384baa53e
Small interpreter metadata fixes ( #28218 )
...
* stream: debug dot output should point `shouldPush` in the right direction
* stream: also support Pushing and Pulling states for ConnectionSnapshot
Using ShouldPull for Pushing and ShouldPush for Pulling is not quite accurate
but probably good enough for now.
2019-11-25 10:48:25 +01:00
Robert Stoll
3a15e2f9a3
fix listing, add newline beforehand ( #28221 )
2019-11-25 10:46:11 +01:00
Robert Stoll
39cf9399c2
[doc] typo, add missing ` ( #28234 )
2019-11-25 10:34:14 +01:00
Helena Edelson
cf688444b1
Change uninitialized throw of IllegalArgumentException from ClusterSharding.shardRegionProxy to IllegalStateException #28198 ( #28205 )
2019-11-22 15:06:23 +01:00
Johan Andrén
d385c1098a
Operator docs for Source.combine ( #28195 )
2019-11-22 14:42:36 +01:00
Johan Andrén
61bd3d42b6
Document and fix getAsyncCallback thread safety issues #27999
2019-11-22 13:38:06 +01:00
Taeguk Kwon
897443da40
Add omitted logPrefixSkipList in getting logger class in EventSourcedBehavior ( #28168 )
2019-11-22 10:17:46 +01:00
Patrik Nordwall
0215d0543c
add Java API for DistributedPubSubMediator.Count, #27728
...
* similar naming and class structure as existing getTopicsInstance
2019-11-22 10:15:58 +01:00
Patrik Nordwall
a5c8c352e1
Merge pull request #28187 from ygree/interpret-unstashed-interceptor
...
Add interceptors for interpretUnstashedMessage and onReplayingSnapshot.
2019-11-22 09:55:49 +01:00
Robert Stoll
8d9758580f
[doc] typo add missing you ( #28222 )
2019-11-22 09:46:46 +01:00
Robert Stoll
6d9bfa45eb
[doc] typo remove superfluous the ( #28223 )
2019-11-22 09:46:15 +01:00
Johan Andrén
b35dbb9912
Remove scoverage since we don't really use it ( #28220 )
2019-11-21 06:41:41 -08:00
Fabio Tiriticco
041b6243a5
Add docs for stream operator Sink.collection ( #28210 )
2019-11-21 14:29:20 +01:00
Arnout Engelen
949ee7ea21
Don't update scalafmt from scala-steward ( #28216 )
...
(as discussed in Athens)
2019-11-21 12:20:38 +00:00
Patrik Nordwall
1eb1c03918
move mima filter to 2.6.0 ( #28214 )
2019-11-21 11:18:18 +01:00
Piotr Lewandowski
d90bfc6a0e
27729 consistent hashing routing ( #28141 )
2019-11-21 09:23:59 +01:00
Christopher Batey
4bf94fee2d
Dump name server logs if resolve fails ( #28192 )
...
* Dump name server logs if resolve fails
* Revert error check
2019-11-20 16:59:46 +00:00
Christopher Batey
ffde39c5c3
Fix race condition in print tree ( #28191 )
2019-11-20 16:58:52 +00:00
Helena Edelson
1da15d99b8
Reconsider cluster.role.<role-name>.min-nr-of-members fallback #28177 ( #28203 )
2019-11-20 08:07:08 -08:00
Yury Gribkov
9fabd36fb5
Add interceptors for interpretUnstashedMessage and onReplayingSnapshot.
2019-11-20 08:08:06 -05:00
Patrik Nordwall
6185fbde18
doc: Broadcast Stream operator, #25468 ( #28091 )
...
* doc: Broadcast Stream operator, #25468
* example intro text
2019-11-20 13:03:03 +01:00
Christopher Batey
35dbfd7883
Don't log AskTimeout strack trace for dns resolve timeout ( #28120 )
...
* Don't log AskTimeout strack trace for dns resolve timeout
* Reduce error log to info when there are more servers to try
2019-11-20 12:19:31 +01:00
Christopher Batey
0edf75b884
Use specific exception for discovery timeout ( #28152 )
...
* Use specific exception for discovery timeout
Unfortunately, as the API is the SPI we can't do this once for all implementations
Fixes #28149
2019-11-20 12:15:31 +01:00
Helena Edelson
ec7be4922f
Mention no implicit sender in coexistence.md #28074 ( #28173 )
...
* Mention no implicit sender in coexistence.md #28074
2019-11-20 11:56:35 +01:00
Enno
70766dfa18
Docs: Remove extra type params in RetryFlow signature ( #28097 )
...
* Docs: Remove extra type params in RetryFlow signature
* Add link to API docs
2019-11-20 11:48:30 +01:00
Vitalii Solomko
3cb51f1621
Fix method name in the description of Source 'lazilyAsync' operator ( #28162 )
...
* Fixing method name in description of Source 'lazilyAsync' operator
* Rollback change in the operators/index.md file
* Update description of 'lazilyAsync' Source operator
2019-11-20 10:58:05 +01:00
Patrik Nordwall
80bb20d192
preserve order of ask replies, #28196 ( #28197 )
...
* ask was using pipeToSelf with the ActorContext's implicit
ExecutionContext, which can result in that ask replies are
delivered in different order than they were sent
* changing to sameThreadExecutionContext should solve that
2019-11-19 15:21:15 -08:00
Arnout Engelen
78e2348da1
Replace 'intercept' with 'expect' ( #28202 )
2019-11-19 18:33:31 +01:00
Scala Steward
37d20dba00
Update metrics-core, metrics-jvm to 4.1.1 ( #28043 )
2019-11-19 17:37:20 +01:00
Scala Steward
35679f142b
Update gson to 2.8.6 ( #27903 )
2019-11-19 17:36:34 +01:00
Patrik Nordwall
f17bdbe233
rename scaladsl.LoggingTestKit.intercept to expect, #28194 ( #28199 )
...
* deprecate intercept
2019-11-19 17:25:43 +01:00
Johan Andrén
905694be1c
Keep custom logger name in EventSourcedBehavior #28161
2019-11-19 17:43:59 +02:00
Christopher Batey
f6bea4e75e
Remove native packager plugin ( #28189 )
2019-11-19 15:45:03 +01:00
Scala Steward
5d882d98bf
Update sbt-pgp to 2.0.0 ( #27713 )
...
* Update sbt-pgp to 2.0.0
* Fix new package name
2019-11-19 15:44:36 +01:00
Arnout Engelen
96a78a2d43
Update silencer to 1.4.4, to support scala 2.13.1 ( #28190 )
2019-11-19 15:30:04 +01:00
Scala Steward
76a37056ad
Update jackson-annotations, jackson-core, ... to 2.10.1 ( #28163 )
2019-11-19 11:37:56 +01:00
Patrik Nordwall
175fe4786a
Merge pull request #28103 from scala-steward/update/jul-to-slf4j-1.7.29
...
Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.29
2019-11-19 10:58:22 +01:00
Patrik Nordwall
51493a4383
doc: reword routing link to new API ( #28185 )
...
* routing is so different so it doesn't make sense to use "full documentation"
* similar with fsm
2019-11-19 09:57:22 +00:00
Arnout Engelen
81ee676923
Update ssl-config to 0.4.1 ( #28183 )
...
To make ALPN in gRPC work again
2019-11-19 09:56:17 +00:00
Xusheng Peng
fe49ebe994
fixed the bug that messageAdapter can not work for primitive types ( #28188 )
2019-11-19 10:39:41 +02:00
Arnout Engelen
548b3589f2
doc: Flow.fold ( #27850 )
2019-11-18 18:02:44 +02:00