Jonas Bonér
5e290ec393
Merge branch 'master' of github.com:jboner/akka
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-29 14:26:24 +02:00
Jonas Bonér
66f339e202
Moved all 'akka.remote' to 'akka.cluster', no more 'remote' package.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-29 11:44:33 +02:00
Peter Veentjer
650e78b2f7
Merge ClusterActoRef & RoutedActorRef: After merge with master, part 2
2011-08-29 12:07:34 +03:00
Peter Veentjer
56d4fc7d7c
Merge ClusterActoRef & RoutedActorRef: After merge with master
2011-08-29 09:22:14 +03:00
Patrik Nordwall
e2ef8404b2
Added disclaimer about typesafe repo, and info about underlaying repositories. See #1127
...
(cherry picked from commit 11aef33e3913aee922b78fcc684416a03439d9a5)
2011-08-28 22:19:00 +02:00
Peter Veentjer
ee4d241ceb
Use RoutedProps to configure Routing (local and remote). Ticket #1060
2011-08-27 08:10:25 +03:00
Viktor Klang
c7d58c600b
Adding initial support for Props
2011-08-26 17:25:18 +02:00
Jonas Bonér
9a5b1a88e6
Added explicit call to Cluster.node.start() in various tests.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-24 21:51:18 +02:00
Viktor Klang
b76c02d136
#1139 - Added akka.actor.DefaultBootableActorLoaderService for the Java API
2011-08-24 12:42:26 +02:00
Jonas Bonér
950ad21117
Fixed problem with node and test infrastructure initialization order causing multi-jvm test to fail randomly.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-19 15:10:13 +02:00
Jonas Bonér
dfc1a68aac
Fixed race condition in initial and dynamic management of node connections in Cluster
...
* Using CAS optimistic concurrency using versioning to fix initial and dynamic management of node connections in Cluster
* Fixed broken bootstrap of ClusterNode - reorganized booting and removed lazy from some fields
* Removed 'start' and 'isRunning' from Cluster
* Removed 'isStarted' Switch in Cluster which was sprinkled all-over cluster impl
* Added more and better logging
* Moved local Cluster ops from Cluster to LocalCluster
* Rewrote RoundRobinFailoverMultiJvmSpec to be correct
* RoundRobinFailoverMultiJvmSpec now passes
* Minor reformatting and edits
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-18 11:35:14 +02:00
Patrik Nordwall
21be1ac45a
Docs on how to use supervision from Java is wrong. Fixes #1114
2011-08-16 09:57:30 +02:00
Patrik Nordwall
4e312fcc0f
Instruction of how to write reference to ticket number in first line.
2011-08-15 20:48:21 +02:00
Roland
2d1a54a50d
Merge forward-ports from branch 'release-1.2'
2011-08-14 23:48:33 +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
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
Roland
2aa86ed37a
make tryTell nice from Scala AND Java
...
Thanks, Derek Williams, for the good suggestion!
2011-08-03 23:08:38 +02:00
Derek Williams
053dbf3b60
Update Future docs
2011-08-02 13:05:55 -06:00
Roland
a43418a4c3
clean up Channel API ( fixes #1070 )
...
- remove feature query methods
- encode information in marker traits
- remove safe_!
- rename tellSafe to tryTell (harmonize with ActorRef.reply)
2011-08-01 21:38:28 +02:00
Viktor Klang
04729bcbc3
Renaming sendOneWay to tell, closing ticket #1072
2011-08-01 17:07:12 +02:00
Peter Vlugter
a254fa6c19
Update multi-jvm docs
2011-08-01 16:11:59 +12:00
Derek Williams
6d343b01f0
Merge branch 'master' into wip-derekjw
...
Conflicts:
akka-actor-tests/src/test/scala/akka/dispatch/FutureSpec.scala
akka-actor/src/main/scala/akka/actor/ActorRef.scala
2011-07-26 12:50:09 -06:00
viktorklang
374f5dc4dc
Added docs for Amazon Elastic Beanstalk
2011-07-25 04:55:01 -07:00
Peter Veentjer
1006fa61db
ticket 1043
2011-07-22 08:18:34 +03:00
Viktor Klang
b23a8fffeb
removing replySafe and replyUnsafe in favor of the unified reply/tryReply
2011-07-20 15:58:28 +02:00
Roland
42769599aa
Merge branch 'ticket955'
...
Conflicts:
akka-actor-tests/src/test/scala/akka/actor/supervisor/Ticket669Spec.scala
akka-actor-tests/src/test/scala/akka/routing/RoutingSpec.scala
akka-camel/src/test/scala/akka/camel/ConsumerScalaTest.scala
2011-07-19 16:56:44 -04:00
Roland
df3d536b9c
improve docs for dispatcher throughput
2011-07-19 16:20:43 -04:00
Peter Veentjer
e557bd31e1
Merge branch 'master' of github.com:jboner/akka
2011-07-17 09:26:36 +03:00
Peter Veentjer
7983a66f68
Ticket 964: rename of reply?
2011-07-17 09:02:36 +03:00
Roland
a348025ccb
improve testing docs
2011-07-16 18:42:24 -04:00
Derek Williams
a3243f7b2a
In progress documentation update
2011-07-15 17:43:56 -06:00
Viktor Klang
0bfe21a44c
Fixing a type and adding clarification to ticket #956
2011-07-15 11:34:09 +02:00
Peter Veentjer
5678692e66
issue 956
2011-07-15 08:56:12 +03:00
Peter Veentjer
964c53203a
issue 956
2011-07-15 08:54:44 +03:00
Peter Veentjer
8bbb9b0566
issue 956
2011-07-15 08:41:42 +03:00
Viktor Klang
9d71be7778
Updating copyright section to Typesafe Inc. etc
2011-07-14 16:03:08 +02:00
Peter Vlugter
2e8232f748
Update the multi-jvm testing docs
2011-07-13 11:03:49 +12:00
Brendan W. McAdams
225f47655b
Documentation for MongoDB-based Durable Mailboxes
2011-07-12 11:54:10 -04:00
Peter Vlugter
2ec7c848b3
Update the building akka docs
2011-07-12 11:53:35 +12:00
Peter Veentjer
015fef1a0e
jmm doc improvement
2011-07-09 23:32:09 +03:00
Jonas Bonér
6117e599d6
Added more info about how to create tickets in assembla
2011-07-06 11:17:56 +02:00
Jonas Bonér
f2dd6bddb3
1. Added configuration option for 'preferred-nodes' for a clustered actor. The replica set is now tried to be satisfied by the nodes in the list of preferred nodes, if that is not possible, it is randomly selected among the rest.
...
2. Added test for it.
3. Fixed wrong Java fault-tolerance docs
4. Fixed race condition in maintenance of connections to new nodes
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-07-05 13:28:02 +02:00
Roland
5de2ca7aa5
remove Actor.preRestart(cause: Throwable)
...
- adapt all internal uses (all tests green)
- start migration guide for 2.0 with this change
2011-07-03 22:19:34 +02:00
Roland
956d055d87
make currentMessage available in preRestart, test #957
...
- use Option[Any] since currentMessage may be unavailable (supervisor
being restarted)
- plus docs
2011-06-27 22:20:09 +02:00
Roland
10256991cb
add Actor.freshInstance hook, test #955
2011-06-27 19:09:09 +02:00