Commit graph

43 commits

Author SHA1 Message Date
Roland
43170ff168 redo ChildTerminated() processing, see #2391"
the previous patch of including the UID in the Terminated message did
suffer from the system vs. normal message ordering problem, hence I
reverted the previous fix and replaced it by sending a NullMessage after
ChildTerminated, exactly like in the Supervise case.
2012-08-22 17:31:01 +02:00
Patrik Nordwall
fbdf67b316 Incorparate review comments, see #2410 2012-08-21 09:01:04 +02:00
Patrik Nordwall
00f0d1f263 DOC: Describe pattern.after, see #2410 2012-08-20 19:49:01 +02:00
Roland
c03665ec46 make Terminated constr private[akka] 2012-08-20 11:22:52 +02:00
Roland
d6f42ca344 remove child in Terminated() processing, see #2391 2012-08-19 21:07:04 +02:00
Viktor Klang
c94d2c7274 #2384 - Adding implicit EC for activation and deactivation future call 2012-08-14 13:16:43 +02:00
RayRoestenburg
7071ac2b8d ticket #2322 updated camel to 2.10.0
ticket #1928  added camel samples to a proper sample project
2012-08-11 22:04:54 +02:00
Viktor Klang
9d097bcf50 Making it possible/mandatory to signal which ExecutionContext will actually execute something scheduled 2012-08-08 15:57:30 +02:00
Viktor Klang
757b4555e4 Merge branch 'master' into wip-2344-agent-love-√ 2012-08-06 17:24:03 +02:00
Viktor Klang
3cf023e723 Dropping the use of ExecutionContext.MODULE$ 2012-08-02 11:40:27 +02:00
Viktor Klang
cc3f576f0a A suggestion how things could be done otherwise. 2012-07-25 21:24:15 +02:00
Viktor Klang
7ba74434de Removing awaitActivation and awaitDeactivation and just retain the future-returning methods as to promote not to block. 2012-07-25 20:11:18 +02:00
Viktor Klang
8bca635279 Stab at fixing more tests with timeout issues on Jenkins 2012-07-24 14:26:22 +02:00
Viktor Klang
985d17de63 Merging with master 2012-07-23 15:49:19 +02:00
Viktor Klang
4dbb507793 Merge branch 'master' into wip-camel-java-docs 2012-07-23 12:20:36 +02:00
RayRoestenburg
6c43fb4235 review of docs processed 2012-07-23 01:36:12 +02:00
Viktor Klang
aa4ad6f3c3 Making it green 2012-07-22 21:40:09 +02:00
Viktor Klang
743f9cd8ff Removing Specs2 as a dependency to remove the hassle of keeping track of available versions 2012-07-21 18:09:20 +02:00
RayRoestenburg
ee4a8afee9 Changed akka camel URI pattern to akka ActorPath pattern, like akka://system/user/someactor
fixed some fixmes regarding using the reference.conf config
Added some more java tests for custom routes with producers and consumers
changed autoack to autoAck
2012-07-20 20:49:16 +02:00
Viktor Klang
6e134ede21 Merge branch 'master' into wip-scala210M4-√ 2012-07-20 14:17:27 +02:00
Viktor Klang
da517cee7f Correcting lifted code examples for programmatic usage of Serializers in Java documentation of Serializers 2012-07-18 16:51:57 +02:00
RayRoestenburg
2472e46263 camel docs java 2012-07-16 09:15:54 +02:00
Viktor Klang
ac5b5de90a Merging in master, huge work trying to get things to compile, tests not green at this stage 2012-07-06 17:04:04 +02:00
Viktor Klang (√)
b6a5796218 Merge pull request #561 from akka/wip-2101-stash-docs-phaller
Stash docs (#2101)
2012-07-05 17:33:15 -07:00
Roland
cde7b29a33 Merge branch 'wip-1952-testkit-java-∂π' 2012-07-04 17:38:20 +02:00
Viktor Klang
52d33113d9 Partial work + broken commit 2012-07-04 15:25:30 +02:00
Viktor Klang
3911b18069 Merging in master 2012-07-04 15:24:23 +02:00
Björn Antonsson
0c38dac2ea Doc typo change and clarification 2012-07-03 16:10:42 +02:00
Viktor Klang
8ede1f55e9 Moving to s.c.EC and s.c.A, compiles but tests aren't passing 2012-06-29 16:40:36 +02:00
Viktor Klang
0bf45a9403 Initial work in moving to scala.concurrent.Await + Awaitable 2012-06-29 16:06:26 +02:00
Roland
d7bed79730 add JavaTestKit, see #1952
- it’s a completely new-written thing in pure Java, so that “protected”
  modifiers actually work and no ghost errors appear wrt. inheriting
  from PartialFunction or similar
- it also features integration with the EventFilter
- all closure-based constructs are modeled as inner classes of the
  JavaTestKit, where the user needs to override a single method which
  will then be executed
2012-06-29 14:42:11 +02:00
Viktor Klang
54a3a44bf8 #2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration 2012-06-29 13:33:20 +02:00
Viktor Klang
1a7f29aaec Making everything compile and tests pass 2012-06-28 15:33:49 +02:00
Roland
be74eb835b stashin commit so Iulian can play with it 2012-06-25 19:30:13 +02:00
phaller
3337dc1387 Merge branch 'master' of github.com:akka/akka 2012-06-25 14:27:36 +02:00
phaller
e18d591647 Stash: add Java docs 2012-06-22 18:20:29 +02:00
Roland
422cf386c8 incorporate review comments, add docs, see #2031
also add Java sample for creating custom MailboxType
2012-06-19 14:52:02 +02:00
Viktor Klang
96f264e842 Initial stab at DeathWatch 2.0, tests don't pass just yet 2012-05-28 16:49:49 +02:00
Roland
0a09cfc893 kick off pattern collection 2012-05-27 14:18:35 +02:00
Viktor Klang
fdd4a85ab0 Adding docs about creating TypedActor children 2012-05-25 00:49:45 +02:00
Roland
7d342e5c96 add docs about how to serialize ActorRefs
- scala & java samples of how to obtain the correct address to inject
  when calling ActorPath.toStringWithAddress
2012-05-24 19:27:29 +02:00
Roland
9ac11a6432 improve documentation of explicitly given routees 2012-05-22 13:07:05 +02:00
Patrik Nordwall
0eae9d8d22 Move all doc examples out of the akka-package to avoid use of private APIs. See #2092 2012-05-22 11:37:09 +02:00