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
Patrik Nordwall
5ffb08cd78
Merge pull request #22227 from akka/wip-sharding-dependency-patriknw
...
fix sharding dependency to persistence
2017-01-25 21:46:52 +01:00
Patrik Nordwall
a8f340508b
fix sharding dependency to persistence
...
* can't make the dependency provided or test and still be able
to compile/run tests
* might not be a big deal to include the persistence dependency instead
2017-01-25 21:45:08 +01:00
Patrik Nordwall
53a010eabc
Merge pull request #22219 from akka/wip-rolling-patriknw
...
rolling update considerations in migration guide
2017-01-25 18:05:23 +01:00
Patrik Nordwall
93ac08b963
Merge pull request #22226 from akka/wip-TestConductorSpec-patriknw
...
adjust time assertion in TestConductorSpec
2017-01-25 18:05:07 +01:00
Johan Andrén
0ab494e5dd
Do not build and publish dist and activator zips ( #22223 )
...
* Release script updates
2017-01-25 18:04:24 +01:00
Patrik Nordwall
40894a7945
adjust time assertion in TestConductorSpec
...
* assertion failed: block took 583.856 milliseconds, should at least have been 600 milliseconds
2017-01-25 17:21:26 +01:00
Patrik Nordwall
3a2a618fa2
Merge pull request #22225 from akka/wip-22224-workaround-patriknw
...
temorary disable additional-serializers for ReliableProxySpec, #22224
2017-01-25 16:56:57 +01:00
Patrik Nordwall
b876b3e757
Merge pull request #22214 from dluc/master
...
Fix metrics documentation + some typos
2017-01-25 15:40:35 +01:00
Patrik Nordwall
02c4f641e7
temorary disable additional-serializers for ReliableProxySpec, #22224
2017-01-25 15:38:35 +01:00
Konrad `ktoso` Malawski
83788e1d79
+doc add sentence on Akka 2.5 in bin compat guide ( #22221 )
2017-01-25 15:26:47 +01:00
Patrik Nordwall
4224ec587b
rolling update considerations in migration guide
2017-01-25 15:09:46 +01:00
Patrik Nordwall
cc57b34b01
Merge pull request #22215 from akka/wip-after-throw-patriknw
...
handle IllegalStateException in CoordinatedShutdown
2017-01-25 14:32:20 +01:00