Commit graph

24138 commits

Author SHA1 Message Date
Patrik Nordwall
7610aeb20c
Merge pull request #27945 from ennru/paradox-theme-0.25
Akka Paradox theme 0.25 (with transitive Paradox, apidoc, project-info)
2019-10-10 08:37:57 +02:00
Enno
3fc148f6f2 Typed docs: some spelling and language fixes (#27919) 2019-10-09 19:43:03 +02:00
Patrik Nordwall
25ff48cca1
Merge pull request #27848 from johanandren/wip-24580-GraphMergePrioritizedSpec-fail-fix
More tolerance in GraphMergePrioritizedSpec
2019-10-09 17:31:03 +02:00
Christopher Batey
9a2fa8d2a9 Go back to taking a Behavior to typed pool routers, #27807 (#27942) 2019-10-09 17:07:24 +02:00
Patrik Nordwall
9fa452daea
Merge pull request #27909 from akka/wip-27661-proto-v3-dependency-patriknw
adjust dependencies to akka-protobuf-v3, #27661
2019-10-09 17:04:22 +02:00
Enno Runne
342bcf7913 Akka Paradox theme 0.25 (with transitive Paradox, apidoc, project-info) 2019-10-09 14:52:37 +02:00
Patrik Nordwall
76e2730195 doc: clarify EventSourcedBehavior effects, #25953 2019-10-09 14:06:29 +02:00
Patrik Nordwall
a9d1572999 harden access to outboundControlIngress, #27732 (#27834)
* _outboundControlIngress is cleared from removedAfterQuarantined via the
  startRemoveQuarantinedAssociationTask
* in sendControl it is checking isRemovedAfterQuarantined but a race condition
  of the clearing at the same time can cause it to access the outboundControlIngress
  anyway, resulting in the IllegalStateException "not initialized yet"
* in the reported case there were severe jvm problems (seen in logs as delayed heartbeats)
* additional check in outboundControlIngress access solves that,
  control messages can be dropped
2019-10-09 14:00:03 +02:00
Patrik Nordwall
0236afc039 use CBOR in some tests instead of custom serializers (#27882) 2019-10-09 13:56:18 +02:00
Eric Cartner
ca8995be68 Ignore length field value when provided computeFrameSize (#27884) (#27938)
* Add test for computed frame sizes from negative length field values
* Skip check for length field value < 0 when using computeFrameSize
2019-10-09 13:40:34 +02:00
Patrik Nordwall
c0d8df94e4
Merge pull request #27913 from akka/wip-persistence-toc-patriknw
doc: fix Persistence ToC
2019-10-09 12:55:57 +02:00
Patrik Nordwall
ea73963c4a
Merge pull request #27940 from akka/wip-27647-fw-port-patriknw
Fix state.nonEmpty check when starting HandOffStopper#27647 (#27860)
2019-10-09 12:54:59 +02:00
Patrik Nordwall
dfaee6f9a1
Make SingleConsumerMultiProducer the default mail box for typed (#27857)
* Merge benchmark projects

* Make SingleConsumerMultiProducer the default mail box for typed

* Make SingleConsumerMultiProducer the default mail box for typed

* Add default mailbox back to classic + define default mailbox for typed in reference

* Fix custom dispatcher
2019-10-09 11:17:50 +02:00
Patrik Nordwall
40ce73ad4e doc: small improvements of core cluster pages (#27939)
* proofreading of core cluster pages
* some more info in failure detector
2019-10-09 10:17:22 +01:00
sebarys
0e34d3490d Fix state.nonEmpty check when starting HandOffStopper#27647 (#27860)
* Shard state.entities and idByRef properties incosistency in case of HandOffStopper creation
* Additional sharding debugging logs

(cherry picked from commit 70c2b571b9759e0441529fe107b8e8bf42825415)
2019-10-09 10:58:44 +02:00
Patrik Nordwall
86965d0a05
Merge pull request #27910 from akka/clusterClientMigrationTweaks
Some tweaks to the Cluster Client to gRPC migration notes
2019-10-09 10:47:32 +02:00
Patrik Nordwall
3d2acbd4cf doc: fix Persistence ToC
* index was inlined in persistence.md, and that doesn't work well
  because all headings from persistence.md are always visible to the left
  when browsing the other persistence pages
2019-10-09 10:46:05 +02:00
Patrik Nordwall
bd724e85f5
Merge pull request #27925 from akka/wip-27921-more-target-patriknw
don't crossPaths for akka-protobuf-v3, #27921
2019-10-08 18:51:37 +02:00
Patrik Nordwall
690fdcf461
Merge pull request #27936 from akka/wip-27840-DowningProviderSpec2-patriknw
Revert: Harden DowningProviderSpec, and detect terminated before initialized, #27840
2019-10-08 18:34:35 +02:00
Patrik Nordwall
7173275ba4 Revert "Harden DowningProviderSpec, and detect terminated before initialized, #27840"
This reverts commit f2466cad49f0eb413d74532af205aa34a4386505.

* and temporary pending of DowningProviderSpec
2019-10-08 17:40:50 +02:00
Patrik Nordwall
cd30c06ca7 doc: Add pipeToSelf in interaction-patterns.md, #27877 (#27912) 2019-10-08 15:07:55 +02:00
Patrik Nordwall
c89dfe5578 doc: minor cleanup of mailboxes.md (#27915)
* clarification of the dependency
* two sections about too advanced configuration, let's keep that in classic docs
2019-10-08 15:03:51 +02:00
Patrik Nordwall
a71894f836 make getContext and createReceive protocted in javadsl.AbstractBehavior (#27917)
Doesn't change visibility from Java, but good to communicate the intent
2019-10-08 15:01:44 +02:00
Christopher Batey
65edc1c10d Justify why pool/group routers have different defaults (#27879) 2019-10-08 14:58:59 +02:00
Patrik Nordwall
ce9a69dade doc: Diagrams for intro and interaction examples (#27907) 2019-10-08 14:38:50 +02:00
Patrik Nordwall
a02177efee doc: clarify side effect in event handler, #25720 (#27926) 2019-10-08 14:34:51 +02:00
Enno
0de8c6b348 Travis: cache coursier library directory (#27930) 2019-10-08 14:34:02 +02:00
Patrik Nordwall
a128003391 doc: ReceiveBuilder is optional, #25755 (#27927) 2019-10-08 14:33:31 +02:00
Scala Steward
585eeea236 Update scalacheck to 1.14.2 (#27827) 2019-10-08 12:03:30 +00:00
Scala Steward
eed5ceedf5 Update sbt-scalafmt to 2.0.6 (#27828) 2019-10-08 12:03:15 +00:00
Patrik Nordwall
e350a7b71a Harden DowningProviderSpec, and detect terminated before initialized, #27840 (#27911)
* better error reporting if ActorSystem is terminated before it has been
  fully initialized
* handle exception in DowningProviderSpec
2019-10-08 13:53:57 +02:00
Christopher Batey
e741cd1dd5 Fix broken persistent fsm link (#27928) 2019-10-08 11:23:28 +00:00
Patrik Nordwall
e8a1556060
Streams TLS and Tcp with SSLEngine, #21753 (#27766)
* SSLEngine factory instead of SSLContext and AkkaSSLConfig parameters
  in TLS and Tcp
* Update TlsSpec to use SSLEngine
* Keep copy of old TlsSpec for test coverage of deprecated methods
* Update doc example of how to setup a SSLEngine
* full API and deprecations
* don't use default param values
* java doc example
* migration guide
* mima
* update to sslconfig 0.4.0
  * hostname verification changed in sslconfig, so use jvm verifier
* change to mima file
* update doc sample, init SSLContext once
* remove FIXME for halfClosed
2019-10-08 12:30:41 +02:00
Patrik Nordwall
ae70a833fe
Prepare for other compression algorithms in JacksonSerializer, #27066 (#27889)
* change config structure to be able to support other compression
  algorithms, such as lz4 in the future
* enable compression for json (as before) but disable it by default
  for cbor

Co-Authored-By: Ignasi Marimon-Clos <ignasi@lightbend.com>
2019-10-08 11:23:01 +02:00
Patrik Nordwall
041c0abe64 don't crossPaths for akka-protobuf-v3, #27921
* otherwise akka-bench-jmh doesn't work
* and there are no Scala dependencies in there, as far as I know
2019-10-08 10:55:30 +02:00
Patrik Nordwall
f2de57a057
Merge pull request #27920 from mattkohl/master
Standardized log level highlighting
2019-10-08 08:48:59 +02:00
Matt Kohl
c0151e2cc6
Standardized log level highlighting 2019-10-07 17:27:34 +01:00
Johan Andrén
91c294b286 crossPaths back to default (#27893)
* Releasing should go in same dir regardless of Scala version
2019-10-07 18:24:11 +02:00
Raymond Roestenburg
e5772b1107 Added mapError to SourceWithContext and FlowWithContext. (#27900)
* Added mapError to SourceWithContext and FlowWithContext.

* Formatting.

* Doc fix.

* Formatted tests.
2019-10-07 15:29:26 +00:00
Scala Steward
888a638ed2 Update sbt-paradox-apidoc to 0.3 (#27691)
* Update sbt-paradox-apidoc to 0.3

* Update sbt-paradox-apidoc to 0.3

* Update sbt-paradox-apidoc to 0.3

* Update sbt-paradox-apidoc to 0.3
2019-10-07 15:27:03 +00:00
Patrik Nordwall
3926ffa954
doc: Add page for testing of EventSourcedBehavior, #27899 (#27902) 2019-10-07 16:51:25 +02:00
Patrik Nordwall
4901c4eb24
Merge pull request #27916 from akka/wip-27858-table-patriknw
doc: format attributes table in migration-guide, #27858
2019-10-07 16:49:47 +02:00
Patrik Nordwall
27828b399e
doc: Watching Actors, #27897 (#27898)
* doc: Watching Actors, #27897

* link in from-classic.md
2019-10-07 16:36:13 +02:00
Patrik Nordwall
40af7903f4
Merge pull request #27892 from akka/wip-doc-lifecycle-intro-patriknw
Add Intro section to actor-lifecycle.md
2019-10-07 16:34:43 +02:00
Christopher Batey
5ba61e24a1 Note sharding persistent mode deprecation in migration guide (#27871) 2019-10-07 16:33:24 +02:00
Patrik Nordwall
01194be3eb doc: format attributes table in migration-guide, #27858
* avoid truncation
2019-10-07 14:36:55 +02:00
Patrik Nordwall
8eb6455311
Merge pull request #27891 from akka/wip-doc-shutdown-patriknw
doc: move Coordinated Shutdown to a separate page
2019-10-07 12:33:20 +02:00
Patrik Nordwall
d8adcec064
Merge pull request #27895 from akka/wip-doc-PreRestart-patriknw
doc: some more docs for PreRestart signal
2019-10-07 11:56:38 +02:00
Patrik Nordwall
d10941e732 doc: move Coordinated Shutdown to a separate page
* avoid hiding it in the Classic Actors page
* update links, and add some more
2019-10-07 11:49:44 +02:00
Arnout Engelen
6eec69755c
Some tweaks to the Cluster Client to gRPC migration notes 2019-10-07 11:17:29 +02:00