Patrik Nordwall
f8caaaff37
update latestPatchOf26 to 2.6.19 ( #31267 )
2022-03-22 07:59:43 +01:00
Patrik Nordwall
b08a91597e
Additional fix stack overflow for dead letters message adapter, #31241 ( #31265 )
2022-03-21 12:20:38 +01:00
Arnout Engelen
af18e824b4
Revert: Update ssl-config-core 0.6.0 (was 0.4.3) ( #31252 )
...
This partially reverts #31046 , but not the changes there that were
needed to unblock playframework/playframework#11081
2022-03-18 12:18:45 +01:00
Arnout Engelen
332f18c42b
fix the build on main ( #31251 )
...
* Fix compilation on scala 2.12
* Add mergePrioritizedN to docs
* Format Java code
2022-03-17 14:44:38 +01:00
Domantas Petrauskas
fccb0ca220
EventSourcedBehaviorTestKit initial state setup ( #31193 )
...
* Add initialization from state and events to EventSourcedBehaviorTestKit.
* Make SnapshotTestKit optional for EventSourcedBehaviorTestKit, add Java API.
* Add test for EventSourcedBehaviorTestKit with snapshots not enabled.
* Change EventSourcedBehaviorNoSnapshotTestKitSpec header.
2022-03-17 11:27:32 +01:00
kerr
15c9cc0543
+str Add isEnqueued method to QueueOfferResult. ( #31242 )
2022-03-17 11:24:02 +01:00
Arnout Engelen
00745b30e3
ssl-config: 0.6.0 -> 0.6.1 ( #31248 )
...
for https://github.com/lightbend/ssl-config/pull/342
2022-03-17 11:10:31 +01:00
Justin Pihony
4cc70b0551
Add clarifying details about new wildcard support ( #31247 )
2022-03-17 11:09:56 +01:00
Patrik Nordwall
f3a8c9dc4e
Fix stack overflow for dead letters message adapter, #31241 ( #31249 )
2022-03-17 09:03:33 +01:00
Patrik Nordwall
22089bd5cf
Fix Scala 2.12 compilation error in akka-stream-tests ( #31246 )
...
* immutable.Seq
2022-03-15 15:23:30 +01:00
PJ Fanning
c2b53464a9
use jackson-scala-module 2.13.2 for akka-jackson-serialization_3 ( #31238 )
2022-03-14 08:18:59 +01:00
kerr
cbfed3b1de
+str Add Source#mergePrioritizedN. ( #31189 )
2022-03-14 08:05:08 +01:00
Patrik Nordwall
9f7f7027f6
exclude tests using DisposableSys from aeron run ( #31240 )
...
* Revert "exclude tests using DisposableSys from aeron run (#31230 )"
This reverts commit a2a90d6325 .
* Revert "re-enable tests using DisposableSys (#30838 )"
This reverts commit 93622f56e7 .
* remove duplicate tags parameter
2022-03-14 07:52:20 +01:00
Patrik Nordwall
79718a068d
Explicit dependency for pr validation diff, #27937 ( #31239 )
...
* change of akka-actor didn't trigger build of akka-actor-tests
because the dependency was via akka-testkit
2022-03-13 08:46:08 +01:00
Patrik Nordwall
ae05ccaf77
Restart of outbound stream if upstream completed (unexpectedly), #31081 ( #31232 )
...
* In the logs attached to the issue we can see that an outbound connection is not
re-established after "Upstream finished" (broken pipe).
* Normally that is handled by the inner RestartFlow around the connection flow, but
if that has reached it's maxRestarts (3) it will complete the entire stream and
attachOutboundStreamRestart would not handle that as a restart case.
2022-03-11 09:47:05 +01:00
Renato Cavalcanti
a2a90d6325
exclude tests using DisposableSys from aeron run ( #31230 )
...
* exclude tests using DisposableSys from aeron run
* add 'gh-exclude-aeron' to 'akka.test.tags.exclude' settings
2022-03-10 18:45:45 +01:00
Renato Cavalcanti
e534eb78d3
mark CircuitBreaker tests as time sensitive ( #31235 )
2022-03-10 18:44:52 +01:00
Arnout Engelen
c63d18f663
Harden ReliableDeliveryShardingSpec ( #31234 )
...
Allow duplicate messages to be delivered to the consumer
2022-03-10 17:33:21 +01:00
kerr
f6e73fa5ac
=str Clean up Source#combine instance method code. ( #31188 )
2022-03-10 13:52:33 +01:00
kerr
042c25c9b2
=fmt Preserve line endings when format. ( #31192 )
2022-03-10 13:50:12 +01:00
Renato Cavalcanti
cc762a8a74
RecipeSplitter formatting ( #31233 )
2022-03-10 13:16:37 +01:00
Johannes Rudolph
08484e44a0
actor: ignore anything in unregistering state of TcpConnection ( #31231 )
...
Otherwise, we might end up with spurious "unhandled message" events which
the user can nothing do against.
This turned up in akka-http tests against Akka 2.6 where the interaction
of TLS with TCP lead to this kind of race condition.
2022-03-10 12:14:37 +01:00
Anthony Cheng
981eb17f2b
#1732 : Moved splitter and aggregator from Alpakka Docs to Cookbook and … ( #31203 )
2022-03-10 11:23:55 +01:00
Peter Vlugter
1b14e25f82
Fix loading of deleted snapshots in LocalSnapshotStore ( #31228 )
2022-03-10 10:49:40 +01:00
Johan Andrén
95e60f4e85
Failed: hub spec #31028
2022-03-09 18:01:31 +01:00
Johan Andrén
77727f0776
Improve default typed supervision backoff reset ( #31222 )
2022-03-09 16:21:59 +01:00
Renato Cavalcanti
bce426937d
configure AutoDowning to accelarate node removal in tests ( #31223 )
2022-03-09 15:46:23 +01:00
Johan Andrén
f2bd251e19
Fix race condition on shard region noticing shard shutdown in RememberEntitiesAndStartEntitySpec #31221 ( #31224 )
2022-03-09 15:42:56 +01:00
Renato Cavalcanti
93622f56e7
re-enable tests using DisposableSys ( #30838 )
2022-03-09 12:50:53 +01:00
Patrik Nordwall
5e3e61458a
Enable some Aeron tests in nightly-builds, #31010 ( #31218 )
...
* and enable gc logging via -Dakka.ci-server=true in .jvmopts-ci
* and some cleanup
* exclude ClusterReceptionistSpec and JoinConfigCompatCheckerRollingUpdateSpec
with new tag
2022-03-09 07:27:31 +01:00
Renato Cavalcanti
ad5864c6d8
harden CrossDcHeartbeatSenderSpec - wait until active ( #31219 )
2022-03-08 18:51:33 +01:00
Renato Cavalcanti
1371cb6a35
harden AtLeastOnceDeliveryCrashSpec ( #31216 )
2022-03-08 17:40:29 +01:00
Patrik Nordwall
4c96fe555d
Increase timeout in OutboundIdleShutdownSpec, #30984 ( #31214 )
...
* dilated
2022-03-08 16:36:33 +01:00
Patrik Nordwall
d7dc3546a0
Only run multi-node tests with Aeron, #31010 ( #31217 )
2022-03-08 14:36:03 +01:00
Arnout Engelen
8f72872478
harden ReplicatorPruningSpec ( #31215 )
...
Check update has propagated before sending the next one
Fixes #28491
2022-03-08 14:14:07 +01:00
Johan Andrén
ccb542734e
fix: race condition in downing provider spec ( #31213 ) #31194
2022-03-08 12:54:08 +01:00
Scala Steward
04a6b9f50f
Update gson to 2.9.0 ( #31209 )
2022-03-08 12:39:50 +01:00
Peter Vlugter
3c3e8286e2
Enable StreamRefsSpec 'cancel before emit' test with debug logging ( #31183 )
2022-03-08 11:53:25 +01:00
Renato Cavalcanti
7c3e832727
harden RestartSpec - remove race condition ( #31182 )
2022-03-08 11:42:22 +01:00
Scala Steward
19d08afd09
Update logback-classic to 1.2.11 ( #31207 )
2022-03-07 10:31:49 +01:00
Arnout Engelen
31d632e82e
Delay run-time dependency from persistence-query to remote ( #31199 )
...
Scala 3 refers to the types of lazy fields in the `clinit` since
https://docs.scala-lang.org/scala3/reference/changed-features/lazy-vals-init.html
6c9c733896 (r62879336)
2022-03-07 10:22:28 +01:00
Scala Steward
f224336bf8
Update sbt-assembly to 1.1.1 ( #31208 )
2022-03-07 09:22:25 +01:00
Scala Steward
48adc9ecd8
Update sbt-header to 5.6.5 ( #31210 )
2022-03-07 09:19:47 +01:00
Scala Steward
24f21695cd
Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.36 ( #31211 )
2022-03-07 09:19:21 +01:00
Andrei Arlou
d8d60d5db2
Use apidoc directive in stream/stream-io.md ( #22904 ) ( #31202 )
2022-03-04 18:09:43 +01:00
Esther
1bbe952fd1
Use scala3 version of scala-java8-compat #31200 ( #31201 )
2022-03-04 17:23:08 +01:00
Andrei Arlou
e0e6361465
Use apidoc directive in serialization.md ( #22904 ) ( #31082 )
...
* Use apidoc directive in serialization.md (#22904 )
* protobuf urls were added to paradox settings
* fix link to Serializer
2022-03-03 19:50:39 +01:00
Andrei Arlou
b8b821a95a
docs: Use apidoc directive in typed/actors.md ( #22904 ) ( #31187 )
...
* Use apidoc directive in typed/actors.md (#22904 )
* Apply suggestions from code review
fix links
Co-authored-by: Arnout Engelen <arnout@engelen.eu>
Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2022-03-03 15:10:28 +01:00
Johannes Rudolph
2aaf16c23b
actor: try to avoid ChannelReadable dead letter in TcpConnection ( #31198 )
...
Refs #29330
It is not completely clear that this state is the culprit but since we do
not have any better idea, let's try this.
2022-03-03 12:58:12 +01:00
Matthew de Detrich
71463da3bb
Add unsafeViaData to FlowWithContext and SourceWithContext ( #31123 )
...
* Add unsafeViaData to FlowWithContext and SourceWithContext
* Add @ApiMayChange to unsafeDataVia
* Improve documentation for unsafeDataVia
* Add tests for unsafeDataVia
* Add deadlock comment in documentation.
* Add unsafeDataVia to Java DSL
* Add mima rule for unsafeDataVia FlowWithContextOps
2022-03-02 14:16:32 +01:00