Vasil Remeniuk
ea201b4e1c
Merge branch 'master' of https://github.com/jboner/akka
2011-08-15 19:35:34 +03:00
Viktor Klang
482f55f01e
Merge branch 'master' of github.com:jboner/akka
2011-08-15 17:19:28 +02:00
Viktor Klang
ce2df3b05e
Making TypedActor use actorOf(props)
2011-08-15 17:19:22 +02:00
Viktor Klang
5138fa9764
Removing global dispatcher
2011-08-15 11:40:21 +02:00
Jonas Bonér
879efd722c
Merge branch 'master' of github.com:jboner/akka
2011-08-15 10:42:24 +02:00
Jonas Bonér
48ee9deb3a
Split up the TransactionLogSpec into two tests: AsynchronousTransactionLogSpec and SynchronousTransactionLogSpec, also did various minor edits and comments.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-15 10:42:09 +02:00
Roland
18b5033a53
fix cancellation of FSM state timeout by named timer messages, fixes #1108
...
- actually cancel state timeout timer
- increment generation timer in case it had already fired
2011-08-15 00:17:12 +02:00
Roland
2d1a54a50d
Merge forward-ports from branch 'release-1.2'
2011-08-14 23:48:33 +02:00
Derek Williams
817634cbea
IO: Include cause of closed socket
2011-08-14 10:12:04 -06:00
Vasil Remeniuk
93ee10d32d
Merge branch 'master' of https://github.com/jboner/akka
2011-08-14 11:20:41 +03:00
Vasil Remeniuk
54bed05e58
more logging
2011-08-14 11:20:38 +03:00
Martin Krasser
90ef28f91e
Avoid MatchError in typed and untyped consumer publishers
2011-08-13 10:46:46 +02:00
Peter Veentjer
3159a80cdc
More work on trying to get jenkins to run again
2011-08-13 11:23:12 +03:00
Peter Veentjer
1d4505d35b
Attemp to get jenkinks running again; added .start after actorOf for clusteredActorRef
2011-08-13 08:54:05 +03:00
Peter Veentjer
1c39ed1ad6
cleanup of unused imports
2011-08-13 08:27:10 +03:00
Viktor Klang
37a6844d46
Changing default connection timeout to 100 seconds and adding Future Java API with tests
2011-08-12 17:26:26 +02:00
Jonas Bonér
5b2b463ce0
Changed the elements in actor.debug section in the config from receive = "false" to receive = off. Minor other reformatting changes
2011-08-12 14:35:45 +02:00
Peter Veentjer
45101a62eb
removal of some unwanted println in test
2011-08-12 10:54:20 +03:00
Peter Veentjer
e23edde52b
minor doc improvent
2011-08-12 10:49:04 +03:00
Peter Veentjer
571f9f2ac5
minor doc improvent
2011-08-12 10:47:13 +03:00
Peter Veentjer
6786f934ce
minor doc improvent
2011-08-12 10:30:26 +03:00
Peter Veentjer
c49d5e1a60
Merge branch 'wip-1075'
2011-08-12 10:05:36 +03:00
Peter Veentjer
0c58b38a5a
RoutedActorRef makes use of composition instead of inheritance. Solves ticket 1075 and 1062 (broken roundrobin router)*
2011-08-12 10:03:33 +03:00
Viktor Klang
86bd9aaa51
Forward-porting documentation-fixes and small API problems from release-1.2
2011-08-11 19:29:57 +02:00
Jonas Bonér
d52d70540c
Merge branch 'master' of github.com:jboner/akka
2011-08-10 07:52:05 +02:00
Jonas Bonér
3d77356005
Added policy about commit messages to the Developer Guidelines documentation
2011-08-10 07:51:52 +02:00
Roland
c9e8e4503e
remove now-unused "package object akka"
...
it contained only AnyOptionAsTypedOption and corresponding implicit
conversions, which were used in conjunction with ActorRef.!! (gone) and
Future[Any] (has .as[T] and .asSilently[T] now)
2011-08-09 22:33:44 +02:00
Roland
cdae21e07c
restore behavior of Future.as[T] and .asSilently[T] ( fixes #1088 )
...
- implement both methods equivalently directly on Future
- remove implicit conversion futureToAnyOptionAsTypedOption
- update docs accordingly
2011-08-09 22:26:46 +02:00
Roland
f894ae1818
clarify origin of stats in release notes
2011-08-09 22:09:57 +02:00
Roland
ccfc6aa66a
remove pluggable serializers from release notes, since they are only in
...
2.0
2011-08-09 22:09:57 +02:00
Roland
1c804846af
first stab at release notes for release 1.2
...
- including commit stats and the script which generated them
2011-08-09 22:09:57 +02:00
Roland
deb7497038
Merge channel-cleanup into remote branch 'origin/master'
...
Conflicts:
akka-actor/src/main/scala/akka/dispatch/Future.scala
2011-08-09 22:05:29 +02:00
Viktor Klang
5eb15409e6
Adding DeployId and LocalOnly to Props
2011-08-09 19:31:51 +02:00
Peter Veentjer
6a49efd966
ticket 989 #Allow specifying preferred-nodes of other type than node:<name>/
...
currently the task has been downscoped to only allow node:name since we need to rethink this part. Metadata is going to make it /
it possible to deal with way more nodes
2011-08-09 13:33:10 +03:00
Peter Veentjer
eae045ff45
ticket 989 #Allow specifying preferred-nodes of other type than node:<name>/
...
currently the task has been downscoped to only allow node:name since we need to rethink this part. Metadata is going to make it /
it possible to deal with way more nodes
2011-08-09 13:22:05 +03:00
Peter Veentjer
f1bc34cad7
ticket 989 #Allow specifying preferred-nodes of other type than node:<name>/
...
currently the task has been downscoped to only allow node:name since we need to rethink this part. Metadata is going to make it /
it possible to deal with way more nodes
2011-08-09 13:19:59 +03:00
Peter Veentjer
c8e938a44c
ticket #992 : misc fixes for transaction log, processed review comments
2011-08-08 20:57:01 +03:00
Peter Veentjer
403f425283
Merge branch 'wip-992'
2011-08-08 20:41:55 +03:00
Peter Veentjer
bd049718be
ticket #992 : misc fixes for transaction log, processed review comments
2011-08-08 20:40:18 +03:00
Peter Veentjer
65f0d706a9
Merge branch 'master' of github.com:jboner/akka
2011-08-08 18:54:45 +03:00
Peter Veentjer
74b425fdc7
Fix of failing ClusterActorRefCleanupMultiJvmSpec: also removed some debugging code
2011-08-08 18:45:16 +03:00
Peter Veentjer
e3107715c1
Fix of failing ClusterActorRefCleanupMultiJvmSpec
2011-08-08 18:43:30 +03:00
Viktor Klang
e3bfd2f31a
Removing the shutdownHook from the Actor object since we are no longer using Configgy and hence no risk of leaks thereof
2011-08-08 16:53:54 +02:00
Viktor Klang
5c4488730f
Fixing FutureTimeoutException so that it has a String constructor so it's deserializable in remoting
2011-08-08 15:38:22 +02:00
Viktor Klang
49a61e2c98
Merge branch 'master' of github.com:jboner/akka
2011-08-08 08:39:34 +02:00
Viktor Klang
b8af8df41f
Fixing ClusterSpec
2011-08-08 08:39:22 +02:00
Peter Veentjer
e433eda2c2
fix for a failing test:who changes the compression to none but didn't fix the testsgit add -A..you badgit add -A
2011-08-08 09:11:39 +03:00
Peter Veentjer
560701ab20
Merge branch 'master' of github.com:jboner/akka
2011-08-07 20:33:35 +03:00
Viktor Klang
4cd4917f9f
Turning remote compression off by default, closing ticket #1083
2011-08-07 19:23:25 +02:00
Peter Veentjer
8a9e13e0ff
ticket 934: fixed review comments
2011-08-07 16:15:04 +03:00