Commit graph

20360 commits

Author SHA1 Message Date
Johannes Rudolph
2d9de06edd =pro add missing mima filters for #21854/#22320 when checking against 2.4.17 2017-02-16 16:45:52 +01:00
Johannes Rudolph
e7b095af89 =pro #22306 add missing mima filter rules for 2.4.16/17 changes 2017-02-16 16:45:52 +01:00
Johannes Rudolph
888d10cb86 =pro move some MiMa filters to the release-2.4 list 2017-02-16 16:45:52 +01:00
Johannes Rudolph
ea9f3d775f =pro #22306 add missing mima entries for 2.4.16 / 2.4.17, filter 2.4.15
(cherry picked from commit 17fce0fdaaa1c807201e44d1d8ce18780aefe08d)

Conflicts:
	project/MiMa.scala
2017-02-16 16:45:52 +01:00
Johannes Rudolph
ec0e81c0f4 =pro update to mima 0.1.14
(cherry picked from commit 3f789da965064e42304992645fdefd4d044b15b7)
2017-02-16 16:45:52 +01:00
Johannes Rudolph
0672cf3ab4 =pro organize filters a bit differently to prevent merge conflicts with release-2.4 2017-02-16 16:45:52 +01:00
Patrik Nordwall
96652d38b4 Merge pull request #22269 from gosubpl/wip/22187-delta-crdt-gset
GSet ported to delta-CRDT (#22187)
2017-02-16 15:45:28 +01:00
Konrad `ktoso` Malawski
d306700feb =doc Make it easier to disable Java serialization, #22283 (#22315)
* one single config option to disable it completely
* improve security documentation

Co-authored-by: Patrik Nordwall <patrik.nordwall@gmail.com>
2017-02-16 14:09:04 +01:00
gosubpl
d470321051 GSet ported to delta-CRDT (#22187) 2017-02-16 13:06:57 +01:00
Alexander Golubev
552481b511 #22030 Lazy sink wait for init 2017-02-16 09:19:25 +01:00
ortigali
021829e21e =str Remove manual hostname verifier support, used to be included only because Java 6 (#22320)
* Remove manual hostname verifier support, used to be included only because Java 6 #21854

* Remove manual hostname verifier support, used to be included only because Java 6 #21854
2017-02-15 20:40:42 +01:00
Ikrom
b2f7c7a037 Update remoting-artery.rst (#22321) 2017-02-15 17:46:16 +01:00
Roland Kuhn
2d41b5efbb Merge pull request #22279 from akka/wip-typed-process-DSL
allow named adapters and add receptionist to system
2017-02-15 16:55:54 +01:00
Johan Andrén
cf6cb5f2d9 Eliminate race in connection closed tcp test case #21903 2017-02-15 14:15:51 +01:00
Roland Kuhn
21ffb68cdf fix #21653 2017-02-15 10:47:02 +01:00
Roland Kuhn
5766cd701d allow named adapters and add receptionist to system 2017-02-15 10:47:02 +01:00
Hawstein
873e87fb33 =str refine built-in Take and TakeWhile stages (#21871)
* refine build-in stages:

* change InHandler to avoid unnecessary condition check
* remove unnecessary local variable
* fix typo

* revert the drop stage change and remove timer
2017-02-14 12:24:28 +01:00
Johan Andrén
70f2beaf0b Fail fast + docs around mixing major Scala versions serializing #22004 2017-02-14 12:21:04 +01:00
Martynas Mickevičius
958de6a916 Remove samples (#22288)
Add code, that was used for documentation to the appropriate projects
or akka-docs.
2017-02-14 12:10:23 +01:00
Olli Helenius
b8cdcf3439 Close Java Stream after completion #22241 2017-02-14 11:50:07 +01:00
Tal Pressman
79a6cdc2f2 Remove references to FSM's Ev matcher 2017-02-14 11:44:47 +01:00
Johannes Rudolph
276267e3a2 Merge pull request #22278 from jrudolph/w/disassociation-after-big-message
=rem #22277 log remoting connection errors
2017-02-13 17:27:02 +01:00
Konrad `ktoso` Malawski
5287181dee +doc add more docs on CoupledTerminationFlow 2017-02-13 15:41:41 +01:00
Konrad Malawski
5b8b00595f +str implement CoupledTerminationFlow to be used in WS in HTTP 2017-02-13 15:41:41 +01:00
Patrik Nordwall
b545fb18ac Merge pull request #22294 from naferx/upgrade-typesafe-config
Upgrade Typesafe Config & slf4j
2017-02-13 12:07:11 +01:00
Johannes Rudolph
1b3d2acbcc
=rem #22277 log remoting connection errors
An alternative way of reporting might be to make the error part of the
DisassociationInfo. This would require changing or adding another subclass
which is a non-compatible change. Could still be worthwhile to do to prevent
double logging.
2017-02-13 10:50:43 +01:00
Nafer Sanabria
2c9e013ce5 Upgrade Typesafe Config & slf4j 2017-02-12 16:40:12 -05:00
Andrey Baidarov
9e1d6774e5 Reset pendingSend on address resolution failure #22076 2017-02-11 19:20:41 +01:00
Patrik Nordwall
11ecf03980 Merge pull request #22247 from 412b/fix-22246-persistent-shard-coordinator-inconsistent-recovery
#22246 cluster-sharding PersistentShardCoordinator with remember-entities doesn't recover properly
2017-02-10 13:34:30 +01:00
Patrik Nordwall
471311d947 Merge pull request #22137 from by-dam/wrap-CombinedReadEventAdapter-into-NoopWriteEventAdapter
#22136 - Wraps CombinedReadEventAdapter into NoopWriteEventAdapter
2017-02-10 11:09:08 +01:00
Patrik Nordwall
f83ec3f4cd Merge pull request #22184 from johanandren/wip-22180-custom-actor-system-in-multinodespec-johanandren
Custom ActorSystem creation in MultiNodeSpec
2017-02-10 11:05:09 +01:00
Patrik Nordwall
23de9ed770 Merge pull request #22267 from akka/wip-22239-java-NegotiateNewSession-patriknw
add Java API for NegotiateNewSession, #22239
2017-02-10 11:01:39 +01:00
Nafer Sanabria
68c69b15c8 update the reference of mapConcat signature in doc (#22262) 2017-02-08 18:28:14 +01:00
drewhk
6b40b9b181 #22097 Eliminate race in materialization order in FlowSplitWhenSpec (#22266) 2017-02-08 10:46:08 +01:00
Patrik Nordwall
3a73b19b95 add Java API for NegotiateNewSession, #22239 2017-02-07 14:26:47 +01:00
Patrik Nordwall
30bb485d13 Merge pull request #22236 from jgordijn/22235-Mention-stable-DD-in-release-notes-jgordijn
add to release notes: DD is now a stable module
2017-02-05 19:41:27 -07:00
Patrik Nordwall
4aabf22771 Merge pull request #22260 from marnikitta/master
Mistype fix in Artery java documentation
2017-02-05 19:39:34 -07:00
Patrik Nordwall
e46a1f6b50 Merge pull request #22258 from ortigali/wip-22182-untyped-actor
Convert remaining UntypedActor in docs
2017-02-05 19:22:48 -07:00
Patrik Nordwall
d06fd8a50f Merge pull request #22261 from toaditoad/issue-22256-artery-docs-msg-destination
Documentation hint for large-message-destinations
2017-02-05 19:11:35 -07:00
toaditoad
b5a58d853b Adding hint in remote-artery docs that large-message-destinations have to match on sending and receiving side #22256 2017-02-04 17:11:20 +01:00
Nikita Marshalkin
5063ba137f Mistype fix 2017-02-04 15:26:54 +03:00
ortigali
760de5c6d4 Convert remaining UntypedActor in docs #22182 2017-02-04 11:51:30 +05:00
Philip L. McMahon
19195dbded Correct typo in "Backpressure aware stages" section (#22252) 2017-02-02 16:16:48 -07:00
Johan Andrén
ec13aaa5bb Make the coordinated shutdown jvm hook work #22253 2017-02-02 16:06:12 -07:00
Kirill Plyashkevich
87687c18df Fixes #22246
when `State` is persisted (a snapshot is saved) `rememberEntities` value is not included, but when the snapshot is loaded `rememberEntities` is not set from settings, that makes messages replay end up with wrong state as some of the message are processed with `rememberEntities` taken into account.
2017-02-01 18:10:47 +03:00
Jeroen Gordijn
b4509c1856 add to release notes: DD is now a stable module 2017-01-30 15:54:28 +01:00
Nafer Sanabria
432b53c509 clarify Akka Http starting version 2017-01-29 08:31:29 -07:00
Bill Davis
3936883e9a Minor grammar change that was incorrect on both the Scala and Java docs. (#22176) 2017-01-26 15:48:29 +01:00
Johan Andrén
52a20f2ba9 Micro kernel module removed #22205 2017-01-26 15:40:54 +01:00
Keiji Yoshida
844a474654 Fix typo of the "Why Akka?" documentation (#22228) 2017-01-26 10:17:18 +01:00