Commit graph

25098 commits

Author SHA1 Message Date
Scala Steward
37b1e6f118
Update sbt-assembly to 0.15.0 (#29301)
* Update sbt-assembly to 0.15.0
* Fix shading

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2020-07-01 11:03:28 +02:00
jeremie-seguin
6130b33e08
Fix doc typo (#29326) 2020-06-30 10:52:26 +02:00
Renato Cavalcanti
e8e43be3fe
Merge pull request #29323 from akka/wip-test-ser-conf-patriknw 2020-06-29 15:56:14 +02:00
Patrik Nordwall
f6140c75b0 and fix the double $ 2020-06-29 14:37:48 +02:00
Renato Cavalcanti
22c294ac3b
Merge pull request #29322 from aldenml/comment-fix
minor comment fix in ClusterSingletonManager.scala, removed extra word
2020-06-29 13:26:03 +02:00
Patrik Nordwall
0ea62717bf wrong serializer config in ActorSystemSpec 2020-06-29 13:05:11 +02:00
Alden Torres
1c67d743f9 minor comment fix in ClusterSingletonManager.scala, removed extra word 2020-06-26 15:36:17 -04:00
Enno
4947c07385
Docs: link to object API docs (#29195) 2020-06-26 09:07:01 +02:00
Scala Steward
09201bf65c
Update sbt to 1.3.12 (#29307) 2020-06-26 09:06:35 +02:00
Johannes Rudolph
08869ef7c6
actor: simplify empty ByteString instances (#29268)
* actor: simplify empty ByteString instances
* use Array.emptyByteArray
2020-06-25 10:41:17 +02:00
Arnout Engelen
b95c82e63b
Docs: Document reference.conf appending on gradle+kotlin (#29274) 2020-06-25 10:11:23 +02:00
ohze.net
01501148d7
dotty phase 3: Some required syntax changes (#29139)
Co-authored-by: Bùi Việt Thành <thanhbv@sandinh.net>
2020-06-25 09:47:31 +02:00
Yury Gribkov
6b402f4bf0
Annotate Shard instrumented methods with InternalStableApi (#29255) 2020-06-25 09:39:26 +02:00
itssunilsid
0f7785e8d9
Allowing arbitrary random number generators (#29246)
Issue #29188
2020-06-25 09:35:44 +02:00
Christopher Batey
7dfcc0bfd0
Validate leveldb write plugin is enabled for leveldb read plugin (#29288)
* Validate leveldb write plugin is enabled for leveldb read plugin

And remove some weird overriding

* mima
2020-06-24 08:01:03 +01:00
Arnout Engelen
ce07d5f15a
Avoid 'dead code after this construct' warnings in jackson-databind example (#29278)
This signature of jackson-databind's `set` is:

    public <T extends JsonNode> T set(String fieldName, JsonNode value)

When running the Scala compiler with dead code warnings enabled, this
will cause warnings due to https://github.com/scala/bug/issues/8109 .
Making the generic type explicit avoids that.
2020-06-23 09:15:17 +02:00
eyal farago
d6fd8c30e0
stream: ensure async boundaries propagate cancellation causes (#29213)
Before, a cancellation cause might be lost if cancellation happened before subscription was completely handled.
2020-06-22 14:02:01 +02:00
Johannes Rudolph
a80624bd66
Improve RotatingKeysSSLEngineProviderSpec (#29222)
* tests: increase timeout during termination

Attempt to fix #29221

* tighten timeout and add debug logging

* Stop using testkit's actorsystem. Cleaup after termination

* Fix compile error

* Make naming easier to follow, avoid testkit sys more

Co-authored-by: Ignasi Marimon-Clos <ignasi@lightbend.com>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2020-06-19 16:03:35 +02:00
Renato Cavalcanti
66d9dc33f6
Merge pull request #28986 from manishbansal8843/patch-1
Improved utilities/logging documentation
2020-06-19 13:31:05 +02:00
Renato Cavalcanti
9236286999
Merge pull request #29235 from akka/rgc/use-integer-in-javadsl
ShardedDaemonProcess: Use Interger in javadsl function
2020-06-19 09:21:36 +02:00
Johan Andrén
1e9e984727
Removing, deprecating and replacing usage of black/whitelist (#29254) 2020-06-18 15:48:28 +02:00
Johan Andrén
25ea7b7f5e
Remove or replace master/slave terminology from tests and API docs (#29252)
* Remove or replace master/slave terminology from tests and API docs
* Replace master where it would potentially imply being master/slave
2020-06-18 08:17:46 +02:00
Johan Andrén
0a986bf13d
Missing wildcard port for netty in some sharding tests #29251 2020-06-17 17:23:12 +02:00
Renato Cavalcanti
1b2b7bffc8
formatting 2020-06-17 14:36:21 +02:00
Renato Cavalcanti
6ab23dfd68
javadsl uses java.util.function.IntFunction instead 2020-06-17 13:26:20 +02:00
Renato Cavalcanti
e7a7d95e37
mima exclusions 2020-06-17 11:24:30 +02:00
Renato Cavalcanti
b89cc4c417
User Interger in javadsl function 2020-06-17 09:45:49 +02:00
Johan Andrén
4811b53917
Merge pull request #29219 from akka/feature-remember-entities-rework
Rework of Remember Entities and sharding internals #27763
2020-06-17 09:07:49 +02:00
Johan Andrén
b734797fc8 MiMa filter for the Sharding and Remember Entities rework 2020-06-16 10:58:08 +02:00
Christopher Batey
395fa64f8c
Harden PersistentShardingMigrationSpec (#29240)
Wait for cluster to be up before running test and increase retry
interval
2020-06-16 10:49:46 +02:00
Johan Andrén
b2b594293d
Split up large writes in the EventSourcedRememberEntitiesShardStore (#29233) 2020-06-16 09:14:42 +02:00
Christopher Batey
7f48be9ef8
Use watchWith for entity terminated (#29230)
Also, internal API changes for Cinnamon.
2020-06-16 09:13:52 +02:00
Johan Andrén
988ead1ef6
Clear out list of shards in DData coordinator store when no longer needed (#29232) 2020-06-15 17:36:22 +02:00
Arnout Engelen
9641780054
Avoid triggering IntelliJ's dead code detection (#29242) 2020-06-15 15:06:08 +01:00
Enno
bc68f0d650
Docs: Actor source stream operators (#29178) 2020-06-15 14:11:28 +02:00
barthorre
2c4e114ecd
Protobuf v3 osgi (#29172)
* register ActorSystem reference under ActorFactoryRef interface name

* reformat code

* add OSGi headers for akka-protobuf-v3

* change private package to only include proto files
2020-06-15 13:44:11 +02:00
Johan Andrén
17f7f1108a
Never use durable store for the cluster receptionist replicator #29231 (#29237) 2020-06-15 10:36:20 +01:00
contrun
4f2e82e5f6
stream: Unencoded attribute name (#28955) 2020-06-12 13:57:35 +02:00
Johan Andrén
b70d851ea0
Merge pull request #29227 from johanandren/wip-smaller-end-review-feedback-fixes
All the smaller pieces of feedback from Patrik addressed
2020-06-12 11:27:22 +02:00
Johan Andrén
5e7b895c22 s/crashing/restarting 2020-06-11 17:01:32 +02:00
Johan Andrén
0475c11a1b Avoid loop when not flightrecording 2020-06-11 17:00:51 +02:00
Johan Andrén
aa874d610f Require set of remembered entities to start to be nonEmpty 2020-06-11 16:58:41 +02:00
Johan Andrén
5e222214b6 Debug log for stashing while awaiting lease 2020-06-11 16:57:32 +02:00
Johan Andrén
c5aa918732 Language fix and don't showcase leveldb 2020-06-11 16:07:50 +02:00
Johan Andrén
25a1daa0d2 Majority plus in docs 2020-06-11 16:05:36 +02:00
Johan Andrén
a0fa284398 Deprecation version updated 2020-06-11 16:04:23 +02:00
Johan Andrén
c9e153a47f Tune test logs back to info 2020-06-11 16:03:22 +02:00
Johan Andrén
4a4a6065c1 Move MiMa excludes to correct version 2020-06-11 16:02:07 +02:00
Johan Andrén
a31260e8fc More private and @InternalApi sprinkling on top 2020-06-11 16:00:43 +02:00
Johan Andrén
1e811eebbc Avoid allocation on entity lookup 2020-06-11 15:58:33 +02:00