Viktor Klang
b0952e5212
Renaming Future.failure to Future.recover
2011-06-02 13:33:49 -07:00
Jonas Bonér
3d7a717b06
Merge branch 'master' of github.com:jboner/akka
2011-05-30 10:53:35 +02:00
Jonas Bonér
112ddefd7d
refactoring and minor edits
2011-05-30 10:53:25 +02:00
Peter Veentjer
a85bba7aad
- more work on the storage functionality
2011-05-27 08:53:46 +03:00
Viktor Klang
49883d8c59
Adding support for completing senderFutures when actor is stopped, closing ticket #894 . Also renaming DurableEventBasedDispatcher to DurableDispatcher
2011-05-26 20:38:42 +02:00
Viktor Klang
e94b722a4b
Adding withFilter to Future, fixing signature of filter, cleaning up foreach
2011-05-26 19:33:03 +02:00
Peter Vlugter
b98352e68f
Allow find-replace to replace versions in the docs
2011-05-26 17:25:31 +12:00
Peter Vlugter
fb200b094a
Fix warnings in docs
2011-05-26 17:22:13 +12:00
Peter Vlugter
046399c9df
Update docs
...
- use current version (2.0-SNAPSHOT) for easy search and replace
- some updates from akka-modules remerge
2011-05-26 17:14:42 +12:00
Peter Vlugter
89cb49366b
Update release scripts for modules merge
2011-05-26 16:47:46 +12:00
Peter Vlugter
b7d0fb6b09
Add microkernel dist
2011-05-26 16:37:41 +12:00
ticktock
9567c5e90f
lining up config name with reference conf
2011-05-25 15:38:35 -07:00
ticktock
9611021d2d
Merge branch 'master' of https://github.com/jboner/akka
2011-05-25 15:27:57 -07:00
ticktock
3423b26d1c
updates to remove references to akka-modules
2011-05-25 15:27:11 -07:00
ticktock
a6e096dfd9
adding modules docs
2011-05-25 15:26:51 -07:00
Martin Krasser
6f1ff4efdb
Fixed failing akka-camel module, Upgrade to Camel 2.7.1, included akka-camel and akka-kernel again into AkkaProject
2011-05-25 19:18:13 +02:00
Jonas Bonér
30d5b936ec
Commented out akka-camel and akka-kernel
2011-05-25 17:59:56 +02:00
Jonas Bonér
dcb4907595
Added tests for round-robin routing with 3 nodes and 2 replicas
2011-05-25 17:42:50 +02:00
Jonas Bonér
abe6047284
Minor changes and some added FIXMEs
2011-05-25 17:41:53 +02:00
Jonas Bonér
7311a8b16a
Merge branch 'master' of github.com:jboner/akka
2011-05-25 16:19:00 +02:00
Jonas Bonér
e6fa55b3a8
- Changed implementation of Actor.actorOf to work in the the new world of cluster.ref, cluster.use and cluster.store.
...
- Changed semantics of replica config. Default replicas is now 0. Replica 1 means one copy of the actor is instantiated on another node.
- Actor.remote.actorFor/Actor.remote.register is now separated and orthogonal from cluster implementation.
- cluster.ref now creates and instantiates its replicas automatically, e.g. it can be created first and will then set up what it needs.
- Added logging everywhere, better warning messages etc.
- Each node now fetches the whole deployment configuration from the cluster on boot.
- Added some config options to cluster
Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-25 16:18:35 +02:00
ticktock
4e1fe7635e
fixing compile looks like some spurious chars were added accidentally
2011-05-24 21:04:39 -07:00
ticktock
39caed3b8f
reverting the commenting out of akka-camel, since kernel needs it
2011-05-24 20:54:36 -07:00
ticktock
cd1806caf8
Merge branch 'master' of https://github.com/jboner/akka into modules-migration
2011-05-24 20:50:08 -07:00
ticktock
2cb9476cca
commenting out camel, typed-camel, spring for the time being
2011-05-24 20:49:04 -07:00
Jonas Bonér
71beab820c
Merge branch 'master' of github.com:jboner/akka
2011-05-24 19:04:35 +02:00
Jonas Bonér
f75dcdbd15
Full clustering circle now works, remote communication.
...
Added test for cluster communication.
Refactored deployment parsing.
Added InetSocketAddress to remote protocol.
Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-24 19:04:25 +02:00
Viktor Klang
3ccfdf822c
Adding a Java API method for generic proxying
2011-05-24 14:57:11 +02:00
Viktor Klang
2b09434635
Merge with master
2011-05-24 14:55:06 +02:00
Viktor Klang
5310789141
Removing hte slick interfaces/implementation classes because it`s just not good enough
2011-05-24 14:47:04 +02:00
Viktor Klang
724cbf4376
Removing hte slick interfaces/implementation classes because it`s just not good enough
2011-05-24 13:52:22 +02:00
Viktor Klang
2642c9a9cc
Adding support for retrieving interfaces proxied and the current implementation behind the proxy, intended for annotation processing etc
2011-05-24 12:18:58 +02:00
Viktor Klang
6f6d9193f4
Fixing ticket #888 , adding startLink to Supervisor
2011-05-24 12:13:59 +02:00
Peter Veentjer
5fd10978d8
- added the InMemoryRawStorage (tests will follow)
2011-05-24 07:59:12 +03:00
sclasen
88727d8877
Merge branch 'master' of https://github.com/jboner/akka into modules-migration
2011-05-23 21:01:11 -07:00
Jonas Bonér
7f455fd92e
removed duplicated NodeAddress
2011-05-23 23:48:25 +02:00
Jonas Bonér
96367d9575
Merge branch 'master' of github.com:jboner/akka
2011-05-23 22:35:15 +02:00
Jonas Bonér
ddb2a69c19
Moved ClusterNode interface, NodeAddress and ChangeListener into akka-actor as real Trait instead of using structural typing.
...
Refactored boot dependency in Cluster/Actor/Deployer.
Added multi-jvm test for testing clustered actor deployment, check out as LocalActorRef and ClusterActorRef.
Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-23 22:35:01 +02:00
Peter Veentjer
694134090d
- fixed the type problems. This time with a compile (since no tests currently are available for this code).
2011-05-23 21:17:33 +03:00
Peter Veentjer
e84a7cb5ea
- disabled the functionality for the rawstorage, will inspect it locally. But at least the build will be running again.
2011-05-23 21:08:59 +03:00
Peter Veentjer
d25ca826fa
Merge remote branch 'origin/master'
2011-05-23 20:04:42 +03:00
Peter Veentjer
27e9d71f76
- initial checkin of the storage functionality
2011-05-23 20:03:40 +03:00
sclasen
960257e1e3
move over some more config
2011-05-23 12:49:55 -04:00
sclasen
da4fadeb08
fix compilation by changing ref to CompletableFuture to Promise
2011-05-23 12:49:15 -04:00
sclasen
2e2d1eb242
second pass, mostly compiles
2011-05-23 12:34:54 -04:00
Viktor Klang
556ee4b5e9
Added a default configuration object to avoid object allocation for the trivial case
2011-05-23 18:17:31 +02:00
Viktor Klang
39481f0a5f
Adding a test to verify usage of TypedActor.self outside of a TypedActor
2011-05-23 18:10:57 +02:00
sclasen
5e8f844545
first pass at moving modules over, sbt project compiles properly
2011-05-23 11:37:56 -04:00
Viktor Klang
e320825137
Added some API to be able to wrap interfaces on top of Actors, solving the ActorPool for TypedActor dilemma, closing ticket #724
2011-05-23 17:08:45 +02:00
Viktor Klang
1f5a04c678
Adding support for customization of the TypedActor impl to be used when creating a new TypedActor, internal only, intended for things like ActorPool etc
2011-05-23 14:13:16 +02:00