Commit graph

22658 commits

Author SHA1 Message Date
Patrik Nordwall
af240d77aa
Merge pull request #25744 from akka/dontWarnAboutOldProtocolUse
Don't warn about old DNS protocol use
2018-10-15 13:37:10 +02:00
Patrik Nordwall
1b8da91b45
Merge pull request #25625 from btomala/feature/25348_missing_serializers_for_shard_region
Protobuf serializers for ShardRegionStats
2018-10-15 13:30:42 +02:00
Renato Cavalcanti
8e0b9b58e2 fixed typo in DNS extension documentation (#25789) 2018-10-12 18:16:00 +01:00
Johan Andrén
d9a41f5e23
Java API checklist (#25762) 2018-10-12 13:06:42 +02:00
Prasanna J
1e883ced45 Modified iff statements from JavaDSL/Flow.scala (#25785) 2018-10-12 10:07:30 +02:00
Johan Andrén
b0de255d27 Docs for typed distributed data (#25747)
* Typed distributed data docs shaping up
2018-10-12 08:14:01 +01:00
Johan Andrén
0c608321b9 Max number of restarts for typed supervision backoff #25584 (#25772) 2018-10-12 08:06:46 +01:00
Johan Andrén
ab545430e0 Cleanup typed test output (#25669)
* Cleanup ActorContextSpec output

* Default to not log dead letters and hide up to info level from tests

* Use log instead of println to benefit from config to silence

* The silence of the AdapterSpec

* Hushed the AskSpec

* Subdue the TimerSpec

* Muffled the FaultToleranceDocTest

* Remove the application.conf from the test in waiting for #25708
2018-10-11 13:34:28 +02:00
Patrik Nordwall
7b264e03d6
Merge pull request #25764 from dwijnand/ssl-config
Upgrade to ssl-config 0.3.5, from 0.3.4
2018-10-11 12:35:52 +02:00
kerr
138db54f6d update to sbt 1.2.4 (#25759) 2018-10-10 14:32:46 +02:00
Patrik Nordwall
63b7cc40cc
Merge pull request #25696 from akka/wip-PersistentBehavior-rename-patriknw
rename PersistentBehaviors.receive to PersistentBehavior.apply
2018-10-09 14:36:40 +02:00
Patrik Nordwall
d9af08757e rename PersistentBehaviors.receive to PersistentBehavior.apply 2018-10-09 13:47:22 +02:00
Dale Wijnand
41f1de5642
Upgrade to ssl-config 0.3.5, from 0.3.4
These are the additional binary API changes introduced:

    [error]  * class com.typesafe.sslconfig.ssl.FakeKeyStore is declared final in current version
    [error]    filter with: ProblemFilters.exclude[FinalClassProblem]("com.typesafe.sslconfig.ssl.FakeKeyStore")

    [error]  * method GeneratedKeyStore()java.lang.String in class com.typesafe.sslconfig.ssl.FakeKeyStore does not have a correspondent in current version
    [error]    filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("com.typesafe.sslconfig.ssl.FakeKeyStore.GeneratedKeyStore")

    [error]  * method SignatureAlgorithmOID()sun.security.util.ObjectIdentifier in class com.typesafe.sslconfig.ssl.FakeKeyStore does not have a correspondent in current version
    [error]    filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("com.typesafe.sslconfig.ssl.FakeKeyStore.SignatureAlgorithmOID")

    [error]  * method SignatureAlgorithmName()java.lang.String in class com.typesafe.sslconfig.ssl.FakeKeyStore does not have a correspondent in current version
    [error]    filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("com.typesafe.sslconfig.ssl.FakeKeyStore.SignatureAlgorithmName")
2018-10-09 11:26:31 +01:00
mohammad mehdi
918cb72594 example for reduce operator #25468 2018-10-08 16:15:33 +02:00
Oliver Wickham
ef08bbd74b Fix doc links to cluster docker compose sample (#25756) 2018-10-08 15:33:46 +02:00
Christopher Batey
2045a0fbf7 Clarify supervision of singleton actors (#25681)
* Clarify supervision of singleton actors
* Document supervision for typed singletons
2018-10-08 14:42:18 +02:00
Dale Wijnand
bc7d77a801 Upgrade ssl-config from 0.2.4 to 0.3.4 (#25707) 2018-10-08 14:40:00 +02:00
Andrea Peruffo
8e2bfd01de [=doc] Fix Akka Typed fiddle (#25754) 2018-10-08 14:31:28 +02:00
Patrik Nordwall
e92e1b1bd0
Merge pull request #25743 from chbatey/aeron1-11
Upgrade to Aeron 1.11
2018-10-08 13:04:08 +02:00
Arnout Engelen
32c4554697 Don't warn about old DNS protocol use
We use the old DNS protocol ourselves, and the old implementation (which is
still the default) does not support the new protocol. For now the old protocol
is fine and works with both the default and the async impl.
2018-10-05 13:43:25 +02:00
Christopher Batey
403752ab65 Upgrade to Aeron 1.11 2018-10-05 10:32:56 +01:00
Matt Kohl
c89b4a1884 Documentation fixes (#25725)
* tread -> thread
2018-10-04 10:37:42 +02:00
Patrik Nordwall
272cceb12b
Merge pull request #25593 from akka/wip-25592-terminated-patriknw
hardening of CoordinatedShutdown init, #25592
2018-10-03 16:54:55 +02:00
Christopher Batey
ba67f71ca8 Treat MemberStatus.Removed as terminal state in ClusterReadView (#25499)
* Fixes #25489 where cluster event for a previous state can override
the call to cluster.close settings it to remove
* Fix case where Removed is used as a placeholder for unknown
2018-10-03 14:01:38 +02:00
Johan Andrén
1d65159923
Merge pull request #25538 from jchapuis/zipLatest
zipLatest and zipLatestWith operators (refs #25392)
2018-10-03 11:28:43 +02:00
Johan Andrén
4a1d26357f
Merge pull request #25716 from vhiairrassary/patch-2
Remove duplicated section in doc
2018-10-03 07:21:42 +02:00
Johan Andrén
55afc12717
Merge pull request #25715 from nvollmar/master
Removing deprecation mark for method without maximum restart attempts #25714
2018-10-03 07:21:03 +02:00
Jonas Chapuis
2332226358 fix similar race in another test 2018-10-02 23:59:53 +02:00
Jonas Chapuis
7c264a9748 support up to 22 inputs as per spec and fix race in test 2018-10-02 22:37:14 +02:00
Jonas Chapuis
375c1f8365 add additional coverage for possible case 2018-10-02 22:34:13 +02:00
Jonas Chapuis
41c59fdf48 change semantics of ZipLatest slightly to account for pending first tuple with subsequent completion 2018-10-02 18:50:44 +02:00
Johan Andrén
ec82119a94
Merge pull request #25723 from akka/arteryTests
Specify the artery port '0' to avoid address already in use
2018-10-02 18:06:54 +02:00
Saleh Khazaei
68e382c7f9 Add examples for zipWithIndex #25468 (#25661)
* Add examples for zipWithIndex #25468

* better examples
2018-10-02 16:56:26 +02:00
Arnout Engelen
0101740825 Fix parsing truncated DNS messages (#25691)
* Fix parsing truncated DNS messages

* Additional validations
2018-10-02 16:52:28 +02:00
Patrik Nordwall
68074c3deb
Merge pull request #25694 from chbatey/mima2517
Mima latest version to 2.5.17
2018-10-02 16:44:20 +02:00
Arnout Engelen
e822b69f82 Specify the artery port '0' to avoid address already in use 2018-10-02 15:30:41 +02:00
Victor Hiairrassary
7b08de5d46
Remove duplicated section in doc 2018-10-02 09:05:58 +02:00
Nicolas Vollmar
be85b1b9a5 Removing deprecation mark for method without maximum restart attempts #25714 2018-10-02 08:44:23 +02:00
Johan Andrén
5b9bc0360f
Merge pull request #25693 from chbatey/scala2127
Upgrade to scala 2.12.7
2018-09-28 10:58:28 +02:00
Johan Andrén
081e6bd8ba Document MutableBehavior (#25685)
* Document MutableBehavior #25631
2018-09-28 06:50:00 +01:00
Arnout Engelen
9a54ae92d5 Support IPv6 in async-dns (#25687)
* Support IPv6 in async-dns

* Expect AAAA records for IPv6
2018-09-28 06:41:07 +01:00
Christopher Batey
c3ca5afb97 Mima latest version to 2.5.17 2018-09-27 17:11:27 +01:00
Christopher Batey
9a5b163630 Upgrade to scala 2.12.7 2018-09-27 16:08:09 +01:00
Patrik Nordwall
6464dea52b
Merge pull request #25595 from akka/wip-25336-orset-actorref-patriknw
Revert Support for rolling upgrade of ORSet[ActorRef], #25336
2018-09-26 14:21:00 +02:00
Patrik Nordwall
2016368612
Merge pull request #25684 from akka/wip-25683-revert-computeIfAbsent-patriknw
Revert "Avoid ask to sharding guardian if region already cached", #25683
2018-09-26 13:31:25 +02:00
Patrik Nordwall
d65a90b688
Merge pull request #25678 from akka/wip-25632-down-Terminated-patriknw
Don't automatically down quarantined node, #25632
2018-09-26 13:30:23 +02:00
Patrik Nordwall
fd0153a090 Revert "Avoid ask to sharding guardian if region already cached", #25683
* revert a7656ab8c4a93a3fe8af7a22690cb33f7a280af5
* test for reproducing the issue with computeIfAbsent
* use non-blocking get as optimization for avoiding ask
2018-09-26 12:05:16 +02:00
Patrik Nordwall
4b7f05b280
Merge pull request #25645 from akka/wip-AskTimeoutException-patriknw
Improve AskTimeoutException message, #25644
2018-09-26 11:32:53 +02:00
Johan Andrén
0a98361e26
Merge pull request #25682 from cjtraverso/patch-1
Update Akka Bootstrap URL
2018-09-26 10:26:13 +02:00
Patrik Nordwall
f2ad055c77 Improve AskTimeoutException message, #25644 2018-09-26 08:00:11 +02:00