Viktor Klang
fc144cf204
ScalaDoc can be stupid
2012-02-03 13:49:07 +01:00
Viktor Klang
30af127207
Merge branch 'master' of github.com:jboner/akka
2012-02-03 11:18:34 +01:00
Viktor Klang
96412ba1ad
Adding ExecutionContext docs for futures, and adding a Java-friendly ExecutionContexts object
2012-02-03 10:35:05 +01:00
Roland
e5003c9795
use correct logSource in ActorLogging trait, fixes #1780
2012-02-03 10:11:03 +01:00
Roland Kuhn
f121e33231
Merge pull request #292 from jboner/wip-1644-programmatic-deploy-∂π
...
make it possible to programmatically deploy (e.g. remotely), see #1644
2012-02-03 00:54:51 -08:00
Roland
45140b465e
Merge remote-tracking branch 'origin/master' into wip-1644-programmatic-deploy-∂π
2012-02-03 09:49:04 +01:00
Roland
c699c3d32d
include review comments
...
- rename NoScope -> NoScopeGiven
- add scaladoc for scopes
- add some return types
2012-02-03 09:43:23 +01:00
Viktor Klang
8193e61aee
Renaming tryRecover to recoverWith as in SIP14, adding parameter to foreach
2012-02-03 09:25:56 +01:00
Roland
76bba1f530
remote deploy docs & provider.getExternalAddressFor (see #1765 )
2012-02-03 09:16:18 +01:00
Roland
d8fa7578e1
move RemoteServerStarted message to NettyRemoteTransport, fixes #1771
...
- also make port=0 (auto) for two remote tests (config&deployer)
- also fix remote-sample conf files to configure “netty” section
2012-02-02 11:46:52 +01:00
Viktor Klang
d43d41d100
Merge branch 'master' of github.com:jboner/akka
2012-02-02 09:23:01 +01:00
Viktor Klang
c201d28fbb
#1773 bites the dust
2012-02-02 09:22:26 +01:00
Patrik Nordwall
11b30fc188
Fixed config in akka-sample-remote. See #1766
2012-02-01 20:59:04 +01:00
viktorklang
1e347bab11
Merge pull request #293 from jboner/wip-1757-idlestatehandler-√
...
Ripping out ReadTimeout and adding Idle timeout and fixing issues with c...
2012-02-01 09:26:45 -08:00
Viktor Klang
d0d391b1dc
Renaming NettyRemoteSupport to NettyRemoteTransport everywhere
2012-02-01 16:34:20 +01:00
Viktor Klang
e58d0d9940
Switching to an orchestrated teardown on READ_TIMEOUT
2012-02-01 16:20:51 +01:00
Viktor Klang
9421f37f96
Ripping out ReadTimeout and adding Idle timeout and fixing issues with configured port on top of that
2012-02-01 16:06:30 +01:00
Roland
10974acfe8
make it possible to programmatically deploy (e.g. remotely), see #1644
...
- add Deploy to Props, which is used as the basis (overridden by
configuration)
- utilize general mechanism .withFallback (introduced on Deploy,
RouterConfig and Scope)
- actually pass Props over the wire when deploying remotely in order to
retain settings (this was an oversight before)
- write tests for the new functionality
2012-02-01 15:19:51 +01:00
viktorklang
d8d0f4486f
Merge pull request #284 from jboner/wip-1735-fix-pipe-to-√
...
Removing pipeTo from akka.actor, renamed pipeTo(f,a) to pipe(f,a)
2012-02-01 05:57:44 -08:00
Viktor Klang
009a1afe89
Making createAsker private, adding docs for 'to', changing Java API to be symmetric to Java
2012-02-01 14:54:54 +01:00
viktorklang
4de5a4dda3
Merge pull request #291 from jboner/wip-1753-remove-timer-√
...
Removing Timer and adding isOverdue method on Deadline
2012-02-01 05:40:28 -08:00
viktorklang
06f0c83a12
Merge pull request #289 from jboner/wip-1408-remove-networkeventstream-√
...
Remove that shit
2012-02-01 05:40:06 -08:00
patriknw
8352890105
Merge pull request #290 from jboner/wip-1760-scheduler-warn-patriknw
...
Remove log warning on reschedule to stopped actor. See #1760
2012-02-01 05:35:18 -08:00
Viktor Klang
985acc821c
Fixing Deadline, removing TimeoutException and fixing bugs in Gossiper etc
2012-02-01 14:29:56 +01:00
patriknw
e791f809ef
Merge pull request #273 from jboner/wip-1730-diagrams-patriknw
...
DOC: Derek Wyatt's diagrams of fault tolerance sample, and descriptions.
2012-02-01 05:19:49 -08:00
Viktor Klang
75e90cccdf
Cleaning up the code
2012-02-01 14:04:01 +01:00
Viktor Klang
aca5693ce6
Restructuring the pattern internals so it is modular
2012-02-01 13:37:57 +01:00
Viktor Klang
0c02adaa75
Merge branch 'master' into wip-1735-fix-pipe-to-√
2012-02-01 12:05:54 +01:00
Viktor Klang
d4a1b38cdf
Removing Timer and adding isOverdue method on Deadline
2012-02-01 12:04:42 +01:00
Patrik Nordwall
2e1ad851b3
Not a running junit test, only verifies compilation
2012-02-01 11:53:46 +01:00
Viktor Klang
a61901adea
Merge branch 'master' of github.com:jboner/akka
2012-02-01 11:46:57 +01:00
Viktor Klang
937ecc3f50
Adding composable actor code snippet to docs, case closed
2012-02-01 11:46:46 +01:00
Patrik Nordwall
4753f4af02
Remove log warning on reschedule to stopped actor. See #1760
2012-02-01 11:42:27 +01:00
Viktor Klang
3363a6984d
Remove that shit
2012-02-01 11:39:04 +01:00
patriknw
f00e38649f
Merge pull request #288 from jboner/wip-1761-cp-patriknw
...
Config dir first in classpath. See #1761
2012-02-01 02:29:06 -08:00
patriknw
ed7ff3b02f
Merge pull request #283 from jboner/wip-1716-directives-patriknw
...
Replaced Action with Directive in SupervisorStrategy. See #1716
2012-02-01 02:28:42 -08:00
Patrik Nordwall
13fb8df246
DOC: Fixed unclear docs of OneForOneStrategy and AllForOneStrategy.
2012-02-01 11:26:55 +01:00
Viktor Klang
9b43134307
Fixing doc error
2012-02-01 10:22:38 +01:00
Viktor Klang
e57a48e9e2
Merge branch 'master' of github.com:jboner/akka
2012-02-01 10:10:40 +01:00
Viktor Klang
a950fe2d9b
Switching to FJP as default in the tests
2012-02-01 10:10:13 +01:00
Roland Kuhn
fd6029ed96
Merge pull request #287 from jboner/wip-1759-FSM-cleanup-∂π
...
FSM: remove Ev extractor and move -> into companion object, see #1759
2012-02-01 00:24:21 -08:00
Patrik Nordwall
aa0b48a43b
Config dir first in classpath. See #1761
2012-02-01 08:49:31 +01:00
viktorklang
e7cfb83288
Merge pull request #286 from jboner/wip-1758-fix-testactorref-√
...
Moving the InternalGetActor message to the companion object and verifyin...
2012-01-31 15:01:26 -08:00
Roland
06b64680e3
doc updates for #1759
2012-01-31 21:58:31 +01:00
Roland
983a6d3ace
FSM: remove Ev extractor and move -> into companion object, see #1759
2012-01-31 21:48:24 +01:00
Viktor Klang
dcebd1deb2
Moving the InternalGetActor message to the companion object and verifying that it's possible to call apply from Java
2012-01-31 21:38:20 +01:00
Jonas Bonér
b4d9486e63
Merge pull request #285 from jboner/wip-remove-corba-from-uuid-jboner
...
Removed unused classes referencing CORBA from UUID
2012-01-31 11:56:38 -08:00
Jonas Bonér
f915319e47
Removed unused import
2012-01-31 19:31:56 +01:00
Jonas Bonér
556fc0d19f
Removed unused classes referencing CORBA from UUID
2012-01-31 19:30:27 +01:00
Jonas Bonér
fd151d3c95
Removed unused classes referencing CORBA from UUID
2012-01-31 19:28:16 +01:00