* fix compilation warning in StreamLayout
StreamLayout.scala:742: The outer reference in this type test cannot be checked at run time.
[warn] final case class Buffering(demand: Long) extends SubscriptionState
* fix compilation warning in OutputStreamSourceStage
logic.wakeUp
"method invocation uses reflection"
* fix compilation warning in TLSActor
TLSActor.scala:155: Reference to uninitialized variable lastHandshakeStatus
[warn] lastHandshakeStatus = engine.getHandshakeStatus
* Update to mima 0.1.13
* Filters when checking v2.4.8 against older
* Filters when checking v2.4.9 against older
* Filters when checking v2.4.10 against older
* Filters when checking v2.4.11 against older
* Filters when checking v2.4.12 against older
* Filters when checking v2.4.14 against older
* Filters when checking master against older
* Remove not used filter
* reference akka/akka-cluster-management in cluster docs
* deprecate the command line tool, including migration note
* cleanup old migration guides
* remove YourKit as sponsor, since we pay license
* in the failed test it was noticed that a Down member removed
itself in leaderActionsOnConvergence which resulted in
later "Failed to serialize Gossip, Unknown address"
* never use member with status Down as leader
* a node will anyway shutdown itself when it's Down,
but leader actions could happen before that
* Documented how CompletionStages execute #20513
* Fixed the failing test: tests are not necessarily run from "main" thread.
* Addressed pull request comment #20513
* Addressed more PR comments #20513
* Fix incorrect materialized types = Unit in stream documentation (Fixes#21937)
* Correct Int, which should be Integer in Java
* Replace BoxedUnit in stream doc
* Make decoding release the envelope so it doesn't leak memory
* Create two different configurations, Standard and RemoteInstrument
* Create Serilaizer and RemoteInstrument that doesn't allocate memory
* Verify that it actually fails with classic remoting
if vector clocks are not pruned
* Make it pass with Artery, but it is not verifying
the message sizes yet. We should implement that
with a custom RemoteInstrument, but that can be done
in separate PR.
* Still pending with Artery because it still fails on jenkins
* barrier after sys shutdown
(cherry picked from commit d5edcbea35ca5b43ca4cfb3018602dd555402f42)
* speedup ActorCreationPerfSpec
* reduce iterations in ConsistencySpec
* tag SupervisorHierarchySpec as LongRunningTest
* various small speedups and tagging in actor-tests
* speedup expectNoMsg in stream-tests
* tag FramingSpec, and reduce iterations
* speedup QueueSourceSpec
* tag some stream-tests
* reduce iterations in persistence.PerformanceSpec
* reduce iterations in some cluster perf tests
* tag RemoteWatcherSpec
* tag InterpreterStressSpec
* remove LongRunning from ClusterConsistentHashingRouterSpec
* sys property to disable multi-jvm tests in test
* actually disable multi-node tests in validatePullRequest
* doc sbt flags in CONTRIBUTING