Michael Kober
71ec0bdcfb
fixed properties for untyped actors
2010-08-16 21:57:30 +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
Viktor Klang
d2a5053ada
Initial conversion of UntypedActor
2010-08-13 18:30:19 +02:00
Viktor Klang
e37608fef7
Removing legacy dispatcher id
2010-08-13 16:26:44 +02:00
Viktor Klang
8b187707a6
Fix Atmosphere integration for the new dispatchers
2010-08-13 15:31:17 +02:00
Viktor Klang
eec2c409f1
Cleaned up code and verified tests
2010-08-13 14:43:02 +02:00
Viktor Klang
d9fe236b2e
Added utility method and another test
2010-08-13 14:02:08 +02:00
Viktor Klang
51d89c6d92
Merge branch 'master' of github.com:jboner/akka
2010-08-13 13:13:33 +02:00
Viktor Klang
b6444b12a5
Added tests are fixed some bugs
2010-08-13 13:13:27 +02:00
Michael Kober
8c6852ee00
fixed untyped actor parsing
2010-08-13 12:27:46 +02:00
Michael Kober
4646783502
closing ticket198: support for thread based dispatcher in spring config
2010-08-13 11:37:01 +02:00
Michael Kober
b3e683a113
added thread based dispatcher config for untyped actors
2010-08-13 10:40:54 +02:00
Peter Vlugter
a6bff9638d
Update for Ref changes
2010-08-13 12:04:04 +12:00
Peter Vlugter
9f7d78173c
Small changes to Ref
2010-08-13 11:08:55 +12:00
momania
5fa3cbd361
Cosmetic
2010-08-12 21:51:27 +02:00
momania
b2d939f2dd
Use static 'parseFrom' to create protobuf objects instead of creating a defaultInstance all the time.
2010-08-12 18:48:46 +02:00
Viktor Klang
f0ac45f374
Adding first support for config dispatchers
2010-08-12 16:41:54 +02:00
momania
c0930bafef
Merge branch 'rpc_amqp'
2010-08-12 16:25:20 +02:00
momania
a22d15fb92
Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp
2010-08-12 16:19:25 +02:00
momania
357f3fc8d1
disable tests again
2010-08-12 16:18:11 +02:00
momania
505c70d116
making it more easy to start string and protobuf base consumers, producers and rpc style
2010-08-12 16:16:18 +02:00
Michael Kober
00e215a106
closing ticket 377, 376 and 200
2010-08-12 16:04:43 +02:00
Michael Kober
ef79befe9a
added config for WorkStealingDispatcher and HawtDispatcher; Tickets 200 and 377
2010-08-12 16:04:43 +02:00
Michael Kober
a16e909521
ported unit tests for spring config from java to scala, removed akka-spring-test-java
2010-08-12 16:04:43 +02:00
Jonas Bonér
c7ddab8b11
Merge branch 'master' of git@github.com:jboner/akka
2010-08-12 15:51:55 +02:00
Jonas Bonér
5605895ea6
Fixed #305 . Invoking 'stop' on client-managed remote actors does not shut down remote instance (but only local)
2010-08-12 15:51:41 +02:00
Viktor Klang
9421d1cbdf
Merge branch 'master' of github.com:jboner/akka
2010-08-12 15:39:38 +02:00
Viktor Klang
8df6676e68
Add default DEBUG to test output
2010-08-12 15:05:45 +02:00
Jonas Bonér
59069fcf32
Merge branch 'master' of git@github.com:jboner/akka
2010-08-12 14:28:57 +02:00
Jonas Bonér
56c13fc3e6
Added tests for remotely supervised TypedActor
2010-08-12 14:28:47 +02:00
Viktor Klang
94e01628f0
Allow core threads to time out in dispatchers
2010-08-12 13:39:20 +02:00