Commit graph

12466 commits

Author SHA1 Message Date
Roland
0314b9abbb fix bug in FSM when manually rescheduling non-recurring timer, see #2043 2012-05-04 22:32:36 +02:00
Jonas Bonér
194527fba1 Merge branch 'master' of github.com:akka/akka 2012-05-04 15:03:34 +02:00
Jonas Bonér
5adaa1a271 Added the concept of PortPrefix in the clustering tests to avoid clashes in binding of server port when running the tests in parallel.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-05-04 15:03:23 +02:00
Viktor Klang
942d926058 Cleaning up a bit after a bit of havoc... 2012-05-04 00:27:44 +02:00
viktorklang
2a6abc235d Merge pull request #431 from havocp/docs-on-config
Improvements to docs on configuration
2012-05-03 14:20:01 -07:00
Roland
a5f6c5c1a7 improve exception niceness for future await timeout 2012-05-03 21:25:49 +02:00
Roland
afd81d8506 Revert "closes #2019: Use parentheses for arity-0 methods which are not referentially transparent"
This reverts commit 8dbfbbe966.
2012-05-03 21:14:47 +02:00
Roland
5cf0fa66f8 TestConductor: convert to Akka Extension and add test
- make start-up synchronous and explicit for client and server
- server can be queried for actual port, client requires explicit port
- simple multi-jvm-test for verification of TestConductor barriers
2012-05-03 20:48:27 +02:00
Havoc Pennington
0d6dec1c4b rename a doc section to refer to multiple ActorSystem
this better tells people when to read this section.
2012-05-03 10:21:24 -04:00
Havoc Pennington
3e68bef199 move the docs on config file prior to docs on coding custom config
Assume people first try just editing files, and only write custom
code if they are getting fancy.
2012-05-03 10:18:44 -04:00
Havoc Pennington
340b4dd8a5 in docs, discuss using "include" instead of coding custom config 2012-05-03 10:16:32 -04:00
Havoc Pennington
c3124f45eb move custom config example in Java into a code file 2012-05-03 10:10:25 -04:00
Havoc Pennington
ab7ea72200 move the new doc section on custom config to a better place
there was already some mention of it so move the longer
mention to just after the initial mention
2012-05-03 10:00:14 -04:00
Jonas Bonér
1639028a78 Fixed problem in cluster tests with conflicting (unused) remote servers binding to the same port (2555).
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-05-03 15:50:45 +02:00
Jonas Bonér
f3032dd4b3 Added copyright header.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-05-03 15:49:14 +02:00
Havoc Pennington
7ba3ccff47 Move reference config listings to bottom of the page
There were some docs, then some huge listings, then
more docs; I'm guessing people often don't scroll
down past the huge listings so move them to the
bottom.
2012-05-03 09:44:31 -04:00
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
Piotr Gabryanczyk
d2f0a36fed fix of typo 2012-05-02 23:12:41 +01:00
Piotr Gabryanczyk
5d410ce1d1 Consumer Actors section 2012-05-02 21:13:52 +01:00
Roland
6c786d20b8 porting to 2.0, making it compile: UNTESTED! 2012-05-02 21:56:26 +02:00
Piotr Gabryanczyk
b64d7b81e8 - dependencies section
- headers for clarity
2012-05-02 20:40:20 +01: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
Roland
08839b3cea FSM inherits log instead of having its own, see #1899 2012-04-30 17:44:03 +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