Renato Cavalcanti
77e1bfbc1b
Merge pull request #28594 from akka/wip-persistence-view-patriknw
...
remove obsolete PersistenceSettings.view
2020-02-12 15:43:50 +01:00
Patrik Nordwall
a0d92fe303
Merge pull request #28553 from odd/inmemjournal-tagged
...
Unwrap tagged events on addition (#28552 )
2020-02-12 15:07:38 +01:00
Evgeny Sidorov
dcdaa5a0dd
Example for Source.fromIterator #25468 ( #28582 )
...
* add example for Source.fromIterator #25468
* scala fmt code style fix
* don't use test as a sample for docs
2020-02-11 14:58:00 +01:00
Patrik Nordwall
670a937d98
remove obsolete PersistenceSettings.view
...
* removing without deprecation because this can't be used anywhere
* persistence view has been removed years ago, and those config properties
doesn't even exist in reference.conf so accessing this would throw exception
2020-02-11 14:51:57 +01:00
Patrik Nordwall
6120b73918
Merge pull request #28568 from akka/wip-sharding-lmdb-patriknw
...
Don't initialize Lmdb when rememberEntities not used, #28567
2020-02-11 08:48:46 +01:00
Arnout Engelen
e187286abc
Avoid 'dead code' errors when compiling in IntelliJ ( #28525 )
...
* Avoid 'dead code' errors when compiling in IntelliJ
* Document the extension registration caching better
* Clarify scaladoc
* scalafmt
2020-02-11 07:28:33 +00:00
mghildiy
4e0947c4b1
Issue#26072:Added lombok usage documentation ( #28539 )
2020-02-11 07:26:58 +00:00
Clément Grimal
cd2e25139c
doc: minor typo fix ( #28579 )
2020-02-11 07:21:20 +00:00
Johan Andrén
0d5f592ebb
Some improvements to Java tutorial after JFokus workshop ( #28585 )
2020-02-10 17:55:17 +01:00
Patrik Nordwall
efde1913bc
Make the ScalaFiddle example copy-pastable, and runnable ( #28530 )
2020-02-10 14:32:09 +00:00
Johan Andrén
ef867f26d6
Do not cache PromiseActorRef since that is a one off #28521
2020-02-10 13:16:18 +01:00
Renato Cavalcanti
1b4da3d10f
Merge pull request #28576 from chbatey/shard-no-coordinator-error-message
...
Improve error message when coordinator not found
2020-02-07 18:53:47 +01:00
Patrik Nordwall
e1b00b8258
doc: header level of Polymorphic types in Jackson docs ( #28569 )
2020-02-07 10:40:49 +00:00
Renato Cavalcanti
9e7aae035f
Merge pull request #28575 from akka/wip-videos-patriknw
...
doc: links to latest videos
2020-02-07 11:03:58 +01:00
Christopher Batey
36cd20247f
Improve error message when coordinator not found
...
Led users to think that the node had left the cluster when not starting
sharding on every node with the correct roles.
2020-02-07 08:15:25 +00:00
Renato Cavalcanti
2ee2db0cc7
Merge pull request #28554 from ennru/autolabel-prs
...
Configure Autolabler
2020-02-06 17:38:23 +01:00
Renato Cavalcanti
402bc5b402
Merge pull request #28522 from chbatey/issue-28509
...
Use unique name for typed and untyped testprobes
2020-02-06 10:30:06 +01:00
Renato Cavalcanti
7f64e842d8
Merge pull request #28562 from chbatey/issue-28557
...
Execute post stop for guardian behaviors
2020-02-06 10:29:49 +01:00
Patrik Nordwall
e4c840cce2
one more
2020-02-06 08:58:45 +01:00
Christopher Batey
12c685507d
Change link from google groups to discuss ( #28573 )
2020-02-06 08:42:37 +01:00
Patrik Nordwall
c757a4e307
doc: links to latest videos
...
* manage blocking
* cqrs
2020-02-06 08:40:54 +01:00
eyal farago
ccd8481fec
stream: add flatMapPrefix operator ( #28380 )
2020-02-05 15:37:27 +01:00
Christopher Batey
caf04066fc
Reduce the magic
2020-02-05 14:14:18 +00:00
Christopher Batey
3f690f7ea9
Tests with children
2020-02-05 14:09:49 +00:00
Bartosz Firyn
722ea4ff87
Fix typo depredated, change to deprecated ( #28572 )
2020-02-05 15:09:24 +01:00
Renato Cavalcanti
d3ce370ec5
Merge pull request #28570 from akka/wip-jackson-uuid-patriknw
...
test Jackson serialization of UUID
2020-02-05 11:04:36 +01:00
Patrik Nordwall
0469a66c2d
test Jackson serialization of UUID
2020-02-05 10:12:00 +01:00
Patrik Nordwall
c806abb96a
Don't initialize Lmdb when rememberEntities not used, #28567
...
* Sharding defines durable.keys in reference.conf
* That will trigger initialization of LmdbDurableStore for the
ddata Replicator that is used by Sharding
* but that is only needed if rememberEntities is enabled
* This will optimize startup time for ClusterSharding,
and reduced runtime complexity of accessing file system
2020-02-05 10:07:07 +01:00
Patrik Nordwall
f6bea845ca
update MiMa latestPatch ( #28534 )
...
* update MiMa latestPatch
* Even later latest
* exclude jdk9 classes in 2.6.x excludes
* mima exclude for SystemMaterializer.materializer type
Co-authored-by: Johan Andrén <johan@markatta.com>
2020-02-04 15:43:13 +01:00
Scala Steward
b0b39e81e6
Update sbt to 1.3.8 ( #28561 )
2020-02-04 14:54:12 +01:00
Patrik Nordwall
db6092c701
Merge pull request #28526 from akka/wip-pgp-tty-patriknw
...
add GPG_TTY instruction
2020-02-04 14:49:24 +01:00
Johan Andrén
289ca787a1
Getting started referred to a package name not present in quickstart ( #28549 )
...
* Getting started referred to a package name not present in quickstart
Techhub zip has com.example and g8 template defaults to com.example so let's refer to that instead
* Missing logger ops in one Scala example snippet
2020-02-04 14:41:01 +01:00
Patrik Nordwall
84e88bff02
Merge pull request #28551 from renatocaval/fix-akka-discovery-error-message
...
Improved error message when loading ServiceDiscovery impl
2020-02-04 14:37:36 +01:00
Renato Cavalcanti
e6c6459499
Fix filter operator example output ( #28560 )
...
* fixed filter operator example output
* align filter and filterNot outputs
2020-02-04 14:19:51 +01:00
Patrik Nordwall
a2b29a7219
Merge pull request #28564 from jrudolph/remove-extra-print-stack-trace
...
stream: remove extra printStackTrace
2020-02-04 14:01:30 +01:00
Christopher Batey
439bf01018
Formatting
2020-02-04 10:47:09 +00:00
Johannes Rudolph
a01dfa6201
stream: remove extra printStackTrace
2020-02-04 11:16:34 +01:00
Johannes Rudolph
1fbd1d338f
stream: fail eagerly during SubSink/SubSource materialization ( #28492 )
...
This way the stack trace will be more helpful because it contains the stage
that actually triggered the materialization.
Otherwise, we will only fail during `preStart` in the interpreter where the
stage will be failed and the error be propagated through the stream where
it can be hard to figure out what happened.
Also improve the message itself to contain the user provided name of the
sink/source.
2020-02-04 11:04:31 +01:00
Christopher Batey
d84266e357
Execute post stop for guardian behaviors
...
Fixes #28557
2020-02-04 09:53:01 +00:00
Renato Cavalcanti
918b556b0a
Merge pull request #28543 from scala-steward/update/sbt-unidoc-0.4.3
...
Update sbt-unidoc to 0.4.3
2020-02-03 14:41:35 +01:00
Odd Möller
b0b05ecda8
Unwrap tagged events on addition ( #28552 )
2020-01-31 21:47:11 +01:00
Christopher Batey
0d57c71766
Add paramater documentation for event sourced entities ( #28540 )
...
* Add paramater documentation for event sourced entities
Useful for help in IDEs, text taken from the docs.
* whitespace
Co-authored-by: Arnout Engelen <github@bzzt.net>
2020-01-31 16:09:02 +01:00
Enno Runne
d945512106
Autolabeler configuration [skip ci]
2020-01-31 16:00:40 +01:00
Renato Cavalcanti
09c0927ca6
Improved error message when loading ServiceDiscovery impl
2020-01-31 15:50:03 +01:00
Patrik Nordwall
a6cc73b447
Artery hostname for client side of TCP connection, #28546
2020-01-31 14:53:51 +01:00
Patrik Nordwall
2677edf930
Merge pull request #28545 from akka/systemMaterializerExplicitReturnType
...
Explicit SystemMaterializer.materializer return value
2020-01-30 18:57:00 +01:00
Arnout Engelen
6dbbfd53f0
Explicit SystemMaterializer.materializer return value
2020-01-30 12:19:52 +01:00
Scala Steward
c8c0c1ed35
Update sbt-unidoc to 0.4.3
2020-01-29 20:03:40 +01:00
Jacek Ewertowski
97f8991970
Improve akka logging docs. ( #28531 )
2020-01-29 15:12:03 +01:00
Patrik Nordwall
45ed6eabca
clarify ExecutionContext for whenTerminated operations ( #28537 )
2020-01-29 11:47:18 +01:00