Commit graph

24514 commits

Author SHA1 Message Date
Arnout Engelen
9b9972a854
Remove deprecated actorRefWithAck from 'pending' lists (#28337)
As we don't plan to document this one anymore, so it's already
ignored in the 'ignore' list
2020-01-15 16:40:06 +01:00
Arnout Engelen
087ed4b5a5 Add source.completionStage example #25468 (#28338) 2020-01-15 15:04:15 +01:00
Christopher Batey
a8086e86e5 Operator doc for flatmap merge (#28488) 2020-01-15 13:20:41 +01:00
Johan Andrén
f891f17abd
Increase logger startup timeout in cluster metric tests #27955 2020-01-15 10:22:43 +01:00
Johan Andrén
3ca7cb0f94
Examples for the sliding operator #25468 2020-01-14 16:03:11 +01:00
Johan Andrén
044e706eb9
Incorrect assumptions in LazyAndFutureSourcesTest (#28479) 2020-01-14 13:53:05 +01:00
Arnout Engelen
4c9c05cfde Check headers on travis (#28466)
To check them on 2.13 early as well
2020-01-14 13:41:46 +01:00
Patrik Nordwall
47d2b680c8
Merge pull request #28486 from akka/update/sbt-reproducible-builds
Update sbt-reproducible-builds to 0.23
2020-01-14 13:10:52 +01:00
Scala Steward
a1d9487ecd Update aeron-client, aeron-driver to 1.25.0 (#28475)
* Update aeron-client, aeron-driver to 1.25.0

* Update agrona to 1.2.0

Co-authored-by: Arnout Engelen <github@bzzt.net>
2020-01-14 10:34:27 +00:00
Scala Steward
9480d6415c Update sbt-pgp to 2.0.1 (#28396) 2020-01-14 10:33:10 +00:00
Scala Steward
ee6d48c7ba Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30 (#28398)
* Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30

* Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30
2020-01-14 10:32:37 +00:00
Scala Steward
b74809ed77 Update metrics-core, metrics-jvm to 4.1.2 (#28375) 2020-01-14 10:29:31 +00:00
Scala Steward
53516fcc32 Update scalacheck to 1.14.3 (#28378) 2020-01-14 10:28:55 +00:00
Patrik Nordwall
aae7604dce Logging of UnhandledMessage, #28260 (#28414)
* Logging of UnhandledMessage, #28260

* make use of the existing logging of dead letter
  also for UnhandledMessage
* Akka Typed publishes UnhandledMessage in same way so those
  will also be logged

* fix test failure in EventStreamSpec

* feedback
2020-01-14 10:26:44 +00:00
Arnout Engelen
78a357e0f5 Update sbt-reproducible-builds to 0.23 (#28485) 2020-01-14 11:22:20 +01:00
Arnout Engelen
44ad322a56 Deprecate EventEnvelope ctor without timestamp (#28454) 2020-01-14 10:22:07 +00:00
Patrik Nordwall
ab2300c4cb doc: example for splitWhen and splitAfter, #25468 (#28480)
* doc: example for splitWhen and splitAfter, #25468
2020-01-14 10:17:20 +00:00
Patrik Nordwall
169098070d doc: links to videos (#28481) 2020-01-14 10:59:48 +01:00
Helena Edelson
8157338346 Minor doc and scaladoc cleanup. (#28484) 2020-01-14 10:59:12 +01:00
Johan Andrén
b5d2bcdbb0 Fix problems with byte string copy to array 2.13 (#28468)
* copyToArray unbroken on 2.13 #28465
* Skip discipline flags in console (driving me crazy!)
2020-01-14 10:51:37 +01:00
Patrik Nordwall
856c4ff6f6
Rename Start message in HelloWorld (#28469)
* Rename more Start to SayHello

* fix copyright year in InmemJournalSpec
2020-01-13 14:48:31 +01:00
Jorge Cruz
e55a9fcf89 Add missing word Map to tutorial_4.md (#28472) 2020-01-13 10:56:42 +01:00
Patrik Nordwall
cdc45c128d
Publish operations from InmemJournal (#28332)
* small feature that is useful for verifying that expected events were persisted
* doc example
* also enable serialization test config
2020-01-13 09:46:43 +01:00
Johan Andrén
4749b11be8 Typed receptionist deregistration (#28406)
* Co-authored-by: tipame <33191778+tipame@users.noreply.github.com>
2020-01-10 09:34:04 -08:00
Arnout Engelen
6b73a2504f
Document update strategy for sattelite projects (#28457)
* Document update strategy for sattelite projects #26985

Co-Authored-By: Dale Wijnand <344610+dwijnand@users.noreply.github.com>
2020-01-10 13:46:45 +01:00
gcnyin
0f6c01b13a docs: fix typo; 'mailboxes' to 'dispatchers' (#28461) 2020-01-09 10:28:20 +01:00
Scala Steward
9bd9755ad6 Update sbt-header to 5.4.0 (#28458) 2020-01-08 18:16:17 +01:00
Johan Andrén
589c6511bd
Limit and LimitWeighted operator docs #25468 2020-01-08 16:26:51 +01:00
Johan Andrén
ed1f107ab1
Re enable stress spec artery #28344 2020-01-08 16:24:28 +01:00
Patrik Nordwall
44cac83d0f
Use MessageBuffer in RecoveryPermitter, #28417 (#28418)
* Use MessageBuffer in RecoveryPermitter, #28417

* to propagate trace context

* feedback, while instead of zipWithIndex
2020-01-08 14:31:38 +01:00
Johan Andrén
0f4e146623 ByteString performance regression toArray on 2.13 (#28419)
* Benchmark with numbers
* Better optimization, now on par with 2.12
* Simplify
* Review do'hs and unused errors fixed
* Move build up of composite out to setup
* A little thing to make MiMa happy
* Apply suggestions from code review
Co-authored-by: Arnout Engelen <github@bzzt.net>
2020-01-08 14:14:45 +01:00
Patrik Nordwall
56c9f7d54e
Merge pull request #28411 from scala-steward/update/sbt-java-formatter-0.5.0
Update sbt-java-formatter to 0.5.0
2020-01-08 13:50:34 +01:00
Arnout Engelen
fb7c695d15 Link to replicator case object (#28439)
* Link to replicator case object (#28427)

Unfortunately apidoc cannot detect when you link to a class but only the
corresponding object exists in the scaladoc, not the class itself.

* Further clarifications
2020-01-08 13:47:43 +01:00
Eric Loots
c7e79031d8 Fix typos, add some punctuation, and rephrase some text (#28452) 2020-01-08 09:27:04 +01:00
Patrik Nordwall
b00a2d1b22
Merge pull request #28455 from akka/wip-28405-persistence-link-patriknw
doc: change link text to Event Sourcing
2020-01-07 15:15:56 +01:00
Patrik Nordwall
fd36041b2a doc: change link text to Event Sourcing 2020-01-07 14:01:11 +01:00
Nicolas Vollmar
795bf1c3bf Keeps live stream open for empty persistence ids #28428 (#28429) 2020-01-07 13:18:44 +01:00
Patrik Nordwall
efa856bc17 Timestamp in EventEnvelope, #28331 (#28383)
* added to EventEnvolope and therefore include case class stuff
  for binary compatibility
* also added in PersistentRepr, which for example is the serialized format in
  LeveldbJournal
2020-01-07 11:32:15 +01:00
Scala Steward
290a6137e0 Update commons-codec to 1.14 (#28445) 2020-01-07 10:11:35 +01:00
Scala Steward
e3cb631388 Update jctools-core to 3.0.0 (#28446) 2020-01-07 10:11:10 +01:00
Scala Steward
2327231667 Update sbt-paradox-akka to 0.29 (#28442) 2020-01-07 10:09:41 +01:00
Arnout Engelen
27e91b00d0
Report UDP connection error for negatively-cached hostnames (#28444)
When creating an UDP connection for a hostname for which we already have a
'negative cache' saying it cannot be resolved, report that as an error
as well.

Noticed while looking at #28133, but looking closer at the logs that seems
like a different problem. Added logging that might make it easier to diagnose.
2020-01-07 08:19:14 +01:00
Andrea Peruffo
1529e91edd doc: fix ScalaFiddle integration for Akka 2.6 #27510 2020-01-07 08:12:31 +01:00
Arnout Engelen
04df0252cd Clean up akka.build.version #26675 (#28415)
Since sbt-dynver now takes care of this and has successfully been tested with
the play and lagom nightly builds. If you really want to override the version
anyway, you can still add a 'version.sbt' and override 'version in ThisBuild'
and 'isSnapshot in ThisBuild' manually.
2020-01-06 20:11:18 -08:00
Scala Steward
937aa0e201 Update jackson-databind to 2.10.2 (#28447) 2020-01-06 19:43:22 -08:00
__
e182c5a1fc Add stream name to buffer overflow log message (#28159)
* Add stream name to buffer overflow log message (#28085)

* De-emphasize stream name by moving it to the back

Co-authored-by: Arnout Engelen <github@bzzt.net>
2020-01-06 16:18:43 +01:00
Safta Catalin Mihai
6278968af5 Fix RetryFlow not stopping after maxRetries (#28443)
- the check for retryNo was pattern matching on tuple instead of any value
2020-01-03 21:07:19 +01:00
Scala Steward
a40466cac1 Update junit to 4.13 (#28435) 2020-01-03 09:16:53 +01:00
Scala Steward
90eac0f103 Update sbt to 1.3.6 (#28433) 2020-01-03 09:16:34 +01:00
Helena Edelson
6bf20f4117 Update all copyright headers to 2020 after new year's #27881 (#28434) 2020-01-02 13:24:59 +01:00