Jonas Bonér
|
28faea7cce
|
Removed Java Active Object tests, not needed now that we have them ported to Scala in the akka-core module
|
2010-07-14 14:46:09 +02:00 |
|
Jonas Bonér
|
1f09e17d74
|
Fixed bug in Active Object restart, had no default life-cycle defined + added tests
|
2010-07-14 14:38:56 +02:00 |
|
Jonas Bonér
|
2541176559
|
Added tests for ActiveObjectContext
|
2010-07-14 13:47:24 +02:00 |
|
Jonas Bonér
|
4d130d544d
|
Fixed deadlock when Transactor is restarted in the middle of a transaction
|
2010-07-14 12:51:00 +02:00 |
|
Jonas Bonér
|
b98cfd5c1f
|
Fixed 3 bugs in Active Objects and Actor supervision + changed to use Multiverse tryJoinCommit + improved logging + added more tracing + various misc fixes
|
2010-07-13 12:37:11 +02:00 |
|
Debasish Ghosh
|
c8f1a5ede1
|
added new jar for sjson for 2.8.RC7
|
2010-07-11 21:27:32 +05:30 |
|
Debasish Ghosh
|
bbd246a82d
|
bug fix in redisclient, version upgraded to 1.4
|
2010-07-11 21:06:35 +05:30 |
|
Jonas Boner
|
1d66d1b6a1
|
removed logging in cassandra
|
2010-07-11 12:25:51 +02:00 |
|
Jonas Boner
|
4850f7aae5
|
Merge branch 'master' of github.com:jboner/akka
|
2010-07-11 12:18:49 +02:00 |
|
Jonas Boner
|
f586aac0ed
|
Adding Ensime project file
|
2010-07-11 12:14:43 +02:00 |
|
momania
|
7c15a0761a
|
Merge branch 'amqp'
|
2010-07-08 17:10:15 +02:00 |
|
momania
|
6e0be37939
|
cosmetic and disable the tests
|
2010-07-08 17:09:14 +02:00 |
|
momania
|
21314c08c9
|
pimped the rpc a bit more, using serializers
|
2010-07-08 16:38:09 +02:00 |
|
momania
|
f36ad6c2f7
|
added rpc server and unit test
|
2010-07-08 11:28:00 +02:00 |
|
momania
|
fd6db0382b
|
- split up channel parameters into channel and exchange parameters
- initial setup for rpc client
|
2010-07-08 10:35:12 +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 |
|
Martin Krasser
|
9b3aed1e29
|
Closes #318: Race condition between ActorRef.cancelReceiveTimeout and ActorRegistry.shutdownAll
|
2010-07-07 07:02:23 +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 |
|
momania
|
7a155c70ba
|
cosmetic logging change
|
2010-07-06 08:28:22 +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 |
|
momania
|
da275f45dd
|
set emtpy parens back
|
2010-07-05 13:57:53 +02:00 |
|
momania
|
5baf86fd38
|
- moved receive timeout logic to ActorRef
- receivetimeout now only inititiated when receiveTimeout property is set
|
2010-07-05 13:45:03 +02:00 |
|
Martin Krasser
|
460dcfe516
|
Tests for stopping active object endpoints; minor refactoring in ConsumerPublisher
|
2010-07-05 12:48:26 +02:00 |
|
Martin Krasser
|
ae6bf7aaa0
|
Added test subject description
|
2010-07-04 19:51:55 +02:00 |
|
Martin Krasser
|
54229d8ca7
|
Added comments.
|
2010-07-04 17:19:46 +02:00 |
|
Martin Krasser
|
8b228b3e1c
|
Tests for ActiveObject lifecycle
|
2010-07-04 17:06:40 +02:00 |
|
Martin Krasser
|
61bc049a6e
|
Resolved conflicts and compile errors after merging in master
|
2010-07-04 09:21:21 +02:00 |
|
Debasish Ghosh
|
4a254390a7
|
Fixed Issue #306: JSON serialization between remote actors is not transparent
|
2010-07-04 01:34:16 +05:30 |
|
Martin Krasser
|
e1dce96ee8
|
Track stopping of Dispatcher actor
|
2010-07-03 14:49:43 +02:00 |
|
Heiko Seeberger
|
8ffef7cbab
|
Merge branch 'master' of github.com:jboner/akka
|
2010-07-02 22:56:25 +02:00 |
|
Jonas Bonér
|
13c1374e05
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-07-02 22:52:44 +02:00 |
|
Jonas Bonér
|
7075672b02
|
Do not log to error when interception NotFoundException from Cassandra
|
2010-07-02 22:52:27 +02:00 |
|
Heiko Seeberger
|
e95cb71885
|
Merge branch '290-hseeberger'
|
2010-07-02 22:49:32 +02:00 |
|
Heiko Seeberger
|
8a746a470c
|
re #290: Added parens to no-parameter methods returning Unit in all subprojects.
|
2010-07-02 22:37:26 +02:00 |
|
Heiko Seeberger
|
0e117dc4e1
|
re #290: Added parens to no-parameter methods returning Unit in rest of akka-core.
|
2010-07-02 21:57:44 +02:00 |
|
Heiko Seeberger
|
8617018a10
|
re #290: Added parens to no-parameter methods returning Unit in ActorRef.
|
2010-07-02 21:49:51 +02:00 |
|
Viktor Klang
|
4baceb1bae
|
Fixing flaky tests
|
2010-07-02 18:34:05 +02:00 |
|
Jonas Bonér
|
ab40b483b1
|
Added codefellow to the plugins embeddded repo and upgraded to 0.3
|
2010-07-02 15:41:04 +02:00 |
|
Jonas Bonér
|
a8b3896b1a
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-07-02 14:57:05 +02:00 |
|
Jonas Bonér
|
29cb9513c8
|
Addde codefellow plugin jars to embedded repo
|
2010-07-02 14:55:48 +02:00 |
|
momania
|
827ad5a9c4
|
- added dummy tests to make sure the test classes don't fail because of disabled tests, these tests need a local rabbitmq server running
|
2010-07-02 14:15:53 +02:00 |
|
momania
|
1e5a85d67e
|
Merge branch 'master' of http://github.com/jboner/akka
|
2010-07-02 14:10:19 +02:00 |
|
momania
|
91ec2200d4
|
- moved deliveryHandler linking for consumer to the AMQP factory function
- added the copyright comments
|
2010-07-02 14:09:58 +02:00 |
|
momania
|
d79415481f
|
No need for disconnect after a shutdown error
|
2010-07-02 14:01:15 +02:00 |
|