Patrik Nordwall
64f664a706
Merge pull request #1327 from akka/wip-3218-netty-3.6.5-patriknw
...
Upgrade to Netty 3.6.5.Final, see #3218
2013-04-10 04:47:00 -07:00
drewhk
ac9376d8dd
Merge pull request #1320 from drewhk/wip-3156-remotingspec-test-interference-drewhk
...
Fixed wrongly configured retry-gate to avoid test-interference
2013-04-10 04:43:29 -07:00
Viktor Klang (√)
e7083dcac3
Merge pull request #1326 from akka/wip-3215-fix-raec-in-JavaTestkitSpec—√
...
#3215 - fixing race in JavaTestkitSpec
2013-04-10 04:06:25 -07:00
Patrik Nordwall
883c7462ec
Upgrade to Netty 3.6.5.Final, see #3218
2013-04-10 12:23:00 +02:00
drewhk
9a6fdd2536
Merge pull request #1278 from drewhk/wip-3156-terminated-system-message-drewhk
...
Terminated is now a system message
2013-04-10 02:59:29 -07:00
Viktor Klang
dd03b40c5a
#3215 - fixing race in JavaTestkitSpec
2013-04-10 10:56:09 +02:00
Endre Sándor Varga
7b13ecea25
Terminated is now a SystemMessage
2013-04-10 09:38:11 +02:00
Viktor Klang (√)
2c4c5b0594
Merge pull request #1316 from akka/wip-3207-longer-timeout-in-futuredocspec-√
...
#3207 - prolonging the timeouts in FutureDocSpec to be less flaky when ...
2013-04-09 15:45:37 -07:00
Viktor Klang (√)
90dcb6545f
Merge pull request #1322 from akka/wip-3206-add-expectTerminated-4-realz-√
...
#3206 - Adding expectTerminated to TestKit
2013-04-09 15:44:50 -07:00
Endre Sándor Varga
d97e6eb003
Fixed all occurences of "retry-latch"
2013-04-09 16:59:30 +02:00
Viktor Klang
e59394628c
#3206 - Adding expectTerminated to TestKit
2013-04-09 14:48:17 +02:00
Roland Kuhn
631391b7d6
Merge pull request #1292 from spray/tcp-peer-half-close-3185
...
Fix half-closed TCP connection if peer closed first, see #3185
2013-04-09 04:36:52 -07:00
Endre Sándor Varga
8dda02b694
Fixed wrongly configured retry-gate to avoid test-interference and reduce logs
2013-04-09 13:07:39 +02:00
Björn Antonsson
abc4652bc0
Merge pull request #1319 from akka/wip-3212-make-osgi-sample-build-again-ban
...
Make akka-sample-osgi-dining-hakkers compile again #3212
2013-04-09 03:08:27 -07:00
Johannes Rudolph
5f58c54bdb
add Tcp.register overload with keepOpenOnPeerClosed parameter for Java usage
2013-04-09 11:24:55 +02:00
Johannes Rudolph
e532a77824
Tcp: hide support for half-closed connections behind Register.keepOpenOnPeerClosed
2013-04-09 11:24:55 +02:00
Johannes Rudolph
fd05cad103
TcpConnection: use pattern matching
2013-04-09 11:24:55 +02:00
Johannes Rudolph
1b95f65cf4
io: handle half-closed connection when peer closed first
...
This allows to send data back to the peer even if the peer already has sent
EOF/FIN as specified for TCP. To fully close a connection, the handler has
to close its side of the connection now actively once it is finished with
writing even if it received a `PeerClosed` message before.
2013-04-09 11:24:55 +02:00
Björn Antonsson
1a8be3aad2
Make akka-sample-osgi-dining-hakkers compile again. See #3212
2013-04-09 11:02:36 +02:00
Viktor Klang
6222848c71
#3207 - prolonging the timeouts in FutureDocSpec to be less flaky when there's a GC pause
2013-04-09 10:39:55 +02:00
Roland Kuhn
632c310e9a
add link from Actor JavaDoc to UntypedActor
2013-04-09 10:38:24 +03:00
Roland Kuhn
6e2c4b9989
Merge pull request #1306 from spray/master
...
io: catch CancelledKeyExceptions in SelectionHandler, see #3191
2013-04-09 00:17:01 -07:00
Patrik Nordwall
fe31aa1948
Merge pull request #1315 from akka/wip-remoting-terminated-exc-patriknw
...
Supress stack trace for exc thrown when remoting is stopped
2013-04-09 00:11:46 -07:00
Roland Kuhn
2375972969
Merge pull request #1291 from akka/wip-3174-pipelines-∂π
...
implement and document Pipelines, see #3174
2013-04-08 13:13:23 -07:00
Patrik Nordwall
9270bfa70b
Merge pull request #1313 from akka/wip-2797-cluster-router-stop-routees-patriknw
...
ClusterRouterConfig should stop remote deployed routees, see #2797
2013-04-08 12:38:26 -07:00
Patrik Nordwall
52a6e6b23b
Merge pull request #1312 from akka/wip-2734-router-termination-patriknw
...
Don't stop dynamic router when all routees terminated, see #2734
2013-04-08 12:37:16 -07:00
Roland Kuhn
1835b641e6
Merge pull request #1310 from vivosys/akkaosgisample
...
Akka OSGi sample
2013-04-08 12:32:24 -07:00
Patrik Nordwall
9f45dd90b7
Merge pull request #1304 from akka/wip-2839-dispatcher-deploy-config-patriknw
...
Add dispatcherId to deployment config, see #2839
2013-04-08 12:03:43 -07:00
Roland
d794b14b2b
implement and document Pipelines, see #3174
...
- heavily inspired by spray.io.Pipeline
- fully functional style: a stage returns the resulting commands and
events, which makes it impossible to mess with the pipeline from the
inside
- object allocations are optimized away for emtpy and 1-elem results
- added type-safety, verifying that stages match up
- management commands “from the side” for configuration or async events
- full Java API and docs
2013-04-08 20:57:04 +02:00
Roland
d9d7d45ac2
add @throws annotation to actor life-cycle hooks, see #3188
2013-04-08 20:55:04 +02:00
Patrik Nordwall
c77cdeb86b
Merge pull request #1277 from akka/wip-3074-deprecate-actorFor-patriknw
...
Deprecate actorFor in favor of ActorSelection, see #3074
2013-04-08 11:48:48 -07:00
Roland Kuhn
7a8dbda95d
Merge pull request #1294 from spray/tcp-connection-immediate-Received-message
...
TcpConnection: forward received data to handler immediately without concatenating buffers
2013-04-08 11:00:39 -07:00
Patrik Nordwall
887af975ae
Deprecate actorFor in favor of ActorSelection, see #3074
...
* Deprecate all actorFor methods
* resolveActorRef in provider
* Identify auto receive message
* Support ActorPath in actorSelection
* Support remote actor selections
* Additional tests of actor selection
* Update tests (keep most actorFor tests)
* Update samples to use actorSelection
* Updates to documentation
* Migration guide, including motivation
2013-04-08 18:11:52 +02:00
Patrik Nordwall
bc06a266b8
Supress stack trace for exc thrown when remoting is stopped
2013-04-08 17:16:40 +02:00
Patrik Nordwall
4b563dacb2
Merge pull request #1311 from akka/wip-2728-testfsmref-patriknw
...
Cleanup of TestActorRef constructor, see #2728
2013-04-08 07:19:38 -07:00
Patrik Nordwall
352ad3b1f9
Merge pull request #1305 from akka/wip-3042-java-testkit-patriknw
...
Make JavaTestKit match TestKit, see #3042
2013-04-08 07:18:38 -07:00
Patrik Nordwall
7ff77471a1
ClusterRouterConfig should stop remote deployed routees, see #2797
2013-04-08 16:14:21 +02:00
Patrik Nordwall
accdd63e7d
Don't stop dynamic router when all routees terminated, see #2734
2013-04-08 13:19:44 +02:00
Patrik Nordwall
9bf46e476c
Cleanup of TestActorRef constructor, see #2728
...
* Don't expose internal classes in public constructor
2013-04-08 12:02:27 +02:00
Viktor Klang (√)
3ee42dbe11
Merge pull request #1309 from akka/wip-3202-deprecate-hwt-√
...
#3203 - deprecating HashedWheelTimer
2013-04-08 02:59:38 -07:00
Björn Antonsson
20b05f281e
Merge pull request #1302 from akka/wip-3179-throttler-fails-to-handle-throttle-mode-change-ban
...
We should always handle ThrottleMode messages. #3179
2013-04-08 02:54:44 -07:00
Patrik Nordwall
b72c161469
Merge pull request #1301 from akka/wip-2802-cluster-transition-guards-patriknw
...
Cluster member status transition guards, see #2802
2013-04-08 02:53:19 -07:00
Patrik Nordwall
f5f3608111
Make JavaTestKit match TestKit, see #3042
...
* Added a few methods
* Added (copied and adjusted) JavaDoc
2013-04-08 11:36:43 +02:00
Patrik Nordwall
ae0cb4a756
Add dispatcher to deployment config, see #2839
2013-04-08 09:52:56 +02:00
Patrik Nordwall
d2548285ac
Cluster member status transition guards, see #2802
2013-04-08 09:29:00 +02:00
Raman Gupta
0c4b375f61
Resolve naming/packaging problems
2013-04-07 14:10:52 -04:00
Viktor Klang
dddc3a6630
#3203 - deprecating HashedWheelTimer
2013-04-07 20:07:26 +02:00
Roland Kuhn
90905907c5
clarify watch() idempotency (Java)
2013-04-06 22:32:05 +03:00
Roland Kuhn
cff43c34b0
clarify watch() idempotency (Scala)
2013-04-06 22:31:20 +03:00
Viktor Klang (√)
785c7d239c
Merge pull request #1303 from akka/wip-add-more-mailbox-tests-√
...
Adding more tests to MailboxSpec so that we know they follow the contrac...
2013-04-06 10:16:16 -07:00