Commit graph

957 commits

Author SHA1 Message Date
Arnout Engelen
282b38e832
Remove akka-contrib (#26769)
* Remove akka-contrib #26183

This module has been deprecated since 2.5 and is removed in 2.6
2019-05-02 12:09:11 +02:00
Christopher Batey
efc3adc08d
Make artery the default remoting (#26772) 2019-05-01 08:12:09 +01:00
Helena Edelson
5fce4bea63
Enable passivate-idle-entity-after by default #25782 (#26819) 2019-04-30 08:11:31 -07:00
Helena Edelson
22f31b4d69 Wrong link in doc, also directs to bad URL #26823 (#26824) 2019-04-30 16:22:22 +02:00
Christopher Batey
9cc5048c35 Show how to run plugin tck from java (#26829) 2019-04-30 14:17:45 +02:00
Arnout Engelen
f17941d614 Move 'Remoting' under 'Clustering' in the docs (#26774)
* Move 'Remoting' under 'Clustering' in the docs #26491

* As it is typically not used directly, but as an implementation detail of
Clustering.

* Warn when remoting is used directly #26491
2019-04-29 13:18:03 +02:00
Arnout Engelen
54d01a4005
Add to migration guide 2019-04-26 16:56:44 +02:00
Arnout Engelen
07f4628ddc
Remove 'agents' page from documentation 2019-04-26 16:56:14 +02:00
Arnout Engelen
a8bd5af1fb
Remove akka-agent #26184 2019-04-26 16:55:50 +02:00
Patrik Nordwall
309027de14
cleanup migration guides toc (#26805)
* cleanup migration guides toc
* add redirects for removed migration guides
2019-04-26 10:22:11 +02:00
Arnout Engelen
96c8ef4257 Remove akka-camel (#26768)
* Remove akka-camel

This module has been deprecated since 2.5.0 and will now be removed in 2.6.

If there is interest it can be moved to a separate community-maintained repo.

* Add note to migration guide

* Remove from allModules as well
2019-04-25 15:55:25 +02:00
Christopher Batey
39b344c508 Remove actor dsl (#26784)
* Removals of actor dsl
* Mima for actor dsl removal
* Remove inbox doc test
* Keep main in echo server example
2019-04-25 15:53:27 +02:00
Patrik Nordwall
058200ce88 update other modules page 2019-04-24 07:58:38 +02:00
Erwin
e7e252140f Fixed documentation typos in DeviceGroup sample class (#26661) 2019-04-23 19:03:16 +02:00
Justin Pihony
06b6c7f034 Fix minor typo in docs (#26778) 2019-04-22 07:27:14 -07:00
Arnout Engelen
8394f7c33d Update MiMa: drop 2.4, add 2.5 (#26765)
* Update MiMa: drop 2.4, add 2.5

We promise binary compatibility across minor versions, which would in theory
mean we should check compatibility between 2.4 and 2.6.

However, since 2.4 is EOL, we no longer guarantee bincompat with it. In
practice this should not make much of a difference, since only in rare cases
would a change be binary compatible with 2.5 but not with 2.4.

* Don't run 2.11 on travis
2019-04-19 07:54:25 +01:00
Christopher Batey
0ab7a96ae2
Remove Scala 2.11 for Akka 2.6 (#26760)
* Remove Scala 2.11 for Akka 2.6

* Remove unused import

* Update akka-actor/src/main/scala-2.13/akka/compat/Future.scala

Co-Authored-By: chbatey <christopher.batey@gmail.com>

* Update akka-actor/src/main/scala-2.13/akka/compat/Future.scala

Co-Authored-By: chbatey <christopher.batey@gmail.com>

* Remove last few bits of 2.11
2019-04-19 07:53:27 +01:00
mszczygiel
d4813b91c3 Support for null in mapAsync and fromCompletionStage #25475 2019-04-16 09:08:05 +02:00
Patrik Nordwall
4399e499c4
Merge pull request #26628 from akka/migrationGuide
Remove ancient streams migration guide
2019-04-15 09:25:26 +02:00
yiksanchan
8376bee244 Replace deprecated expectNoMsg with expectNoMessage (#26695) 2019-04-08 16:14:42 +02:00
Jason Zaugg
e2dc818625 Fix typo in documentation (#26702) 2019-04-08 16:12:58 +02:00
Arnout Engelen
6207484c0e
Review follow ups for PR #26653 (#26668)
* Review follow ups for PR #26653

* Internal marker for error messages
2019-04-05 11:04:32 +02:00
Patrik Nordwall
0595975179
Merge pull request #26674 from chbatey/issue-26667
Guide for using artery udp inside a container
2019-04-04 16:06:28 +02:00
Patrik Nordwall
8df2366284 addition about rolling update in Artery migration guide (#26670) 2019-04-04 08:09:52 +01:00
Christopher Batey
59bd0cbad5 Guide for using artery udp inside a container 2019-04-03 16:10:40 +01:00
Arnout Engelen
abbbfb5b54
Use sbt-paradox-apidoc plugin (#26660)
Instead of using custom code here. Checked with 'meld' that the result
is the same, except for problems that were already there (filed #26659).
2019-04-03 13:14:27 +02:00
Christopher Batey
fbcb8c9f33 Review follow ups for PR #26653 2019-04-03 07:32:38 +01:00
Patrik Nordwall
18802420fb
Merge pull request #26665 from akka/wip-26664-artery-ready-patriknw
Declare Artery TCP ready for production, #26664
2019-04-02 21:55:45 +02:00
Christopher Batey
88091c1ac9 Untyped/Typed supervision (#26653)
* Clarify supervision from untyped to typed
* Default to restart for untyped spawned from typed
* Default to stop for typed spawned from untyped
2019-04-02 21:54:54 +02:00
Patrik Nordwall
c1a9a691a6
Merge pull request #26627 from akka/wip-26545-RetentionCriteria-patriknw
Make RetentionCritera evolvable, #26545
2019-04-02 16:20:53 +02:00
Patrik Nordwall
9c2b660617 Declare Artery TCP ready for production, #26664 2019-04-02 16:17:25 +02:00
Patrik Nordwall
81f11c97dd Make RetentionCritera evolvable, #26545
* allow combining snapshotWhen and RetentionCriteria
* RetentionCritieria unit test
* move retention and snapshot tests to separate EventSourcedBehaviorRetentionSpec
  * because EventSourcedBehaviorSpec is testing too many different things
* Update Scaldoc and reference documentation
  * moved it to the snapshotting page
2019-04-02 15:22:06 +02:00
Helena Edelson
a2f65de599 Typed Persistence: snapshotEvery vs RetentionCriteria #26544 2019-04-02 15:22:06 +02:00
Patrik Nordwall
39c18aa647 Declare Akka Typed ready for production, #26640 2019-04-02 15:12:10 +02:00
Patrik Nordwall
956cc40008
Merge pull request #26612 from ennru/docs-adapter-import
Typed docs: include the import in the code snippet where it is used
2019-04-02 07:14:58 +02:00
Leandro
39a75e4912 Fix minor text omissions in actor docs (#26641) 2019-04-01 12:03:34 +02:00
Patrik Nordwall
baeaca1ce0
Merge pull request #26610 from akka/wip-receptionist-snippet-patriknw
cleanup Receptionist example
2019-03-29 14:54:42 +01:00
Piotr Gawryś
95fce88b2d Typo in Akka Typed Persistence Docs (#26635) 2019-03-29 09:51:06 +01:00
Patrik Nordwall
725728f346 cleanup Receptionist example 2019-03-28 16:14:23 +01:00
Christopher Batey
65ccada280 Lease API + use in cluster singleton and sharding, #26480 (#26629)
* lease api
* Cluster singleton manager with lease
* Refactor OldestData to use option for actor reference
* Sharding with lease
* Docs for singleton and sharding lease + config for sharding lease
* Have ddata shard wait until lease is acquired before getting state
2019-03-28 13:31:56 +01:00
Arnout Engelen
f8aae8dee9
Remove ancient streams migration guide 2019-03-28 08:47:54 +01:00
Nicolas Vollmar
c9b3f1de6d GrapheStage implementation for actorRef source (#25324) (#26054)
* Adds internal access to materializer before initialization (#25324)

* Implements new actorRef source based on graph stage  (#25324)

* Removes obsolete actorRef source (#25324)

* Improves backwards compatibility with old implementation (#25324)

* Removes dedicated new subclass for materializer access again  (#25324)

* Improves implementation (#25324)

* Finalizes implementation (#25324)

* Small improvements to API and documentation (#25324)

* Completion strategy as a replacement for poison pill (#25324)

* Adding more tests and updating the documentation (#25324)
2019-03-27 14:16:38 +01:00
Patrik Nordwall
646e68416d
Merge pull request #26568 from akka/updateScalaTest
Update scalatest to 3.0.7
2019-03-26 15:09:23 +01:00
Enno Runne
857aaf9575 Typed docs: include the import in the code snippet where it is used 2019-03-26 12:03:34 +01:00
Helena Edelson
6a46185f87
Typed Persistence: docs / sample for deleting snapshots and events (#26603)
#26543
2019-03-25 10:26:24 -07:00
Johan Andrén
4f7b78feb0 Make typed persistence side effect internal (#26520)
* Make akka-persistence-typed SideEffect internal #26044

* Minimal docs update

* More private. Formatting.

* More public usages of SideEffect

Also: made scaladsl.Effect a pure trait for consistency

* Review feedback
2019-03-25 15:40:04 +00:00
Ignasi Marimon-Clos
aadaa46853 Small typos (#26575)
* Small typos

* Update akka-docs/src/main/paradox/discovery/index.md

Co-Authored-By: ignasi35 <ignasi@lightbend.com>
2019-03-20 15:40:29 +01:00
Patrik Nordwall
b76891adcc
Merge pull request #26576 from TimMoore/patch-1
Update Akka Management version to 1.0.0
2019-03-20 15:38:45 +01:00
Patrik Nordwall
532c204e29
Merge pull request #26557 from jroper/clarify-read-write-local
Clarified the failure conditions for Read/WriteLocal
2019-03-20 14:21:30 +01:00
Tim Moore
ee0cb1578e
Update Akka Management version to 1.0.0
0.50.0 was renamed to 1.0.0-RC1 before it was released.
2019-03-20 19:56:26 +10:30