Commit graph

349 commits

Author SHA1 Message Date
Martin Krasser
efd9a895e8 Migrate akka-camel-typed to new typed actor implementation. 2011-06-06 11:36:05 +02:00
Viktor Klang
56a172bbdd Removing residue of old ActorRef interface 2011-06-04 16:29:23 -07:00
sclasen
da4fadeb08 fix compilation by changing ref to CompletableFuture to Promise 2011-05-23 12:49:15 -04:00
sclasen
5e8f844545 first pass at moving modules over, sbt project compiles properly 2011-05-23 11:37:56 -04:00
Jonas Bonér
f97d04f1b7 Separated core from modules, moved modules to akka-modules repository 2010-11-23 15:31:28 +01:00
Jonas Bonér
1ee3a54372 Fixed issues with config - Ticket #535 2010-11-22 15:32:54 +01:00
Viktor Klang
7040ef0f14 Added a root akka folder for source files for the docs to work properly, closing ticket #541 2010-11-20 22:26:26 +01:00
Viktor Klang
a808affa46 Fixing ticket #530 2010-11-14 16:29:07 +01:00
Peter Vlugter
9012847ff1 First pass on separating stm into its own module
- removed transactors everywhere
- moved stm into akka-stm module
- disabled agents (they use transactors internally)
- rewrote persistence tests so that they don't use transactors
2010-11-14 09:53:14 +13:00
Martin Krasser
5550e743a2 Customizing routes to typed consumer actors (Scala and Java API) and refactorings. 2010-11-09 13:52:20 +01:00
Martin Krasser
1913b32738 Java API for customizing routes to consumer actors 2010-11-08 14:13:50 +01:00
Martin Krasser
3962c56ff7 Initial support for customizing routes to consumer actors. 2010-11-05 15:37:44 +01:00
Jonas Bonér
c589c4fb55 removed trailing spaces 2010-10-29 16:33:31 +02:00
Martin Krasser
01b1a0eed9 Fixed compile error after resolving merge conflict 2010-10-29 11:37:41 +02:00
Martin Krasser
b85ac98663 Merge remote branch 'remotes/origin/master' into 458-krasserm and resolved conflict in akka-camel/src/main/scala/CamelService.scala 2010-10-29 11:04:48 +02:00
Viktor Klang
370e612981 Fixing Akka Camel with the new package 2010-10-26 13:45:06 +02:00
Viktor Klang
680ee7ddf1 BREAKAGE: switching from se.scalablesolutions.akka to akka for all packages 2010-10-26 12:49:25 +02:00
Martin Krasser
dee1743cb9 Merge branch 'master' into 458-krasserm 2010-10-22 12:57:59 +02:00
Martin Krasser
d1753b8a23 Closes #479. Do not register listeners when CamelService is turned off by configuration 2010-10-21 16:58:39 +02:00
Martin Krasser
513e9c5676 Improve Java API to wait for endpoint activation/deactivation. Closes #472 2010-10-15 16:54:25 +02:00
Martin Krasser
96b8b455ed Improve API to wait for endpoint activation/deactivation. Closes #472 2010-10-15 15:35:17 +02:00
Martin Krasser
5d6b3c81ce Improvements to actor-component API docs 2010-10-12 15:29:19 +02:00
Martin Krasser
8022fa3f4d Dynamic message routing to actors. Closes #465 2010-10-11 16:37:38 +02:00
Martin Krasser
c443453e75 Refactorings 2010-10-11 11:02:32 +02:00
Martin Krasser
698524dc2b Merge branch '457-krasserm' 2010-10-09 18:59:35 +02:00
Viktor Klang
efe1aea8bf Folding 3 volatiles into 1, all transactor-based stuff 2010-10-09 15:13:55 +02:00
Martin Krasser
2a602a5f9d Tests for Message Java API 2010-10-09 10:17:42 +02:00
Martin Krasser
617478e9ec Java API for Message and Failure classes 2010-10-09 10:16:47 +02:00
Martin Krasser
cacba818f2 Moved Java API support to japi package. 2010-10-07 14:45:40 +02:00
Martin Krasser
beb77b17d8 Java API for CamelServiceManager and CamelContextManager (refactorings) 2010-10-06 13:58:56 +02:00
Martin Krasser
77d5f39955 Java API for CamelServiceManager and CamelContextManager (usage of JavaAPI.Option) 2010-10-05 15:49:11 +02:00
Martin Krasser
353d01cf05 CamelServiceManager.service returns Option[CamelService] (Scala API)
CamelServiceManager.getService() returns Option[CamelService] (Java API)
Re #457
2010-10-05 11:13:27 +02:00
Martin Krasser
0e79d48cf5 CamelService can now be turned off by configuration. Closes #447 2010-09-30 07:21:31 +02:00
Viktor Klang
b0e99413b7 Replacing use of == null and != null for Scala 2010-09-28 11:21:05 +02:00
Martin Krasser
c2462dd15b API-docs improvements. 2010-09-24 18:11:29 +02:00
Martin Krasser
1505c3ac14 Organized imports 2010-09-24 11:53:19 +02:00
Martin Krasser
7606dda33a Renamed two akka-camel tests from *Spec to *Test 2010-09-24 10:40:46 +02:00
Viktor Klang
386ffade5c Merge with master 2010-09-21 16:00:47 +02:00
Viktor Klang
35a160dd93 Folding 3 booleans into 1 reference, preparing for @volatile decimation 2010-09-20 17:15:54 +02:00
Viktor Klang
dfa637b090 Its a wrap! 2010-09-19 18:16:32 +02:00
Viktor Klang
551f25aba8 Aaaaalmost there... 2010-09-17 16:04:25 +02:00
Viktor Klang
8e8a9c72ff Adding support for optional maxrestarts and withinTime, closing ticket #346 2010-09-16 17:09:16 +02:00
Viktor Klang
ceff8bd9e8 Remove initTransactionalState, renamed init and shutdown 2010-09-13 11:08:43 +02:00
Jonas Bonér
0e8096d4b4 removed trailing whitespace 2010-08-21 16:13:16 +02:00
Jonas Bonér
ac0a9e84e9 Introduced uniquely identifiable, loggable base exception: AkkaException and made use of it throught the project 2010-08-19 07:01:09 +02:00
Martin Krasser
dadbee5f13 Closes #398 Fix broken tests in akka-camel module 2010-08-18 10:28:26 +02:00
Jonas Boner
ba0b17f58a Refactoring: TypedActor now extends Actor and is thereby a full citizen in the Akka actor-land 2010-08-17 15:22:00 +02:00
Viktor Klang
6a5cb9b286 Migrated test to new API 2010-08-16 10:53:02 +02:00
Viktor Klang
8edfb1660d Merge branch 'master' into java_actor 2010-08-16 09:27:03 +02:00
Martin Krasser
cffd70e34e Closes #393 Redesign CamelService singleton to be a CamelServiceManager 2010-08-15 11:22:30 +02:00