* member information for full cluster shutdown
* Cluster singleton: dont hand over when in ready for shutdown
* Noop everything in shard coordinator
* Set all members to preparing for shutdown
* Don't allow a node to join after prepare for shutdown
* Review feedbac: singleton listen to all member chagnes
* Java API
* More better
* Keep sharding working while ready for shutdown
* Mima
* Revert DEBUG logging
* gs
* Fix api doc link
* Missed review feedback
* Review feedback
* Remove @switch when it doesn't take effect
* Use ActorRef.noSender
* Minor tweaks to SchedulerSpec
* Disambiguate TypedActor for Scala 3
* Bump ScalaTest to a version compatible with Scala 3
* Bump ScalaCheck
* Disambiguate Event in SupervisorHierarchySpec
* Scala 3 compatible EventBusSpec
* Prevent private unused variables to be erased by Scala 3
* Bump mockito
* Explicit actorRef2Scala import
* restore original .scalafix.conf
* Scala 3 compatible tailrec
* Reminder to re add switch annotation in case
* Move to nowarn instead of silencer
* Bump to Scala 2.12.13
* Cross compatible annotations
* fix docs generation
* adapt the build for Scala 3
* fix errors but bus
* remove more SerialVersion from trait
* scalacheck only from scalatest
* cross-compile akka-actor-tests
* restore cross-compilation
* early initializers workaround
* scalacheck switch
* cross compatible FSM.State class
* cross compatible LARS spec
* Change results to pass LineNumberSpec
* fix stackoverflow in AsyncDnsResolverIntegrationSpec
* FSM.State unapply
* fix Scala 2.13 mima
* SerialVersionRemover compiler plugin
* removed unused nowarns
* SBR now downs a node when it notices that it has been quarantined from other nodes #29565
* Them mima excludes
* Review feedback mostly addressed
* One more stale comment removed
* More stress
* Ignore if remote quarantining node is not part of cluster
* Preliminary (untested) keepalive server support
* Completed reproducer of scenario discussed in PR
* Fix weird wrong extends in multi-jvm tests
* Put the test transport dropping after control junction to also drop control messages on blackhole.
* Test cleanup/review feedback addressed
* Ping from both nodes of side 1
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
* Add some debug logging to test to nail down failure cause
* Log when InboundTestStage lets messages through because no association yet
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
* Memory leak in auto-closing of sub inlets/outlets fixed#29966
* Avoid separate nested instances of the AsyncCallback state classes for each async callback.