Commit graph

25701 commits

Author SHA1 Message Date
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
Johan Andrén
9ce6680b01
MiMa for 2.6.12 take 2 (#29987) 2021-02-01 12:48:05 +01:00
Johan Andrén
26c56e5825
SBR downing when a node is quarantined from the other side (#29737)
* 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>
2021-01-28 09:49:15 +00:00
Johan Andrén
0d64ac3cd7
Add a note about shard actor factory being local (#29970) 2021-01-28 09:35:23 +00:00
Johan Andrén
6c79c2b60b
Race condition in prefixAndTail around double materialization fixed #29965 (#29976) 2021-01-28 09:34:56 +00:00
Johan Andrén
7d25067568
Update to paradox theme with new cookie banner (#29978) 2021-01-28 09:31:55 +00:00
Michael Marshall
4d9b25579d
Add GroupedWeighted FlowOp and Make Grouped use GroupedWeighted #29066 2021-01-27 18:03:30 +01:00
Jabir S. Minjibir
dffd7099fd
Update event-bus.md (#29979) 2021-01-27 11:24:15 +01:00
Johan Andrén
0bf29fd232
SubSinkInlet/SubSourceOutlet memory leak fix (#29967)
* Memory leak in auto-closing of sub inlets/outlets fixed #29966
* Avoid separate nested instances of the AsyncCallback state classes for each async callback.
2021-01-25 15:35:54 +01:00
Renato Cavalcanti
9e97b995f0
Update replicated ES support for JDBC (#29968) 2021-01-25 11:27:12 +01:00
franciscolopezsancho
13cc7e5ef0
broken link (#29974) 2021-01-25 09:39:01 +01:00
Scala Steward
1542ef1e6a
Update asn-one to 0.5.0 (#29943) 2021-01-21 16:35:59 +01:00
Scala Steward
2a698ad53b
Update sbt-pgp to 2.1.1 (#29944) 2021-01-21 16:35:30 +01:00
Patrik Nordwall
4b23d0ccc0
Merge pull request #29958 from johanandren/wip-29949-WorkPullingWithEventSourcedProducerQueueSpec-race-fix
Race condition in WorkPullingWithEventSourcedProducerQueueSpec
2021-01-20 10:36:46 +01:00
Johan Andrén
4c682ce441 Ensure little endian ordering when copying envelope buffer #29911 2021-01-19 14:12:49 +01:00
Johan Andrén
88ac481c68 Fix for race condition in WorkPullingWithEventSourcedProducerQueueSpec #29949 2021-01-19 13:36:40 +01:00
franciscolopezsancho
8e47656b56
Typo (#29954) 2021-01-19 08:43:46 +01:00
kerr
01ad4620ec
Add more comments about formatting. (#29001) 2021-01-18 13:03:22 +01:00
Patrik Nordwall
c83b57674f
update latestPatchOf26 to 2.6.11 (#29952) 2021-01-15 17:13:40 +01:00
Patrik Nordwall
9fce9a9c33
more headers (#29953) 2021-01-15 16:11:00 +01:00
Johan Andrén
ba3af3ea46
Adapted message failure supervision bugfix (#29847) 2021-01-13 20:58:48 +01:00
Patrik Nordwall
feec7aa9b1
Merge pull request #29873 from akka/wip-29854-RequestNext-bug-patriknw
Fix duplicate RequestNext messages in durable WorkPullingProducerController, #29854
2021-01-13 17:20:32 +01:00
Patrik Nordwall
ffc356c106
Merge pull request #29926 from johanandren/wip-29904-EventSourcedBehaviorTestKit-serialization-config
EventSourcedBehaviorTestKit serialization improvements
2021-01-13 17:10:51 +01:00
Johan Andrén
a34357644f
Incorrect test expectations i FlowFutureFlowSpec fixed (#29899) 2021-01-13 10:15:48 +01:00
Johan Andrén
a1d405d564
Merge pull request #29881 from scala-steward/update/jackson-databind-2.10.5.1
* Update jackson-databind to 2.10.5.1
* Separately version jackson-databind
2021-01-13 09:37:52 +01:00
Patrik Nordwall
65fa8b635a
Merge pull request #29945 from scala-steward/update/metrics-core-4.1.16
Update metrics-core, metrics-jvm to 4.1.16
2021-01-13 08:07:21 +01:00
Nitika Agarwal
8361b2a1b9
Add example for mapError (#29913) 2021-01-13 08:05:47 +01:00
Nitika Agarwal
294661bde1
Add example for foldAsync (#29912) 2021-01-13 08:01:58 +01:00
Patrik Nordwall
7920694b81
Merge pull request #29867 from johanandren/wip-29858-dns-failure
Longer DNS timeout to avoiding ci fail
2021-01-13 07:50:22 +01:00
Adrian
130a200a85
Add askWithStatus Streams operator, #29504 (#29727) 2021-01-13 07:48:59 +01:00
Patrik Nordwall
96548837c6
Merge pull request #29833 from raboof/exhaustive-cachePolicy-comparison
Exhaustive comparison for cache policies
2021-01-13 07:47:02 +01:00
Patrik Nordwall
89583aa8cf
Merge pull request #29738 from YikSanChan/add-doc-to-explain-cleanup-impl
Explain why Mailbox#cleanup uses recursion [ci skip]
2021-01-13 07:45:26 +01:00
Patrik Nordwall
20ac7278cd
Merge pull request #29861 from ennru/show-bom
docs: show BOM include in all dependency listings
2021-01-13 07:38:33 +01:00
Johan Andrén
ccc4a2f48b
Improved operator string represenation #29935
* New attribute with source location information introduced and added to stages that takes lambdas
* Better default toString for GraphStageLogic including source location where possible
  and used that for debugging, errors and stream snapshots
2021-01-11 15:17:50 +01:00
eyal farago
b8c79f8695
Akka29924 router pool bcast (#29927) 2021-01-11 15:08:56 +01:00
Patrik Nordwall
2dedb715a1
Merge pull request #29934 from akka/rgc/use-java-predicate
Use java.util.function.Predicate for Stash Java API
2021-01-11 14:17:48 +01:00
Levi Ramsey
1fd66f5f49
Make typed TestProbe a RecipientRef (#29928) 2021-01-11 11:53:42 +01:00
franciscolopezsancho
51548f6227
typo (#29941) 2021-01-11 09:11:43 +01:00
Patrik Nordwall
146944f999
Merge pull request #29937 from raboof/copyright-2021
Update copyright to 2021
2021-01-11 08:38:48 +01:00
Scala Steward
245ea645a2
Update metrics-core, metrics-jvm to 4.1.16 2021-01-10 02:03:46 +01:00
Arnout Engelen
31f654768f
Update copyright to 2021 2021-01-08 17:55:38 +01:00
Renato Cavalcanti
4132507486
use java Predicate in Java API 2021-01-07 21:10:01 +01:00
Arnout Engelen
9f3d0a9887
tcp: clearer debug message when connection is closed successfully (#29931) 2021-01-07 14:20:23 +01:00