Jonas Bonér
|
00a8cd83d0
|
Added test for serializing stateless actor + made mailbox accessible
|
2010-06-22 10:02:19 +02:00 |
|
Jonas Bonér
|
5ccd43b880
|
Fixed bug with actor unregistration in ActorRegistry, now we are using a Set instead of a List and only the right instance is removed, not all as before
|
2010-06-22 09:15:05 +02:00 |
|
Jonas Bonér
|
a78b1ccb19
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-06-22 07:23:05 +02:00 |
|
Jonas Bonér
|
052746b2b0
|
Protobuf deep actor serialization working and test passing
|
2010-06-22 07:22:47 +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 |
|
Jonas Bonér
|
f2579b98ff
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-06-21 20:26:35 +02:00 |
|
Jonas Bonér
|
35ae27780d
|
Stateless and Stateful Actor serialization + Turned on class caching in Active Object
|
2010-06-21 17:57:30 +02:00 |
|
Johan Rask
|
0e39f4562a
|
Merge branch 'master' of github.com:jboner/akka
|
2010-06-21 13:25:10 +02:00 |
|
Heiko Seeberger
|
7a5403dbed
|
Merge branch '281-hseeberger'
|
2010-06-21 13:08:31 +02:00 |
|
Heiko Seeberger
|
f1d4c9af0b
|
closes #281: Made all subprojects test after breaking changes introduced by removing the type parameter from ActorRef.!!.
|
2010-06-21 13:08:10 +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 |
|
Heiko Seeberger
|
4bfde61e4e
|
re #281: Made all subprojects compile after breaking changes introduced by removing the type parameter from ActorRef.!!; test-compile still missing!
|
2010-06-21 12:47:23 +02:00 |
|
Heiko Seeberger
|
88125a9bc2
|
re #281: Made akka-core compile and test after breaking changes introduced by removing the type parameter from ActorRef.!!.
|
2010-06-21 12:25:24 +02:00 |
|
Heiko Seeberger
|
0e70a5face
|
re #281: Added as[T] and asSilently[T] to Option[Any] via implicit conversions in object Actor.
|
2010-06-21 12:24:06 +02:00 |
|
Heiko Seeberger
|
a69f0d44c6
|
Merge branch 'master' into 281-hseeberger
Conflicts:
akka-core/src/test/scala/InMemoryActorSpec.scala
akka-core/src/test/scala/StmSpec.scala
|
2010-06-21 09:31:02 +02:00 |
|
Martin Krasser
|
be40cf6507
|
Added more examples to akka-sample-camel
|
2010-06-20 17:16:06 +02:00 |
|
Martin Krasser
|
032a7b8faf
|
Changed return type of CamelService.load to CamelService
|
2010-06-20 17:15:17 +02:00 |
|
Peter Vlugter
|
08681ee6a4
|
Merge branch 'stm-pvlugter'
|
2010-06-20 21:16:56 +12:00 |
|
Peter Vlugter
|
104c3e744d
|
Some stm documentation changes
|
2010-06-20 16:40:18 +12:00 |
|
Peter Vlugter
|
f8da5e14a1
|
Improved transaction factory defaults
|
2010-06-20 12:49:49 +12:00 |
|
Peter Vlugter
|
71fedd9128
|
Removed isTransactionalityEnabled
|
2010-06-20 10:10:09 +12:00 |
|
Peter Vlugter
|
18ed80b160
|
Updated ants sample
|
2010-06-20 09:29:23 +12:00 |
|
Peter Vlugter
|
3f7402ceff
|
Removing unused stm classes
|
2010-06-20 09:29:23 +12:00 |
|
Peter Vlugter
|
12b83ebeb1
|
Moved data flow to its own package
|
2010-06-20 09:29:23 +12:00 |
|
Peter Vlugter
|
024d225bab
|
Using actor id for transaction family name
|
2010-06-20 09:29:23 +12:00 |
|
Peter Vlugter
|
58be9f03bc
|
Updated imports to use stm package objects
|
2010-06-20 09:29:23 +12:00 |
|
Peter Vlugter
|
5acd2fdc97
|
Added some documentation for stm
|
2010-06-20 09:29:22 +12:00 |
|
Peter Vlugter
|
2e6a1d66e6
|
Added transactional package object - includes Multiverse data structures
|
2010-06-20 09:29:22 +12:00 |
|
Peter Vlugter
|
f8ca6b94c4
|
Added stm local and global package objects
|
2010-06-20 09:29:22 +12:00 |
|
Peter Vlugter
|
ba0b5033c6
|
Removed some trailing whitespace
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
35743ee78c
|
Updated actor ref to use transaction factory
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
ef4f525b52
|
Configurable TransactionFactory
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
9c026ad27d
|
Fixed import in ants sample for removed Vector class
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
cb241a1dfc
|
Added Transaction.Util with methods for transaction lifecycle and blocking
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
f9e52b5e0d
|
Removed unused stm config options from akka conf
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
bb93d72d02
|
Removed some unused stm config options
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
8a46c5ae8c
|
Added Duration utility class for working with j.u.c.TimeUnit
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
21a6021d26
|
Updated stm tests
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
3cb6e55c69
|
Using Scala library HashMap and Vector
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
77960d6571
|
Removed TransactionalState and TransactionalRef
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
07f52e8e3f
|
Removed for-comprehensions for transactions
|
2010-06-20 09:27:43 +12:00 |
|
Peter Vlugter
|
3a1d888efa
|
Removed AtomicTemplate - new Java API will use Multiverse more directly
|
2010-06-20 09:27:42 +12:00 |
|
Peter Vlugter
|
ed81b02eb7
|
Removed atomic0 - no longer used
|
2010-06-20 09:27:42 +12:00 |
|
Peter Vlugter
|
8fc8246204
|
Updated to Multiverse 0.6-SNAPSHOT
|
2010-06-20 09:27:42 +12:00 |
|
Jonas Bonér
|
5bfa786dac
|
Fixed bug with stm not being enabled by default when no AKKA_HOME is set.
|
2010-06-19 11:32:55 -07:00 |
|
Martin Krasser
|
8f019ac74f
|
Enforce commons-codec version 1.4 for akka-core
|
2010-06-19 18:36:32 +02:00 |
|