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
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
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
Patrik Nordwall
88a0114a8a
Merge pull request #22210 from akka/wip-comp-warn-patriknw
...
fix some compilation warnings
2017-01-25 14:31:46 +01:00
Patrik Nordwall
9fabbdf710
Merge pull request #22209 from akka/wip-22141-majority-patriknw
...
use minCap for majority write/read in sharding, #22141
2017-01-25 14:30:26 +01:00
Patrik Nordwall
233464f153
Merge pull request #22212 from akka/wip-22169-addser-default-patriknw
...
Enable additional-serialization-bindings by default, #22169
2017-01-25 14:29:53 +01:00
Patrik Nordwall
8fde7ada64
fix some compilation warnings
2017-01-25 12:34:19 +01:00
Patrik Nordwall
a94cf75e2e
Merge pull request #22213 from akka/wip-17963-sharding-ddata-default-patriknw
...
Use ddata mode as the default for Cluster Sharding, #17963
2017-01-25 12:33:22 +01:00
Patrik Nordwall
e5d172e08f
Merge pull request #22217 from akka/wip-addJvmShutdownHook-patriknw
...
Change signature of addJvmShutdownHook
2017-01-25 12:32:50 +01:00
Patrik Nordwall
65fa37aa03
fix SystemMessageDeliveryStressTest NPE with additional-serializers, #22169
...
* because it's sending a dummy `Failed` sys msg with `null` child
2017-01-25 12:31:56 +01:00
Patrik Nordwall
ca09f706eb
Change signature of addJvmShutdownHook
...
* because with Scala 2.12 it can't infer the right overload
* prefer the `() =>`, but here it's clear that it's a callback
* similar in ActorSystem.registerOnTermination
2017-01-25 10:52:47 +01:00
Patrik Nordwall
8c06fa2a6a
Merge pull request #22216 from akka/wip-weaklyup-tests-patriknw
...
disable weakly-up for some tests
2017-01-25 10:48:13 +01:00
Patrik Nordwall
4703e30774
disable weakly-up for some tests
2017-01-25 07:20:24 +01:00
Patrik Nordwall
ce27e8fe63
handle IllegalStateException in CoordinatedShutdown
...
* the call to after may throw if scheduler terminated
2017-01-25 07:14:26 +01:00
Devis Lucato
804392291c
fix typos
2017-01-24 14:20:33 -08:00
Devis Lucato
b08c7ebfab
Fix metrics documentation “sample-period” to “sample-interval”
2017-01-24 14:20:21 -08:00
Patrik Nordwall
9df49be5d0
Enable additional-serialization-bindings by default, #22169
...
* and thereby it was also possibe to simplify the documentation
in remoting
2017-01-24 18:52:49 +01:00
Patrik Nordwall
9616e997fc
Use ddata mode as the default for Cluster Sharding, #17963
2017-01-24 18:49:01 +01:00
Patrik Nordwall
94e40460a4
Merge pull request #22206 from akka/wip-21423-remove-deprecations-patriknw
...
remove deprecations, #21423
2017-01-24 16:45:31 +01:00
Patrik Nordwall
b45a254685
use minCap for majority write/read in sharding, #22141
...
* also added some docs about the feature since that was missing
2017-01-24 16:41:18 +01:00
Patrik Nordwall
0c1d9e3d2e
Merge pull request #22202 from akka/wip-22201-promote-ddata-patriknw
...
Promote Distributed Data, #22201
2017-01-24 16:34:31 +01:00
Patrik Nordwall
554d119446
Merge pull request #22200 from akka/wip-21190-promote-PersistenceFSM-patriknw
...
Promote PersistenceFSM, #21190
2017-01-24 14:38:48 +01:00
Patrik Nordwall
261a04714e
Merge pull request #22204 from akka/wip-22197-promote-WeaklyUp-patriknw
...
Promote WeaklyUp and enable by default, #22197
2017-01-24 14:38:13 +01:00
Patrik Nordwall
a4e31c3d4f
Merge pull request #22101 from akka/wip-delta-ddata-patriknw
...
support for Delta-CRDT, #21875
2017-01-24 14:36:10 +01:00
Patrik Nordwall
fbe33c35a5
remove deprecated constructor in DeadlineFailureDetector, #21423
2017-01-24 13:35:52 +01:00
Patrik Nordwall
311d70b88a
remove deprecated ARRAY_OF_BYTE_ARRAY, #21423
2017-01-24 13:35:51 +01:00
Patrik Nordwall
a9198880ce
remove deprecated persist method, #21423
...
* superseded by persistAll
2017-01-24 13:35:51 +01:00
Patrik Nordwall
fa11ed1817
remove deprecated methods in routing, #21423
2017-01-24 13:35:47 +01:00
Patrik Nordwall
9c1ad65736
removal of deprecated constructor in PromiseActorRef, #21423
2017-01-24 13:34:11 +01:00
Patrik Nordwall
db74c33130
remove deprecated constructor in serializers, #21423
2017-01-24 13:34:05 +01:00
Patrik Nordwall
cc8c543b90
remove deprecated util.Crypt, #21423
2017-01-24 13:32:47 +01:00
Patrik Nordwall
e69fc6e934
remove some deprecated event bus classes, #21423
2017-01-24 13:32:46 +01:00
Patrik Nordwall
5afa66589f
remove deprecated ActorPath.ElementRegex, #21423
2017-01-24 13:32:46 +01:00