Commit graph

65 commits

Author SHA1 Message Date
Viktor Klang
1c57b02f47 Merge with master 2010-09-09 13:13:35 +02:00
Viktor Klang
f1a1755772 Removing Reactor based dispatchers and closing #428 2010-09-09 12:51:47 +02:00
rossputin
ba7801c5dc minor edits to scala test specs descriptors, fix up comments 2010-09-08 21:27:50 +01:00
Viktor Klang
4841996520 Adding support for BoundedTransferQueue to EBEDD 2010-09-06 19:12:05 +02:00
Michael Kober
5199063d00 added config element for mailbox capacity, ticket 408 2010-09-02 15:18:11 +02:00
Jonas Bonér
56757e1937 Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
Jonas Bonér
c095faf42f removed trailing whitespace 2010-08-21 16:13:16 +02:00
Michael Kober
6ec0ebb24e fixed properties for untyped actors 2010-08-16 21:57:30 +02:00
Viktor Klang
4a4688acd2 Merge branch 'master' into java_actor 2010-08-16 09:27:03 +02:00
Martin Krasser
8e48ace976 Closes #393 Redesign CamelService singleton to be a CamelServiceManager 2010-08-15 11:22:30 +02:00
Viktor Klang
c293420003 Holy crap, it actually works! 2010-08-13 21:45:53 +02:00
Viktor Klang
1e9883d6be Initial conversion of UntypedActor 2010-08-13 18:30:19 +02:00
Michael Kober
5bdbfd7e49 fixed untyped actor parsing 2010-08-13 12:27:46 +02:00
Michael Kober
b269142f12 closing ticket198: support for thread based dispatcher in spring config 2010-08-13 11:37:01 +02:00
Michael Kober
95d0b52f35 added thread based dispatcher config for untyped actors 2010-08-13 10:40:54 +02:00
Michael Kober
f0b5d383ce closing ticket 377, 376 and 200 2010-08-12 16:04:43 +02:00
Michael Kober
bef233212e added config for WorkStealingDispatcher and HawtDispatcher; Tickets 200 and 377 2010-08-12 16:04:43 +02:00
Michael Kober
40a91f2a25 ported unit tests for spring config from java to scala, removed akka-spring-test-java 2010-08-12 16:04:43 +02:00
Martin Krasser
c89295379c closes #366: CamelService should be a singleton 2010-08-02 20:11:41 +02:00
Jonas Bonér
ae75e1416b Removed TypedActor annotations and the method callbacks in the config 2010-07-31 12:29:17 +02:00
Jonas Bonér
d4ce436308 Changed the Spring schema and the Camel endpoint names to the new typed-actor name 2010-07-31 00:52:46 +02:00
Martin Krasser
01c3be9af4 Fixed failing (and temporarily disabled) tests in akka-spring after refactoring from ActiveObject to TypedActor.
- Further:
  * Dropped support for @PostConstruct
  * Cleaned up typed actor implementations for testing
2010-07-30 13:17:44 +02:00
Jonas Bonér
2903613098 removed trailing whitespace 2010-07-29 17:29:51 +02:00
Jonas Bonér
918f0b37d6 TypedActor refactoring completed, all test pass except for some in the Spring module (commented them away for now). 2010-07-27 21:48:33 +02:00
Jonas Bonér
e33e92c77e Converted all TypedActor tests to interface-impl, code and tests compile 2010-07-27 10:38:17 +02:00
Jonas Bonér
add77029e0 Added TypedActor and TypedTransactor base classes.
Renamed ActiveObject factory object to TypedActor.
Improved network protocol for TypedActor.
Remote TypedActors now identified by UUID.
2010-07-26 20:03:33 +02:00
Jonas Bonér
7ddc553176 Now uses 'Duration' for all time properties in config 2010-07-23 04:54:21 +02:00
Martin Krasser
a265a1be48 Merge branch 'master' of github.com:jboner/akka 2010-07-07 19:09:11 +02:00
Johan Rask
e1becf77d2 removed @PreDestroy functionality 2010-07-07 13:31:50 +02:00
Martin Krasser
f7f98d35e8 Dropped akka.xsd, updated all spring XML configurations to use akka-0.10.xsd 2010-07-07 11:27:18 +02:00
Johan Rask
528500c366 Added support for springs @PostConstruct and @PreDestroy 2010-07-07 11:12:16 +02:00
Johan Rask
003a44ee83 Minor change, overriding destroyInstance instead of destroy 2010-07-06 13:07:25 +02:00
Johan Rask
3e7980a466 #301 DI does not work in akka-spring when specifying an interface 2010-07-06 11:49:30 +02:00
Martin Krasser
ce84b386bf Merge branch 'master' of git@github.com:jboner/akka and resolve conflicts in akka-spring 2010-07-06 07:32:26 +02:00
Martin Krasser
fd9fbb1b05 closes #314 akka-spring to support active object lifecycle management
closes #315 akka-spring to support configuration of shutdown callback method
2010-07-06 07:00:04 +02:00
Johan Rask
2deb9faf3d #304 Fixed Support for ApplicationContextAware in akka-spring 2010-07-05 15:53:49 +02:00
Jonas Bonér
0d40ba0a0e Changed Akka to use IllegalActorStateException instead of IllegalStateException 2010-07-02 11:39:25 +02:00
Jonas Bonér
21dc177b88 Removed trailing whitespace 2010-06-30 16:26:15 +02:00
Jonas Bonér
189671325d Converted TAB to SPACE 2010-06-30 16:20:20 +02:00
Martin Krasser
292f5dd0a4 Tests for #289 2010-06-24 20:55:01 +02:00
Martin Krasser
27e266bdf4 Documentation added. 2010-06-24 07:42:01 +02:00
Martin Krasser
89d686ccc2 Minor edits 2010-06-24 07:35:14 +02:00
Martin Krasser
f885d32ebe closes #289: Support for <akka:camel-service> Spring configuration element 2010-06-24 07:13:02 +02:00
Johan Rask
15e2f8616f Removed comments from test 2010-06-21 21:14:09 +02:00
Johan Rask
d78ee8db78 Merge branch 'master' of github.com:jboner/akka 2010-06-21 20:58:40 +02:00
Jonas Bonér
d9fc457876 commented out failing spring test 2010-06-21 20:56:29 +02:00
Johan Rask
3891455965 Added missing files 2010-06-21 20:50:48 +02:00
Johan Rask
ff4de1b4e0 When interfaces are used, target instances are now created correctly 2010-06-21 12:53:12 +02:00
Johan Rask
15d1ded344 Added support for scope and depdenency injection on target bean 2010-06-21 12:53:12 +02:00
Jonas Bonér
3687b6f6e4 Removed trailing whitespace 2010-05-21 20:08:49 +02:00