Renato Cavalcanti
a654f5a9aa
Merge pull request #28777 from heraklos/fix-from-classic-package-name-example
...
[DOC] Fix example package names in `Learning Akka Typed from Classic `
2020-04-01 12:25:14 +02:00
Renato Cavalcanti
59cec8b44a
Merge pull request #28843 from akka/wip-28842-parent-dispatcher-patriknw
...
fix DispatcherSameAsParent when using ClusterActorRefProvider, #28842
2020-04-01 12:16:12 +02:00
Renato Cavalcanti
ab452651c5
Merge pull request #28834 from akka/wip-log-mdc-pattern-patriknw
...
change %mdc examples, and tests
2020-04-01 12:11:41 +02:00
Eric Loots
36187362be
Improvements to reliable delivery docs ( #28738 )
...
* Add punctuation and fix some typo's
* I passed through the introduction section and the section
on point-to-point delivery.
2020-04-01 11:10:41 +02:00
Renato Cavalcanti
ba450ee96b
Merge pull request #28847 from ennru/classicSystem-public
...
Make ClassicActorSystemProvider.classicSystem public API
2020-03-31 11:21:14 +02:00
Enno Runne
27b1c73d90
Make ClassicActorSystemProvider.classicSystem public API
...
See @28818
2020-03-31 09:50:14 +02:00
Jacky Nguyen
89f920a198
SubscriptionTimeout schedule leak in FanoutProcessor #28810
2020-03-31 09:17:50 +02:00
Enno
5807b44644
Operator docs: list watch as Actor interop ( #28826 )
2020-03-30 16:52:09 +02:00
Arnout Engelen
1a529aa38a
Publish paradox/japi/api (snapshot) docs via sbt ( #28828 )
...
* Publish paradox/japi/api (snapshot) docs via sbt
* Removes the need for custom release commands
* Use ++= instead of :=
2020-03-30 16:48:15 +02:00
Renato Cavalcanti
60ec32439c
Merge pull request #28833 from akka/wip-28786-stash-clear-patriknw
...
clear StashBuffer, #28786
2020-03-30 12:53:52 +02:00
Renato Cavalcanti
a55ff87c93
Merge pull request #28832 from akka/wip-unstash-one-same-patriknw
...
Unstash to correct Beahviors.same when unstash in progress, #28831
2020-03-30 12:52:37 +02:00
Renato Cavalcanti
1971500827
Merge pull request #28785 from hepin1989/noClosure
...
=str Don't create closure
2020-03-30 12:03:51 +02:00
Renato Cavalcanti
a183f7441b
Merge pull request #28813 from hepin1989/validate
...
=act Validate Actor class in Props.
2020-03-30 11:55:41 +02:00
Renato Cavalcanti
82f144ef88
Merge pull request #28838 from hepin1989/tryInline
...
=act Add @inline Annotation.
2020-03-30 11:44:34 +02:00
Takuya Kajiwara
0933d7456e
add import clause to graphDSL example code to compile ( #28830 )
2020-03-30 09:59:18 +02:00
Manuel Bernhardt
4c81ef838b
Don't advertise temporary references in the compression table #28822
2020-03-30 09:19:12 +02:00
Patrik Nordwall
5ffa4b077d
fix DispatcherSameAsParent when using ClusterActorRefProvider, #28842
...
* add test
* the check for valid config is not needed in RemoteActorRefProvider,
since it is delegating to LocalActorRefProvider for all cases but the
remote deployment case
2020-03-30 08:04:52 +02:00
hepin1989
6e074f5538
=act Add @inline Annotation.
2020-03-29 01:22:50 +08:00
Patrik Nordwall
d9f1416252
change %mdc examples, and tests
...
* if MDC is empty it's confusing with {} because it can be misunderstood
to be a missing log template parameter
2020-03-27 17:59:58 +01:00
Patrik Nordwall
34af198bd3
clear StashBuffer, #28786
2020-03-27 17:33:13 +01:00
Patrik Nordwall
fa04d8efe3
Unstash to correct Beahviors.same when unstash in progress, #28831
...
* When unstashing one message the currentBehavior from the context
is stale.
* While unstash is in progress we can keep track of currentBehavior
inside StashBufferImpl.
2020-03-27 17:01:59 +01:00
Patrik Nordwall
f31b58b61a
Merge pull request #28827 from akka/wip-mima-2.6.4-patriknw
...
mima: check against 2.6.4, and missing filters
2020-03-27 15:23:39 +01:00
Johan Andrén
2a099e1306
Updated incorrect comment ( #28825 )
2020-03-27 14:12:40 +01:00
Arnout Engelen
79b1cda615
Create the git tag before releasing rather than during ( #28820 )
2020-03-27 11:59:30 +01:00
Patrik Nordwall
e151536e81
mima: check against 2.6.4, and missing filters
2020-03-27 11:54:42 +01:00
Arnout Engelen
b34e26eff0
Publish snapshots to gustav with 'publish' ( #28815 )
...
This removes the need to publish to a 'predictable' directory and then
'manually' rsyncing the locally-created repository from jenkins to gustav.
This is not needed for anything, it just simplifies the build a bit. We
could eventually use it for the paradox and api docs as well.
2020-03-27 10:30:38 +01:00
Johan Andrén
dc678a6319
Docs: TestKit leaking into Java getting started guide ( #28793 )
2020-03-27 10:09:48 +01:00
Ignasi Marimon-Clos
f683241c40
Docs: examples for io streams with StreamConverters ( #28746 )
2020-03-27 09:56:59 +01:00
Arnout Engelen
b40873dc10
Remove last crossPaths occurrence ( #28817 )
...
We were already not using it for most of the build
2020-03-27 09:38:12 +01:00
yiksanchan
a04a14d022
Update remoting.md ( #28811 )
2020-03-27 09:37:44 +01:00
Patrik Nordwall
37d87811b5
Doc example of Streams watch operator, #25468 ( #28752 )
2020-03-26 18:00:58 +01:00
Yakiv Yereskovskyi
5605f04cb7
allow Source.queue concurrent pushing ( #28273 )
2020-03-26 10:56:45 -04:00
hepin1989
b324cbc351
=act Validate Actor class in Props.
2020-03-26 17:38:53 +08:00
Patrik Nordwall
bf6576ce79
remove test config of old flight recorder ( #28800 )
2020-03-25 13:32:19 +01:00
Ignasi Marimon-Clos
04396d9c30
Cross-references to/from ref-docs vs operator docs ( #28788 )
2020-03-24 14:47:03 +01:00
Arnout Engelen
4b782e54b8
Update to genjavadoc 0.16 ( #28791 )
2020-03-24 11:21:31 +01:00
Patrik Nordwall
b1346ad7a7
JMH bench and flight recorder for reliable delivery, #28725 ( #28741 )
...
* JMH bench for reliable delivery
* JFR flight recorder for reliable delivery
* disable hi-freq events by default
* CompileJdk9
* fix validateCompile
2020-03-24 07:59:33 +01:00
hepin1989
92cbec8568
=str Don't create closure
2020-03-23 22:28:49 +08:00
kerr
7f2773024f
+act Add retry with new delay calculation support #25999
2020-03-23 15:20:12 +01:00
Christopher Batey
59bad03cca
Remove FIXME and link to docs for typed pub sub ( #28767 )
2020-03-23 15:17:59 +01:00
B YI
1545f3fb25
Doc example for Sink.head ( #28782 )
2020-03-23 14:03:09 +01:00
Jacek Ewertowski
2cccfa3c29
Stream: Sugar for Sink.ignore #27789 , #24986
2020-03-23 13:05:25 +01:00
heraklos
0e33399f4e
Fix example package names in Akka Typed
2020-03-21 16:44:15 +09:00
Arnout Engelen
f8d7b0c94a
Fix compiler error in project/Dependencies.scala ( #28770 )
2020-03-20 16:02:30 +01:00
Kirill Yankov
41f20cbb81
Persistence testkit implementation #15571 ( #26825 )
2020-03-20 14:18:43 +01:00
Eike Wacker
630e712b9f
Allow a read of length 0 in InputStreamAdapter #28751 ( #28759 )
2020-03-20 11:33:00 +01:00
Christopher Batey
35b4da09dd
Use Scalal 2.12.11 ( #28754 )
2020-03-20 08:33:25 +00:00
RibleStrype
96639c537e
fix premature reset of the 'writeInProgress' flag in case of persistence failure #28629
2020-03-19 15:59:46 +01:00
Patrik Nordwall
fa9ceaa5eb
doc: Vector instead of List in daemon processes example ( #28763 )
2020-03-19 13:34:41 +01:00
Christopher Batey
992e3624bb
ShardedDaemonSet creates one too many ( #28766 )
2020-03-19 11:58:58 +00:00