Jonas Bonér
|
adaf5d4065
|
splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core
|
2010-08-25 01:08:38 +02:00 |
|
Jonas Bonér
|
2d20294d0f
|
Enhanced the RemoteServer/RemoteClient listener API
|
2010-08-21 18:05:06 +02:00 |
|
Jonas Bonér
|
70d61b118a
|
Added missing events to RemoteServer Listener API
|
2010-08-21 16:37:33 +02:00 |
|
Jonas Bonér
|
0e8096d4b4
|
removed trailing whitespace
|
2010-08-21 16:13:16 +02:00 |
|
Viktor Klang
|
a1ae775aa0
|
Merge branch 'master' of github.com:jboner/akka
|
2010-08-20 12:26:07 +02:00 |
|
Viktor Klang
|
9c6e8333b7
|
Added lazy initalization of SSL engine to avoid interference
|
2010-08-20 12:12:52 +02:00 |
|
Michael Kober
|
7b5f07806f
|
fixed remote server name
|
2010-08-19 20:55:28 +02:00 |
|
Viktor Klang
|
ea2f7bb3b6
|
Added more flexibility to ListenerManagement
|
2010-08-19 12:46:17 +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
|
7d289dfb31
|
Adding lifecycle messages and listenability to RemoteServer
|
2010-08-18 09:52:11 +02:00 |
|
Jonas Bonér
|
2814feba69
|
Fixed unessecary remote actor registration of sender reference
|
2010-08-16 08:24:26 +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 |
|
Jonas Bonér
|
093589d132
|
Fixed issue in AMQP by not supervising a consumer handler that is already supervised
|
2010-08-11 01:15:01 +02:00 |
|
Jonas Bonér
|
689f910f86
|
removed trailing whitespace
|
2010-08-10 21:42:27 +02:00 |
|
Jonas Bonér
|
b44580d6f7
|
Converted tabs to spaces
|
2010-08-10 21:41:51 +02:00 |
|
Viktor Klang
|
e625a8f61f
|
Fixing a boot sequence issue with RemoteNode
|
2010-08-09 19:35:07 +02:00 |
|
Viktor Klang
|
2bf4a58ee8
|
Uncommenting SSL support
|
2010-08-04 13:31:41 +02:00 |
|
Viktor Klang
|
98d3034a9a
|
Merge with master
|
2010-08-03 11:40:25 +02:00 |
|
Jonas Bonér
|
b7ed58cc65
|
Changed the Spring schema and the Camel endpoint names to the new typed-actor name
|
2010-07-31 00:52:46 +02:00 |
|
Jonas Bonér
|
992bced1db
|
removed trailing whitespace
|
2010-07-29 17:29:51 +02:00 |
|
Jonas Bonér
|
e48572f32e
|
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
|
20464a3d20
|
Merge branch 'ticket_345'
Conflicts:
akka-core/src/test/scala/SchedulerSpec.scala
|
2010-07-26 12:27:14 +02:00 |
|
Jonas Bonér
|
b3473c7a18
|
Fixed broken tests for Active Objects + added logging to Scheduler + fixed problem with SchedulerSpec
|
2010-07-26 12:19:17 +02:00 |
|
Jonas Bonér
|
9f27825eed
|
Now uses 'Duration' for all time properties in config
|
2010-07-23 04:54:21 +02:00 |
|
Jonas Bonér
|
4106ceff8a
|
Fixed bug when trying to abort an already committed CommitBarrier
|
2010-07-18 07:28:56 +02:00 |
|
Viktor Klang
|
5abc83599b
|
Initial code, ble to turn ssl on/off, not verified
|
2010-07-15 21:33:44 +02:00 |
|
Jonas Bonér
|
49e572d06f
|
Fixed bug in Active Object restart, had no default life-cycle defined + added tests
|
2010-07-14 14:38:56 +02:00 |
|
Viktor Klang
|
f0bbadce84
|
Tests pass with Dummy SSL config!
|
2010-07-06 22:53:10 +02:00 |
|
Viktor Klang
|
53f11d0d2c
|
Adding SSL code to RemoteServer
|
2010-07-06 22:53:10 +02:00 |
|
Viktor Klang
|
f252aef9c8
|
Initial code for SSL remote actors
|
2010-07-06 22:53:10 +02:00 |
|
Jonas Bonér
|
12dee4dcc6
|
Changed Akka to use IllegalActorStateException instead of IllegalStateException
|
2010-07-02 11:39:25 +02:00 |
|
Debasish Ghosh
|
dc6f77bb2d
|
type class based actor serialization implemented
|
2010-07-02 00:16:11 +05:30 |
|
Jonas Bonér
|
2d4809842e
|
Removed trailing whitespace
|
2010-06-30 16:26:15 +02:00 |
|
Jonas Bonér
|
67ed70798d
|
Fixed bug in fault handling of TEMPORARY Actors + ported all Active Object Java tests to Scala (using Java POJOs)
|
2010-06-29 15:19:09 +02:00 |
|
Jonas Bonér
|
c3d723ca61
|
Added serialization of actor mailbox
|
2010-06-24 08:48:48 +02:00 |
|
Heiko Seeberger
|
2128dcda3b
|
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
|
516cad81ba
|
Merge branch 'master' into 281-hseeberger
Conflicts:
akka-core/src/main/scala/remote/RemoteServer.scala
|
2010-06-19 15:54:51 +02:00 |
|
Heiko Seeberger
|
4ba1c584f1
|
re #281: Removed type parameter from ActorRef.!! which now returns Option[Any] and added Helpers.narrow and Helpers.narrowSilently.
|
2010-06-18 16:31:25 +02:00 |
|
Jonas Bonér
|
ac5b0882ea
|
Added fromProtobufToLocalActorRef serialization, all old test passing
|
2010-06-17 07:30:07 +02:00 |
|
Jonas Bonér
|
16671dc5b7
|
Upgraded existing code to new remote protocol, all tests pass
|
2010-06-17 07:30:06 +02:00 |
|
Jonas Bonér
|
cc0641004b
|
Fixed bug in remote actors + improved scaladoc
|
2010-06-04 15:58:26 +02:00 |
|
Jonas Bonér
|
56e7428e47
|
Removed trailing whitespace
|
2010-06-01 18:41:39 +02:00 |
|
Jonas Bonér
|
8b303fa55f
|
Renamed 'toProtocol' to 'toProtobuf'
|
2010-05-31 14:25:21 +02:00 |
|
Jonas Bonér
|
06bff765c7
|
Added option to specify class loader when deserializing RemoteActorRef
|
2010-05-25 16:11:18 +02:00 |
|
Jonas Bonér
|
dbbad4633e
|
Added option to specify class loader to load serialized classes in the RemoteClient + cleaned up RemoteClient and RemoteServer API in this regard
|
2010-05-25 15:14:53 +02:00 |
|
Viktor Klang
|
bf9e5029d8
|
Removed some LoC
|
2010-05-24 08:16:30 +02:00 |
|
Jonas Bonér
|
ef452881f0
|
Removed trailing whitespace
|
2010-05-21 20:08:49 +02:00 |
|
Jonas Bonér
|
4375f82ae5
|
Fixed race-condition in creation and registration of RemoteServers
|
2010-05-20 21:03:38 +02:00 |
|
Jonas Bonér
|
9aaad8c03c
|
Merged with master and fixed last issues
|
2010-05-16 20:15:08 +02:00 |
|
Jonas Bonér
|
f7407d3adf
|
Rewritten "home" address management and protocol, all test pass except 2
|
2010-05-16 10:59:06 +02:00 |
|