Commit graph

9642 commits

Author SHA1 Message Date
Havoc Pennington
d4c838a505 add docs on loading configuration from custom place 2012-05-03 09:44:31 -04:00
Viktor Klang
9a23268d21 Removing ClusterMBeanSpec 2012-05-03 10:13:04 +02:00
viktorklang
e20252e094 Merge pull request #429 from akka/wip-935-durable-mailbox-tests-√
Wip 935 durable mailbox tests √
2012-05-02 16:01:45 -07:00
Viktor Klang
573892de94 Adding a multi-recipient test to the durable mailbox spec 2012-05-02 15:35:06 +02:00
Viktor Klang
b443649300 Increasing the timeout as to not barf on slow test boxes 2012-05-02 15:14:35 +02:00
Viktor Klang
4520b17723 MAking ActivationTrackerTest timeing sensitive 2012-05-02 14:43:45 +02:00
Viktor Klang
42a80ec8b1 Adding more comprehensive tests for durable mailbox implementations 2012-05-02 14:43:06 +02:00
Viktor Klang
071ea34eb1 Making ClusterMBeanSpec a tad smarter 2012-04-30 16:28:41 +02:00
Viktor Klang
7cb67ce0ee Removing ChannelLocalSystem (binary incompat change) as well as increasing timeout for ConcurrentSocketActorSpec 2012-04-30 16:26:11 +02:00
Viktor Klang
5a9483047c #2029 - adding @throws annotations to the TypedActorSpecs 2012-04-30 11:58:08 +02:00
Viktor Klang
6494447ed6 Merge branch 'master' of github.com:akka/akka 2012-04-27 17:32:56 +02:00
Viktor Klang
c1dd44f3c9 #2028 - fixing ClassLoaderObjectInputStream 2012-04-27 17:32:41 +02:00
Roland
1cfa267b80 do not reuse same port in same ømq test, fixes #2022 2012-04-27 17:07:50 +02:00
Roland
27a0e533f8 add one more test for wildcard deployment 2012-04-27 16:44:54 +02:00
viktorklang
55dc5106a4 Merge pull request #417 from akka/issue-2019
closes #2019: Use parentheses for arity-0 methods which are not referent...
2012-04-27 06:46:44 -07:00
viktorklang
ad3d4ab650 Merge pull request #402 from oschulz/bs-compact
Added CompactByteString
2012-04-27 06:43:38 -07:00
viktorklang
eb9876997d Merge pull request #426 from akka/wip-2003-wildcard-match-deploy-√
Wip 2003 wildcard match deploy √
2012-04-27 06:34:07 -07:00
viktorklang
855b88b486 Merge pull request #422 from akka/wip-1880-revise-error-handling-in-system-invoke-√
Switching to a more streamlined approach for systemInvoke error handling...
2012-04-27 04:25:58 -07:00
Viktor Klang
d94f544e2e Adding tests for wildcard matches 2012-04-27 13:19:49 +02:00
Viktor Klang
f40c0f5205 Switching from warning to debug for failed deploy lookup 2012-04-27 12:54:07 +02:00
Viktor Klang
70f1997e7e Avoiding the top-level node in the WildcardTree for the Deployer 2012-04-27 12:48:22 +02:00
Viktor Klang
f7b318a156 Putting WildcardTree in akka.util and making it a bit more generic 2012-04-27 12:21:58 +02:00
Viktor Klang
20866be3af Cleaning up and streamlining the error handling of the invoke methods as suggested by Roland 2012-04-27 11:51:19 +02:00
viktorklang
b54d125662 Adding documentation about working around the REPL bug. 2012-04-27 12:24:32 +03:00
Viktor Klang
447896de24 Taking ClusterMBeanSpec out of commission until it's fixed 2012-04-27 01:40:00 +02:00
viktorklang
976f7dde38 Merge pull request #416 from akka/wip-1896-gracefully-handle-identity-recreates
#1896 - Sprinkling some magic sauce so that we can support recreating th...
2012-04-26 16:18:13 -07:00
viktorklang
e462149ca6 Merge pull request #423 from akka/wip-1973-future-timeout-√
#1973 - Adding support for a mechanism to create Futures that will have ...
2012-04-26 16:16:20 -07:00
viktorklang
7e3ae3f96a Merge pull request #421 from akka/wip-XXX-less-threads-for-remoting-√
Added support for a config flag that allows the user to reuse the defaul...
2012-04-26 16:10:54 -07:00
Viktor Klang
a99d980bb9 Changing so that you can specify any dispatcher id to be used for remoting 2012-04-27 01:10:20 +02:00
viktorklang
f02c4e89a3 Merge pull request #419 from akka/wip-1886-dual-failed-ec-submissions-√
The only sensible solution is to log and rethrow, nooptimal solution.
2012-04-26 15:46:28 -07:00
viktorklang
b0f2120ed3 Merge pull request #418 from akka/wip-2020-throws-clause-for-java-api-√
#2020 - Adding 'checkedApply' to Mapper to allow for binary compatible r...
2012-04-26 15:44:25 -07:00
viktorklang
a6a40f9543 Merge pull request #424 from akka/wip-1986-japa-api-mute-unmute-√
#1986 - Adding Java API constructors for Mute/UnMute
2012-04-26 15:40:59 -07:00
viktorklang
2f96e7431e Merge pull request #425 from akka/wip-2023-noarfu-futures-√
#2023 - Switching from ARFU to Unsafe for the DefaultPromise
2012-04-26 15:40:13 -07:00
Viktor Klang
97e8e4880f Removing the String-only lookup method and replaced it with Iterable, Iterator and ActorPath 2012-04-26 23:59:18 +02:00
Viktor Klang
4d0c6e17d9 #2003 - Switching over to WildcardTree 2012-04-26 17:24:43 +02:00
Viktor Klang
0a5d5f7060 Optimizing AbstractPromise to avoid initial CAS 2012-04-26 10:55:51 +02:00
Viktor Klang
f56dee1290 Reverting to the old NonFatal impl since the new wasn't needed and adding finally block and escalation only in the case of InterruptedException or fatal 2012-04-26 10:28:23 +02:00
Viktor Klang
fbb3356fb0 #2023 - Switching from ARFU to Unsafe for the DefaultPromise 2012-04-26 02:12:59 +02:00
Viktor Klang
6cfe768d03 #1986 - Adding Java API constructors for Mute/UnMute 2012-04-25 18:47:51 +02:00
Viktor Klang
ba4a3b7f65 #1973 - Adding support for a mechanism to create Futures that will have a result after a specified duration. 2012-04-25 18:34:25 +02:00
viktorklang
0f18259027 Merge pull request #420 from amir343/master
AccrualFailureDetector tests are tagged as LongRunningTest to reduce the
2012-04-25 08:28:44 -07:00
Viktor Klang
66d0b81133 Switching to a more streamlined approach for systemInvoke error handling, resembling the approach used by invoke 2012-04-25 17:24:16 +02:00
Amir Moulavi
dcb0a177f1 #2021: Abstract over time for AccrualFailureDetector 2012-04-25 14:46:27 +02:00
Amir Moulavi
202efb1c6a Merge https://github.com/akka/akka 2012-04-25 14:40:37 +02:00
Björn Antonsson
99d22be048 Added doc note on routers and termination 2012-04-25 11:56:41 +02:00
Viktor Klang
45694c65f4 Added support for a config flag that allows the user to reuse the default dispatcher as the ExecutorService for the Netty Remote Pipeline (IO) 2012-04-25 10:41:16 +02:00
Amir Moulavi
7b0925705b Redundant import that was made by IntelliJ is removed 2012-04-25 10:11:39 +02:00
Amir Moulavi
30d553c7b9 AccrualFailureDetector tests are tagged as LongRunningTest to reduce the test run 2012-04-25 09:06:21 +02:00
Viktor Klang
11c130e44e The only sensible solution is to log and rethrow, nooptimal solution. 2012-04-25 00:51:23 +02:00
Oliver Schulz
a8030b0bf0 Optimized CompactByteString.apply methods for the case of empty input 2012-04-24 23:38:48 +02:00