Commit graph

24272 commits

Author SHA1 Message Date
Patrik Nordwall
7fe280b7b6
fix links to samples (#28145)
* fix links to samples

* remove activator links to fsm-sample

* we are reducing the number of samples to maintain and since samples
  are mostly interesting for new users most of them will be based on
  Akka Typed
2019-11-18 11:23:28 +02:00
Patrik Nordwall
04f8ac9a0a
Merge pull request #28179 from johanandren/wip-28147-disable-udp-multicast-for-now
Disable JavaUdpMulticastTest
2019-11-18 11:08:59 +02:00
Johan Andrén
baf2dca686 Disable JavaUdpMulticastTest until we figure out why it fails 2019-11-18 09:10:23 +01:00
Helena Edelson
84b824c61d
Only deliver buffered RestartShard to the local ShardRegion #27782 (#28047) 2019-11-13 16:41:01 +02:00
Jafer Khan
09dad532a1 Modified the existing Effect directive in sample code of docs (#28157) 2019-11-13 16:34:00 +02:00
Luke Eller
d4ed47f309 Fix fire and forget wording (#28160) 2019-11-12 09:38:05 +02:00
Scala Steward
6bf36c2517 Update sbt-whitesource to 0.1.18 (#28028)
* Update sbt-whitesource to 0.1.18

* Update sbt-whitesource to 0.1.18

* Update sbt-whitesource to 0.1.18
2019-11-08 21:09:27 +01:00
Patrik Nordwall
0eddbe3589 doc: improve doc example of javadsl Extension (#28100) 2019-11-08 16:27:52 +01:00
Arnout Engelen
a47886c4f5 sbt option to explicitly specify the jdk8 jdk to use (#28107)
* Nicer error message when jdk home path is not found
* Also allow setting it via the environment
2019-11-08 15:59:49 +01:00
Patrik Nordwall
52952a5050
Merge pull request #28134 from akka/runWhitesourceOnTravisForTags
Run whitesource for tags
2019-11-08 15:49:38 +01:00
Patrik Nordwall
6f9c889c11
Merge pull request #28146 from johanandren/fix-cluster-spec-docs-url
Fix the URL Holly reported
2019-11-08 15:48:13 +01:00
Xusheng Peng
02c04a2bcd doc: fix the word spell error in actor-lifecycle (#28151) 2019-11-08 12:54:36 +01:00
Scala Steward
3a988a35dd Update sbt-header to 5.3.0 (#28150) 2019-11-08 11:05:36 +01:00
Johan Andrén
3b8da24edb Fix the URL Holly reported 2019-11-07 14:23:02 +01:00
Will Sargent
ca5bf1f3c8 Remove trailing div from fold.md (#28139) 2019-11-07 10:06:56 +01:00
Scala Steward
f0551ff83c Update sbt-scalafix to 0.9.8 (#28101) 2019-11-06 15:28:07 -08:00
Patrik Nordwall
6cd935dfec update mima latestPatch 2.6.0 (#28135) 2019-11-06 21:40:56 +01:00
Johan Andrén
a9db32e792
Avoid falling back to IterableOnceOps.copyToArray #28114 2019-11-06 21:18:49 +01:00
James Roper
43ec699b77 Improved docs for some queries (#28033)
Made it clear whether offset/to/fromSequenceNr are inclusive or
exclusive.
 
Co-Authored-By: Helena Edelson <helena@users.noreply.github.com>
2019-11-06 10:30:20 -08:00
Arnout Engelen
365af7ee2f Exclude agrona from scala-steward (#28110)
As it should only be updated in tandem with aeron
2019-11-06 10:17:45 -08:00
Renato Cavalcanti
6d95ec9da7 Fix typo in Response type (#28136) 2019-11-06 10:15:47 -08:00
Scala Steward
e4c1d7b1ba Drop sbt-updates altogether versus update to 0.4.3 (#27904)
Drop sbt-updates altogether
2019-11-06 10:15:02 -08:00
Arnout Engelen
d4e124be35 Run whitesource for tags
Make check less brittle
2019-11-06 12:20:14 +01:00
Patrik Nordwall
97c5305e0d
Merge pull request #28127 from chbatey/slf4j-typed-internal
Need akka-slf4j on classpath for internal logging
2019-11-06 09:52:10 +01:00
Enno
b5921ba943
Docs: set 2.6 release date in project info (#28129) 2019-11-06 09:51:12 +01:00
Patrik Nordwall
115c351351 move Coordinated Shutdown down in ToC (#28132)
* if reading the pages in order the Coordinated Shutdown
  page is not very important, compared with Interaction Patterns,
  when getting started
2019-11-06 08:55:09 +01:00
Patrik Nordwall
4bbb8a5396 Link to Tour of Akka Typed (#28131) 2019-11-06 08:54:49 +01:00
Patrik Nordwall
708a3ef94c
Merge pull request #28130 from akka/wip-akka-slf4j-patriknw
add dependency to akka-slf4j from akka-actor-typed
2019-11-06 08:29:10 +01:00
Patrik Nordwall
7016b1ac46
Update links to samples, #28106 (#28121)
* adding Example project section at the end of corresponding "main" doc page
* new examples.md page to collect links to all at one place
* remove obsolete references from classic pages
* use akka-sample-cluster-scala as multi jvm testing sample
2019-11-06 08:00:40 +01:00
Johan Andrén
8d19962dc8 Docs polish for 2.6.0 (#28125)
* Plain text for back-link to classic pages instead of info box

* No info breakouts up top in the actor intro page

* No info boxes for the classic-version-of-the-page

The info box takes too much attention and space

* Re-order project info, update akka-paradox-sbt to get toggle
2019-11-05 20:06:32 +01:00
Patrik Nordwall
0fad044fcf add dependency to akka-slf4j from akka-actor-typed
* it was intended to automatically use Slf4jLogger in akka-slf4j
  when akka-actor-typed is used
* otherwise it would be confusing to have some Akka logging directly
  to slf4j and some to Akka stdout logging, if akka-slf4j is not
  added
2019-11-05 19:34:05 +01:00
Christopher Batey
e731878834 Need akka-slf4j on classpath for internal logging 2019-11-05 16:27:18 +00:00
Patrik Nordwall
c74e9720f3
Merge pull request #28062 from chbatey/clarify-snapshot-every
Clarify snapshop every n events
2019-11-05 15:48:35 +01:00
Patrik Nordwall
5a309cc3d8
Merge pull request #28098 from johanandren/wip-TypedSample-fix
Watch in the wrong place in sample
2019-11-05 15:46:16 +01:00
Patrik Nordwall
2f2bdd6945 doc: update faq.md (#28122)
* remove obsolete things
2019-11-05 13:10:00 +00:00
Christopher Batey
cf5316a71c
Apply suggestions from code review
Co-Authored-By: Helena Edelson <helena@users.noreply.github.com>
2019-11-04 10:38:31 +00:00
Ignasi Marimon-Clos
d770e572ab Use PersistenceId.ofUnique instead of the private constructor (#28087)
* Use PersistenceId.ofUnique instead of private constructor
* Format Java test code
2019-11-01 16:27:10 +01:00
Patrik Nordwall
fedd86fcb5 doc: fix link to persistence style guide (#28088) 2019-11-01 16:16:04 +01:00
Patrik Nordwall
53723c01d6
Merge pull request #28099 from pabloazul/rename-unnecessarily-gendered-references
Rename Father -> Parent
2019-10-31 14:26:26 +01:00
Paul Dale
20d363dfb0 Rename Father -> Parent
Renaming unnecessarily and biologically improbable gendered language.
2019-10-31 12:03:13 +00:00
Johan Andrén
a2329e7c8e Watch in the wrong place 2019-10-31 10:28:16 +01:00
Patrik Nordwall
6d722cc313 doc: clarify exception from modify function in ddata (#28079) 2019-10-28 15:15:15 +01:00
Patrik Nordwall
4b9d5f0302
Merge pull request #28065 from helena/docs-clarify-entityId
Minor entityId sample code clarification in docs.
2019-10-28 08:47:30 +01:00
Patrik Nordwall
700d7690f7
Merge pull request #28066 from akka/wip-28061-unsubscribe-patriknw
Handle Replicator.Unsubscribe in Typed scaladsl, #28061
2019-10-28 08:44:57 +01:00
Patrik Nordwall
36aa8fd48a Handle Replicator.Unsubscribe in Typed scaladsl, #28061
* scaladsl.Unsubscribe was missing in ReplicatorBehavior
* also noticed a Changed vs SubscribeResponse leftover from
  previous api change
2019-10-26 10:51:46 +02:00
Helena Edelson
a7fc6f824e Minor entityId sample code clarification in docs. 2019-10-25 16:00:58 -04:00
Patrik Nordwall
1b44348425 Use sender at all places in EventSourceBehavior ExternalInteractions, #28059 (#28060) 2019-10-25 12:30:17 -04:00
Christopher Batey
be08a0e2fe Clarify snapshop every n events 2019-10-25 17:23:25 +01:00
Johan Andrén
a56a53734f Avoid deadlock on concurrent extension with materializer init (#28046)
* Avoid deadlock on concurrent extension with materializer init #28037

* Wrap blocking extension await with blocking context
2019-10-25 17:05:59 +01:00
Thomas Braam
ab3f63899c Fixed small error in Akka Typed Getting Started Tutorial 5 (#28041) 2019-10-25 13:57:01 +02:00