Commit graph

6614 commits

Author SHA1 Message Date
Martin Krasser
df62230bfe Merge branch 'master' into 911-krasserm 2011-06-07 11:59:41 +02:00
Viktor Klang
ed5ac01d72 Removing Jersey from the docs 2011-06-07 01:58:21 -05:00
Viktor Klang
c2626d2857 Adding TODOs to TypedActor so we know what needs to be done before 2.0 2011-06-06 20:51:10 -07:00
Viktor Klang
e41a3b1220 Making ActorRef.address a def instead of a val 2011-06-06 20:50:49 -07:00
Viktor Klang
4c8360e8d7 Minor renames of parameters of non-user API an some code cleanup 2011-06-06 20:05:43 -07:00
Viktor Klang
39ca090110 Adding tests for LocalActorRef serialization (with remoting disabled) 2011-06-06 19:10:13 -07:00
Viktor Klang
6f0501978a Fixing bugs in actorref creation, or rather, glitches 2011-06-06 16:48:25 -07:00
Martin Krasser
2bd7751cba Merge branch 'master' into 911-krasserm 2011-06-06 12:02:40 +02:00
Martin Krasser
efd9a895e8 Migrate akka-camel-typed to new typed actor implementation. 2011-06-06 11:36:05 +02:00
Viktor Klang
dacc29d772 Some more minor code cleanups of Mist 2011-06-05 23:17:22 -07:00
Viktor Klang
94c977e455 Adding documentation for specifying Mist root endpoint id in web.xml 2011-06-05 22:13:16 -07:00
Viktor Klang
c52a352838 Cleaning up some Mist code 2011-06-05 22:03:05 -07:00
Viktor Klang
c3ee1244be Removing the Jersey Http Security Module plus the AkkaRestServlet 2011-06-05 19:29:46 -07:00
Viktor Klang
29f515fd20 Adding support for specifying the root endpoint id in web.xml for Mist 2011-06-05 19:02:23 -07:00
Viktor Klang
b600d0cf52 Rewriting some serialization hook in Actor 2011-06-05 16:03:35 -07:00
Viktor Klang
c6019ce447 Removing pointless guard in ActorRegistry 2011-06-05 16:03:15 -07:00
Viktor Klang
3e989b5324 Removing AOP stuff from the project 2011-06-05 16:02:50 -07:00
Viktor Klang
56a172bbdd Removing residue of old ActorRef interface 2011-06-04 16:29:23 -07:00
Viktor Klang
66ad188222 Fixing #648, adding transparent support for Java Serialization of ActorRef (local + remote) 2011-06-04 16:01:07 -07:00
Viktor Klang
21fe2055f6 Removing deprecation warnings 2011-06-04 16:00:14 -07:00
Viktor Klang
f9d0b188af Removing ActorRef.isDefinedAt and Future.empty and moving Future.channel to Promise, renaming future to promise for the channel 2011-06-04 12:42:06 -07:00
Viktor Klang
07eaf0ba48 Attempt to solve ticket #902 2011-06-03 09:44:43 -07:00
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