Commit graph

174 commits

Author SHA1 Message Date
Viktor Klang
9b85da6a67 Updated akka-reference.conf with deadline 2010-09-15 15:15:56 +02:00
Viktor Klang
e49248787c Adding support for BoundedTransferQueue to EBEDD 2010-09-06 19:12:05 +02:00
Viktor Klang
bca39cba20 Fixing ticket #420 2010-09-03 11:45:01 +02:00
Jonas Bonér
3268b1771e Moved ActorSerialization to 'serialization' package 2010-09-01 19:22:39 +02:00
Jonas Bonér
16eeb26ccb Merge branch 'master' of git@github.com:jboner/akka 2010-09-01 18:54:34 +02:00
Viktor Klang
17143b90be Add possibility to set default cometSupport in akka.conf 2010-08-31 18:11:39 +02:00
Viktor Klang
27fe14ebf7 Ripping out Grizzly and replacing it with Jetty 2010-08-31 16:43:47 +02:00
Jonas Bonér
7cd9d384db Added all config options for STM to akka.conf 2010-08-31 10:39:18 +02:00
Jonas Bonér
be32e80985 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/resources/logback.xml
	akka-actor/src/main/scala/dataflow/DataFlowVariable.scala
	akka-actor/src/test/scala/dataflow/DataFlowSpec.scala
	akka-remote/src/main/scala/remote/RemoteClient.scala
	akka-remote/src/test/resources/logback-test.xml
2010-08-29 18:17:36 +02:00
Jonas Bonér
0d5862a332 renamed cassandra storage-conf.xml 2010-08-28 19:26:56 +02:00
Martin Krasser
447eb0ae47 remove logback.xml from akka-core jar and exclude logback-test.xml from distribution. 2010-08-27 21:27:37 +02:00
Jonas Bonér
55766c21e5 Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
Jonas Bonér
0e8096d4b4 removed trailing whitespace 2010-08-21 16:13:16 +02:00
Jonas Bonér
ca38bc9f9d dos2unix 2010-08-21 15:37:11 +02:00
Jonas Bonér
0ba859961a Added mailboxCapacity to Dispatchers API + documented config better 2010-08-21 15:36:50 +02:00
Jonas Bonér
ba134148ee Added support for reconnection-time-window for RemoteClient, configurable through akka-reference.conf 2010-08-21 13:07:22 +02:00
Jonas Bonér
9c4d28d889 Added option to use a blocking mailbox with custom capacity 2010-08-21 10:45:00 +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
084fbe237d Added defaults to scan and debug in logback configuration 2010-08-16 12:50:11 +02:00
Viktor Klang
e30ae7ae65 Fixing logback config file locate 2010-08-16 12:48:15 +02:00
Viktor Klang
d6d233298f Added support for pool factors and executor bounds 2010-08-13 23:06:52 +02:00
Viktor Klang
eec2c409f1 Cleaned up code and verified tests 2010-08-13 14:43:02 +02:00
Viktor Klang
51d89c6d92 Merge branch 'master' of github.com:jboner/akka 2010-08-13 13:13:33 +02:00
Viktor Klang
b6444b12a5 Added tests are fixed some bugs 2010-08-13 13:13:27 +02:00
Viktor Klang
f0ac45f374 Adding first support for config dispatchers 2010-08-12 16:41:54 +02:00
momania
a22d15fb92 Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp 2010-08-12 16:19:25 +02:00
momania
505c70d116 making it more easy to start string and protobuf base consumers, producers and rpc style 2010-08-12 16:16:18 +02:00
Viktor Klang
8df6676e68 Add default DEBUG to test output 2010-08-12 15:05:45 +02:00
Viktor Klang
1513c2c0c4 Moving logback-test.xml to /config 2010-08-12 13:38:13 +02:00
Viktor Klang
9dcc81a3aa Switch to Logback! 2010-08-11 13:41:09 +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
8c8a2b03c1 Reformatting 2010-08-10 21:41:04 +02:00
Viktor Klang
525f94fcf2 Closing ticket 337 2010-08-06 16:03:36 +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
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
9f27825eed Now uses 'Duration' for all time properties in config 2010-07-23 04:54:21 +02:00
Viktor Klang
c7be336d89 Fixing case 334 2010-07-19 21:47:28 +02:00
Jonas Bonér
b6485fa5ce 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
c802d2e0ac Fixed bug in using STM together with Active Objects 2010-07-18 07:13:43 +02:00
Viktor Klang
3b9d4bd7d8 Adding support for maxInactiveActivity 2010-07-16 01:32:52 +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
91da4321d2 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
Jonas Bonér
016c071f25 Fixed deadlock when Transactor is restarted in the middle of a transaction 2010-07-14 12:51:00 +02:00
Peter Vlugter
dd7dc9e179 Removed isTransactionalityEnabled 2010-06-20 10:10:09 +12:00
Peter Vlugter
b20b399505 Removed unused stm config options from akka conf 2010-06-20 09:27:43 +12:00
Jonas Bonér
92434bb493 Fixed bug in setting sender ref + changed version to 0.10 2010-06-08 20:46:12 +02:00
Jonas Bonér
23f65513e2 Bumped version to 0.10-SNAPSHOT 2010-06-08 10:15:06 +02:00
Jonas Bonér
abf650067f Upgraded to version 0.9.1 2010-06-07 09:57:48 +02:00
Jonas Bonér
cc0641004b Fixed bug in remote actors + improved scaladoc 2010-06-04 15:58:26 +02:00