Commit graph

24394 commits

Author SHA1 Message Date
Christopher Batey
0edf75b884 Use specific exception for discovery timeout (#28152)
* Use specific exception for discovery timeout

Unfortunately, as the API is the SPI we can't do this once for all implementations

Fixes #28149
2019-11-20 12:15:31 +01:00
Helena Edelson
ec7be4922f Mention no implicit sender in coexistence.md #28074 (#28173)
* Mention no implicit sender in coexistence.md #28074
2019-11-20 11:56:35 +01:00
Enno
70766dfa18 Docs: Remove extra type params in RetryFlow signature (#28097)
* Docs: Remove extra type params in RetryFlow signature

* Add link to API docs
2019-11-20 11:48:30 +01:00
Vitalii Solomko
3cb51f1621 Fix method name in the description of Source 'lazilyAsync' operator (#28162)
* Fixing method name in description of Source 'lazilyAsync' operator

* Rollback change in the operators/index.md file

* Update description of 'lazilyAsync' Source operator
2019-11-20 10:58:05 +01:00
Patrik Nordwall
80bb20d192 preserve order of ask replies, #28196 (#28197)
* ask was using pipeToSelf with the ActorContext's implicit
  ExecutionContext, which can result in that ask replies are
  delivered in different order than they were sent
* changing to sameThreadExecutionContext should solve that
2019-11-19 15:21:15 -08:00
Arnout Engelen
78e2348da1
Replace 'intercept' with 'expect' (#28202) 2019-11-19 18:33:31 +01:00
Scala Steward
37d20dba00 Update metrics-core, metrics-jvm to 4.1.1 (#28043) 2019-11-19 17:37:20 +01:00
Scala Steward
35679f142b Update gson to 2.8.6 (#27903) 2019-11-19 17:36:34 +01:00
Patrik Nordwall
f17bdbe233 rename scaladsl.LoggingTestKit.intercept to expect, #28194 (#28199)
* deprecate intercept
2019-11-19 17:25:43 +01:00
Johan Andrén
905694be1c
Keep custom logger name in EventSourcedBehavior #28161 2019-11-19 17:43:59 +02:00
Christopher Batey
f6bea4e75e Remove native packager plugin (#28189) 2019-11-19 15:45:03 +01:00
Scala Steward
5d882d98bf Update sbt-pgp to 2.0.0 (#27713)
* Update sbt-pgp to 2.0.0

* Fix new package name
2019-11-19 15:44:36 +01:00
Arnout Engelen
96a78a2d43
Update silencer to 1.4.4, to support scala 2.13.1 (#28190) 2019-11-19 15:30:04 +01:00
Scala Steward
76a37056ad Update jackson-annotations, jackson-core, ... to 2.10.1 (#28163) 2019-11-19 11:37:56 +01:00
Patrik Nordwall
175fe4786a
Merge pull request #28103 from scala-steward/update/jul-to-slf4j-1.7.29
Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.29
2019-11-19 10:58:22 +01:00
Patrik Nordwall
51493a4383 doc: reword routing link to new API (#28185)
* routing is so different so it doesn't make sense to use "full documentation"
* similar with fsm
2019-11-19 09:57:22 +00:00
Arnout Engelen
81ee676923 Update ssl-config to 0.4.1 (#28183)
To make ALPN in gRPC work again
2019-11-19 09:56:17 +00:00
Xusheng Peng
fe49ebe994 fixed the bug that messageAdapter can not work for primitive types (#28188) 2019-11-19 10:39:41 +02:00
Arnout Engelen
548b3589f2 doc: Flow.fold (#27850) 2019-11-18 18:02:44 +02:00
Scala Steward
472dac469f Remove classgraph dependency from sbt plugin scope (#28118)
As we don't use it directly and it comes in transitively from
sbt-paradox-unidoc where it is used.
2019-11-18 11:28:20 +02:00
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