Commit graph

1563 commits

Author SHA1 Message Date
Heiko Seeberger
aae9506eb8 Merge branch '31-hseeberger' 2010-07-21 07:50:38 +02:00
Heiko Seeberger
9f4045888d closes #31: Some fixes to the O-S-G-i settings in SBT project file; also deleted superfluous bnd4sbt.jar in project/build/lib directory. 2010-07-21 07:49:57 +02:00
Martin Krasser
c9eccda534 Merge branch 'master' of github.com:jboner/akka 2010-07-20 18:51:15 +02:00
Martin Krasser
e289bacfdd Minor changes in akka-sample-camel 2010-07-20 18:48:34 +02:00
Viktor Klang
70bf8b2c4e Adding become to Actor 2010-07-20 12:54:33 +02:00
Heiko Seeberger
13ce451d35 Merge branch 'master' into osgi
Conflicts:
	project/build/AkkaProject.scala
	project/plugins/Plugins.scala
2010-07-20 11:26:34 +02:00
Heiko Seeberger
2d3a5e5e77 Merge branch '277-hseeberger' 2010-07-20 09:45:34 +02:00
Heiko Seeberger
995cab9e95 closes #277: Transformed all subprojects to use Dependencies object; also reworked Plugins.scala accordingly. 2010-07-20 09:45:09 +02:00
Heiko Seeberger
9e201a3259 Merge branch 'master' into 277-hseeberger 2010-07-20 08:49:01 +02:00
Heiko Seeberger
02bf9552ca re #277: Created objects for repositories and dependencies and started transformig akka-core. 2010-07-20 08:39:18 +02:00
Viktor Klang
680128bff1 Merge branch 'master' of github.com:jboner/akka 2010-07-19 21:47:34 +02:00
Viktor Klang
96533ee381 Fixing case 334 2010-07-19 21:47:28 +02:00
Martin Krasser
64b249ae7e Remove listener from listener list before stopping the listener (avoids warning that stopped listener cannot be notified) 2010-07-19 20:45:06 +02:00
Heiko Seeberger
7dc2f85906 Merge branch 'master' into osgi
Conflicts:
	project/build/AkkaProject.scala
	project/plugins/Plugins.scala
2010-07-19 18:05:47 +02:00
Martin Krasser
1310a982a4 Merge branch 'master' of github.com:jboner/akka 2010-07-18 13:25:34 +02:00
Martin Krasser
3b20bc3d0f Completely redesigned Producer trait. 2010-07-18 13:24:25 +02:00
Jonas Bonér
30efc7e125 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	config/akka-reference.conf
2010-07-18 07:30:19 +02:00
Jonas Bonér
5447520880 Fixed bug when trying to abort an already committed CommitBarrier 2010-07-18 07:28:56 +02:00
Jonas Bonér
2cdfdb2e26 Fixed bug in using STM together with Active Objects 2010-07-18 07:13:43 +02:00
Viktor Klang
6b4e9249b8 Fixing bug in ActorRegistry 2010-07-17 22:19:53 +02:00
Martin Krasser
79ea559d66 Added missing API documentation. 2010-07-17 08:22:53 +02:00
Martin Krasser
2b53012a2c Merge commit 'remotes/origin/master' into 320-krasserm, resolve conflicts and compile errors. 2010-07-17 07:04:10 +02:00
Martin Krasser
99f72f7ac5 Non-blocking routing and transformation example with asynchronous HTTP request/reply 2010-07-16 17:19:38 +02:00
Martin Krasser
d7926fb6c6 closes #320 (non-blocking routing engine), closes #335 (producer to forward results) 2010-07-16 17:16:04 +02:00
Martin Krasser
f63bd41d22 Do not download sources 2010-07-16 17:13:15 +02:00
Martin Krasser
d024b3975f Remove Camel staging repo as Camel 2.4.0 can already be downloaded repo1. 2010-07-16 10:50:08 +02:00
Peter Vlugter
c737e2edf4 And multiverse module config 2010-07-16 15:23:27 +12:00
Peter Vlugter
e6e334d83f Multiverse 0.6-SNAPSHOT again 2010-07-16 15:19:54 +12:00
Peter Vlugter
7039495635 Updated ants sample 2010-07-16 13:32:30 +12:00
Viktor Klang
1670b8ab2b Adding support for maxInactiveActivity 2010-07-16 01:32:52 +02:00
Viktor Klang
b169bf19f2 Fixing case 286 2010-07-16 00:36:47 +02:00
Viktor Klang
8fb0af3508 Fixed race-condition in Cluster 2010-07-15 23:51:52 +02:00
Jonas Bonér
4dabf49b52 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-amqp/src/main/scala/RpcClientActor.scala
2010-07-15 21:39:23 +02:00
Jonas Bonér
58bead88ad Upgraded to new fresh Multiverse with CountDownCommitBarrier bugfix 2010-07-15 21:14:16 +02:00
momania
8f056ddfe2 Merge branch 'master' of git-proxy:jboner/akka 2010-07-15 18:52:39 +02:00
momania
495e884d6c Close #336 2010-07-15 18:52:19 +02:00
momania
16755b6ec0 disable tests 2010-07-15 18:51:48 +02:00
momania
104a48e627 - rpc typing and serialization - again 2010-07-15 18:21:55 +02:00
Jonas Bonér
580f8f71f2 Upgraded Akka to Scala 2.8.0 final, finally... 2010-07-15 18:04:10 +02:00
Jonas Bonér
69a26f4aad Added Scala 2.8 final versions of SBinary and Configgy 2010-07-15 15:57:54 +02:00
Jonas Bonér
6057b77c1b Merge branch 'master' of git@github.com:jboner/akka 2010-07-15 15:49:45 +02:00
Jonas Bonér
333c0409fe Added support for MaximumNumberOfRestartsWithinTimeRangeReachedException(this, maxNrOfRetries, withinTimeRange, reason) 2010-07-15 15:37:30 +02:00
Martin Krasser
98fee729a7 Further tests 2010-07-15 15:21:06 +02:00
Martin Krasser
78151e920d Fixed concurrency bug 2010-07-15 15:20:51 +02:00
Debasish Ghosh
d1688ba0bb redisclient & sjson jar - 2.8.0 version 2010-07-15 17:33:16 +05:30
Martin Krasser
c24446e3ce Merge commit 'remotes/origin/master' into 320-krasserm 2010-07-15 07:47:24 +02:00
Martin Krasser
11611a4e18 Camel's non-blocking routing engine now fully supported 2010-07-15 07:43:08 +02:00
Viktor Klang
5a6783f846 Laying the foundation for current-message-resend 2010-07-14 20:08:08 +02:00
Jonas Bonér
a521385b27 Moved logging of actor crash exception that was by-passed/hidden by STM exception 2010-07-14 16:10:22 +02:00
Jonas Bonér
6c0503ea51 Changed Akka config file syntax to JSON-style instead of XML style
Plus added missing test classes for ActiveObjectContextSpec
2010-07-14 16:04:37 +02:00