Commit graph

1790 commits

Author SHA1 Message Date
momania
e26914606b blade -> chopstick 2010-08-19 18:15:30 +02:00
momania
5cd7a7b7ba moved fsm spec to correct location 2010-08-19 18:13:28 +02:00
momania
7d69661000 Merge branch 'fsm' 2010-08-19 18:11:49 +02:00
momania
0f26ccd427 Dining hakkers on fsm 2010-08-19 17:31:59 +02:00
Viktor Klang
ea2f7bb3b6 Added more flexibility to ListenerManagement 2010-08-19 12:46:17 +02:00
momania
29677adba5 Merge branch 'master' into fsm 2010-08-19 11:24:06 +02:00
Viktor Klang
d82a804454 Merge branch 'master' of github.com:jboner/akka 2010-08-19 10:55:42 +02:00
Viktor Klang
c45454f204 Changing Listeners backing store to ConcurrentSkipListSet and changing signature of WithListeners(f) to (ActorRef) => Unit 2010-08-19 10:55:22 +02:00
Jonas Bonér
49fd82fe58 Merge branch 'master' of git@github.com:jboner/akka 2010-08-19 07:01:32 +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
Viktor Klang
4073a1e9fd Hard-off-switching SSL Remote Actors due to not production ready for 0.10 2010-08-18 19:02:48 +02:00
Viktor Klang
de79fa140b Adding scheduling thats usable from TypedActor 2010-08-18 19:01:34 +02:00
Jonas Bonér
e9baf2b804 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	project/build/AkkaProject.scala
2010-08-18 15:37:13 +02:00
Jonas Bonér
275ce9277f removed codefellow plugin 2010-08-18 15:15:22 +02:00
rossputin
c7e65d3600 Merge branch 'master' of github.com:jboner/akka 2010-08-18 12:24:39 +01:00
rossputin
52ef43118d add akka-init-script.sh to allArtifacts in AkkaProject 2010-08-18 12:16:14 +01:00
Martin Krasser
43db21b28f Merge branch 'master' of github.com:jboner/akka 2010-08-18 10:28:57 +02:00
Martin Krasser
dadbee5f13 Closes #398 Fix broken tests in akka-camel module 2010-08-18 10:28:26 +02:00
Viktor Klang
7d289dfb31 Adding lifecycle messages and listenability to RemoteServer 2010-08-18 09:52:11 +02:00
Viktor Klang
4ba859cb95 Adding DiningHakkers as FSM example 2010-08-18 09:46:45 +02:00
Viktor Klang
dfe4d77083 Added a more Java-suitable, and less noisy become method 2010-08-17 22:24:40 +02:00
Jonas Boner
b6c782e6f9 Merge branch 'master' of github.com:jboner/akka 2010-08-17 15:31:15 +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
Debasish Ghosh
606f8117c0 Issue #388 Typeclass serialization of ActorRef/UntypedActor isn't Java-friendly : Added wrapper APIs for implicits. Also added test cases for serialization of UntypedActor 2010-08-17 11:38:45 +05:30
Jonas Boner
053006550c Return Future from TypedActor message send 2010-08-17 06:56:08 +02:00
Michael Kober
ced1cc549d merged with master 2010-08-16 22:05:09 +02:00
Michael Kober
914c603433 Merge branch 'master' of github.com:jboner/akka 2010-08-16 21:58:03 +02:00
Michael Kober
71ec0bdcfb fixed properties for untyped actors 2010-08-16 21:57:30 +02:00
Viktor Klang
de98aa99be Changed signature of ActorRegistry.find 2010-08-16 18:25:31 +02:00
Michael Kober
b09537fbf4 fixed properties for untyped actors 2010-08-16 18:25:29 +02:00
Jonas Boner
4318ad5e43 merged with upstream 2010-08-16 14:19:32 +02:00
Jonas Boner
c9b4b783f7 Merge branch 'master' of github.com:jboner/akka 2010-08-16 13:38:10 +02:00
Jonas Boner
9f5d77b4b0 Added shutdown of un-supervised Temporary that have crashed 2010-08-16 13:37:57 +02:00
Viktor Klang
084fbe237d Added defaults to scan and debug in logback configuration 2010-08-16 12:50:11 +02:00
Viktor Klang
e30ae7ae65 Fixing logback config file locate 2010-08-16 12:48:15 +02:00
Jonas Boner
f6c64ce007 minor edits 2010-08-16 12:26:10 +02:00
Viktor Klang
6a5cb9b286 Migrated test to new API 2010-08-16 10:53:02 +02:00
Viktor Klang
8520f89a3e Added a lot of docs for the Java API 2010-08-16 09:59:58 +02:00
Viktor Klang
8edfb1660d Merge branch 'master' into java_actor 2010-08-16 09:27:03 +02:00
Viktor Klang
c88f40060c Merge branch 'master' of github.com:jboner/akka 2010-08-16 09:22:50 +02:00
Jonas Bonér
bc213c64d8 Merge branch 'master' of git@github.com:jboner/akka 2010-08-16 08:26:59 +02:00
Jonas Bonér
2814feba69 Fixed unessecary remote actor registration of sender reference 2010-08-16 08:24:26 +02:00
Peter Vlugter
bcff7fd9fc Some Java friendliness for STM 2010-08-16 11:39:28 +12:00
Martin Krasser
cffd70e34e Closes #393 Redesign CamelService singleton to be a CamelServiceManager 2010-08-15 11:22:30 +02:00
Martin Krasser
1b2ac2ba21 Cosmetic changes to akka-sample-camel 2010-08-14 15:00:46 +02:00
Martin Krasser
979cd371e6 Closes #392 Support untyped Java actors as endpoint producer 2010-08-14 11:31:15 +02:00
Martin Krasser
4b7ce4e3e3 Merge branch 'master' of github.com:jboner/akka 2010-08-14 08:14:32 +02:00
Martin Krasser
78e2b3a43b Full Camel support for untyped and typed actors (both Java and Scala API). Closes #356, closes 357.
Additional changes:

- Improved test descriptions
- CamelServiceFeatureTest replaced by ConsumerSpec
- @consume anotation moved to package se.scalablesolutions.akka.camel
- Minor changes in akka-sample-camel
2010-08-14 08:13:21 +02:00
Viktor Klang
d6d233298f Added support for pool factors and executor bounds 2010-08-13 23:06:52 +02:00
Viktor Klang
01af2c4868 Holy crap, it actually works! 2010-08-13 21:45:53 +02:00