Commit graph

25593 commits

Author SHA1 Message Date
Andrea Peruffo
73b97871b6
Bump Scala 3 to RC1 (#30117) 2021-03-16 17:33:56 +01:00
Levi Ramsey
f3456b382e
Clarify API-docs - desugaring of IncomingConnection.handleWith (#30025) 2021-03-15 17:32:35 +01:00
刘冲
c24759feaa
Update ActorHierarchyExperiments.java (#30075)
Update SupervisedActor example to fit tutorial 1 docs
2021-03-15 15:48:02 +01:00
Arman Bilge
1ff2950ab6
Inherit attributes from Restart{Source,Flow,Sink} #24810 2021-03-15 12:47:37 +01:00
Andrei Arlou
573a97debb
Change parameters order for assertEquals in tests: JavaFutureTests and LeaseProviderTest (#30094) 2021-03-15 12:43:33 +01:00
Patrik Nordwall
8006b5245c
Link to Akka Cloud Platform (#30112) 2021-03-15 12:42:15 +01:00
Alex
1044c4996e
Extend GroupedWeightedWithin to accept maxWeight and maxNumber simultaneously #30020 2021-03-15 12:38:28 +01:00
Andrei Arlou
23f703fa08
Refactor exception handling in StatusReplyTest (#30081)
* Refactor exception handling in StatusReplyTest

* Change messages in assertThrows
2021-03-12 11:46:20 +01:00
Patrik Nordwall
d19855542b
configuration for SBR lease release #30090 (#30092) 2021-03-11 13:29:20 +01:00
Ignasi Marimon-Clos
8f6ee85413
typo (#30083) 2021-03-10 09:10:55 +01:00
Johannes Rudolph
0576acc1da
stream: add assertion against JDK bug to avoid spin loop in TlsActor (#30043)
* stream: add assertion against JDK bug to avoid spin loop in TlsActor

Refs #29922
2021-03-10 08:49:15 +01:00
Nicolas Vollmar
4081638fd8
Adds initial delay to Timers #30065 (#30066) 2021-03-05 08:41:13 +01:00
Johan Andrén
b208265e5c
Add batchable sources also for Scala 3 (#30069) 2021-03-01 11:57:47 +01:00
Johan Andrén
cc6d55183f
Use scala.concurrent.Batchable for Scala 2.13 #29980 2021-03-01 10:15:58 +01:00
Scala Steward
e85bc51e82
Update sbt-scalafix to 0.9.25 (#30012) 2021-03-01 08:39:55 +00:00
Johan Andrén
3591498cf2
Bump mima latest patch (#30061) 2021-02-24 10:38:18 +01:00
Johan Andrén
477dc7f651
Doubly dilated timeouts in typed test probe #30021 (#30033) 2021-02-22 17:48:12 +01:00
Patrik Nordwall
5b567b14f4
Merge pull request #30052 from johanandren/wip-copy-snippet-docs
Update to sbt-paradox-akka 0.38 with copy-snippet support for the docs
2021-02-22 17:18:51 +01:00
Ignasi Marimon-Clos
ac530913ac
Update manifestInfo docs (#30056)
* Update snippet. Cross-reference to BOMs

* Update akka-docs/src/main/paradox/common/binary-compatibility-rules.md

Co-authored-by: Johan Andrén <johan@markatta.com>

Co-authored-by: Johan Andrén <johan@markatta.com>
2021-02-22 17:18:10 +01:00
Johan Andrén
89e04267db
Eliminate BidiFlow.identity in atop when possible #29901 2021-02-22 15:49:52 +01:00
Johan Andrén
8dfb4a7a3d
Source location in a few more stages (#30039) 2021-02-22 14:34:46 +01:00
Ignasi Marimon-Clos
59364c0140
Makes the SBR lease name configurable (#30049) 2021-02-22 12:50:13 +01:00
Ignasi Marimon-Clos
e6c5e32647
Nicer ManifestInfo check (#30046) 2021-02-22 11:02:06 +01:00
taketora
6c23c9821c
Make the ChatRoom companion object visible in chatroom protocol (#30029) 2021-02-22 08:27:45 +01:00
Johan Andrén
7fea431041 Update to sbt-paradox-akka 0.38 with copy-snippet support for the docs #30045 2021-02-19 18:09:00 +01:00
Johan Andrén
052f845e00
Fail fix in ClusterShardingPreparingForShutdownSpec (#30041) 2021-02-17 13:37:05 +01:00
Johan Andrén
abbaffc303
Unmoored doc comment fixed (#30038) 2021-02-16 10:38:45 +01:00
Scala Steward
2f25c26961
Update aeron-client, aeron-driver to 1.32.0 (#30013)
* Update aeron-client, aeron-driver to 1.32.0
* Agrona 1.9.0
2021-02-16 09:21:32 +01:00
Nicolas Vollmar
bff26488a4
Adds scala/java tabs #30019 (#30035) 2021-02-16 09:20:37 +01:00
Levi Ramsey
d51f1e17b4
Allow introspection on typed EntityRefs to support serialization #29955 2021-02-16 09:19:36 +01:00
Johan Andrén
d92dc9c321
Fix for broken cluster shutdown #30026 (#30034) 2021-02-15 17:08:41 +01:00
Renato Cavalcanti
63aa1453d0
Adds internal logger for EventSourcedBehavior (#30007)
* don't log user event data

* move EventSourcedBehavior internal logs to dedicated logger
2021-02-15 14:47:39 +01:00
Patrik Nordwall
6db28f4be6
Merge pull request #30014 from scala-steward/update/metrics-core-4.1.17
Update metrics-core, metrics-jvm to 4.1.17
2021-02-15 14:39:15 +01:00
Patrik Nordwall
44fae64bd5
Merge pull request #30023 from akka/wip-30022-fromPublisher-patriknw
Don't use GraphStage toString when materializing Source.fromPublisher, #30022
2021-02-15 14:38:11 +01:00
Mitsuyuki Shiiba
85c4e72d9c
docs: Fix Java code to check cookiesReply for ask (#30030)
Fix to check cookiesReply not null instead of cookies for #standalone-ask-fail-future Java code
2021-02-15 14:26:46 +01:00
lmetrak
fd2be34aa2
Update ActorHierarchyExperiments.java (#30032)
lack of semicolon in package keyword
2021-02-15 10:57:22 +01:00
Patrik Nordwall
7b3667a070
Don't add MemberExited as unreachable in SBR, #2995 (#29988) 2021-02-12 16:35:41 +01:00
Johan Andrén
497885a78b
Compile akka-actor and akka-actor-tests with Scala 3 in PR validation (#29992) 2021-02-12 14:15:24 +01:00
Christopher Batey
c5f16dcee1
Full cluster shutdown (#29838)
* 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
2021-02-12 09:59:20 +00:00
Patrik Nordwall
f5625dc64d Don't use GraphStage toString when materializing Source.fromPublisher, #30022
* Fixes performance regression in Akka 2.6.11/2.6.12
2021-02-12 09:34:20 +01:00
Nicolas Vollmar
278a36d036
Adds explicit ! method (#30004)
Needed for Scala 3
2021-02-10 13:20:29 +01:00
Scala Steward
b41d6a0c43
Update sbt to 1.4.7 (#30015) 2021-02-10 10:54:34 +01:00
Scala Steward
c9789878e6
Update sbt-dotty to 0.5.2 (#30011) 2021-02-10 10:51:34 +01:00
Ignasi Marimon-Clos
415c5f2981
Removes obsolete authors.pl (#30010) 2021-02-09 08:18:40 +01:00
Scala Steward
79b1eecc1e
Update metrics-core, metrics-jvm to 4.1.17 2021-02-09 04:04:12 +01:00
Nicolas Vollmar
94af88c5de
Remove support for PoisonPill in ActorRefSource #26622 2021-02-05 11:46:34 +01:00
Johan Andrén
41b8079b6f
Align BoundedSourceQueue test expectations with reality #29859 2021-02-04 17:23:33 +01:00
Arnout Engelen
3d9bb8dffd
docs: put 'recover' and 'mapError' under 'error handling' (#29999) 2021-02-04 17:17:10 +01:00
Andrea Peruffo
da70e0ccd4
Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956)
* 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
2021-02-01 16:38:29 +01:00
Patrik Nordwall
0f27ed6189
Merge pull request #29959 from johanandren/wip-29911-handshake-endianness
Ensure little endian ordering when copying envelope buffer
2021-02-01 16:23:40 +01:00