Jonas Bonér
51a218b87f
Fixes ticket #1809 - Harmonize configuration option names.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-09 20:40:09 +01:00
Peter Vlugter
3fbd18f0fa
Update to ScalaSTM 0.5 (which includes Java API)
2012-02-06 11:34:47 +13:00
Patrik Nordwall
2a6b7f9b03
Moved decider to separate parameter list, and implicit conversion from Seq[Throwable]. See #1714
2012-01-24 10:35:09 +01:00
Patrik Nordwall
abc072ef0a
Improved API of OneForOneStrategy and AllForOneStrategy. See #1714
...
* withinTimeRange: Duration
* Removed need for Options in API
2012-01-24 08:46:27 +01:00
Roland
2a0c4ca145
Merge branch 'wip-1581-patterns-ask'
2012-01-23 18:35:30 +01:00
Patrik Nordwall
9e15d2062b
Renamed more things to SupervisorStrategy. Updated more docs. See #1711
2012-01-23 17:18:49 +01:00
Roland
3a30f915c3
remove use of akka.actor.timeout property for ask
2012-01-23 15:59:18 +01:00
Roland
71d58c5338
improve migration guide & helpers, plus some docs
2012-01-23 11:58:27 +01:00
Roland
f6d71881ea
add ?(msg, timeout) migration helper, see #1653
2012-01-20 19:45:23 +01:00
Patrik Nordwall
7a3df2f2d8
minor cleanup
2012-01-20 08:35:23 +01:00
Patrik Nordwall
2ec28c8a4b
Merge branch 'master' into wip-1406-more-migration-docs-patriknw
...
Conflicts:
akka-docs/project/migration-guide-1.3.x-2.0.x.rst
2012-01-20 08:33:21 +01:00
Peter Vlugter
b2bfc8bec0
Update stm migration with changes to the java api
2012-01-20 12:01:36 +13:00
Patrik Nordwall
eb3d0c57d7
DOC: Added migration documentation for dispatchers. See #1406
2012-01-19 21:30:23 +01:00
Patrik Nordwall
5370371988
DOC: Added migration documentation for configuration. See #1406
2012-01-19 21:30:23 +01:00
Patrik Nordwall
c3f41b3cd3
DOC: Added migration documentation for Scheduler. See #1406
2012-01-19 21:30:23 +01:00
Peter Vlugter
b9bbb0744a
Add some migration guidance for stm
2012-01-19 11:18:33 +13:00
Patrik Nordwall
49de4eaac2
DOC: Fixed wrong log samples in migration guide
2012-01-18 09:27:11 +01:00
Patrik Nordwall
4dd5e9612b
Migration kit and start of migration documentation. See #1406 .
...
* Documentation of migration kit
* Documentation of some of the changes
* akka-actor-migration module containing GlobalActorSystem, OldXxx classes and some implicit conversions
* Tried migration of WebWords sample
* Tried migration of akka-samples/async-workers
* Tried migration of akka-samples-trading
2012-01-12 13:27:58 +01:00
Patrik Nordwall
19845d93e8
Improvements and finalization of dynamically resizable routers, replaces ActorPool. See 1557
...
* resize on nth message instead of always each message
* improved pressure evaluation
* more tests
* documentation
* removed ActorPool
2012-01-10 15:53:27 +01:00
Roland
2fbef5b5ce
various documentation improvements
...
- document DeathWatch
- actorOf vs. actorFor
2011-12-28 13:13:39 +01:00
Peter Vlugter
e66d46671a
Some more minor changes to documentation
...
- fix some links
- remove references to akka-modules
- remove python module information
2011-12-16 13:32:53 +13:00
Roland
fd4b4e3fb3
transparent remoting -> location transparency
2011-12-15 19:03:02 +01:00
Jonas Bonér
ce296b0481
Misc additions to, and rewrites and formatting of, the documentation.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-15 14:26:17 +01:00
Peter Vlugter
37efb72f22
Some documentation fixes
...
- microkernel information
- repository links
- akka download description
2011-12-15 15:39:30 +13:00
Patrik Nordwall
06a08c5823
Removed STM module. See #1503
...
* Removed from build. Didn't remove akka-stm directory, contains transactors also.
* Replaced usage of org.multiverse.api.latches.StandardLatch in some tests with testkit.TestLatch
2011-12-14 12:39:27 +01:00
Jonas Bonér
8c8680473a
Merge branch 'wip-clean-up-actor-cell-jboner'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 15:14:23 +01:00
Jonas Bonér
c9b787f029
Removed all 'actorOf' methods that does not take a 'Props', and changed all callers to use 'actorOf(Props(..))'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-13 14:09:40 +01:00
Patrik Nordwall
4e9c7de1e6
DOC: fixed links
2011-12-12 12:41:41 +01:00
Patrik Nordwall
fb4faab850
DOC: fixed other-doc
2011-12-12 12:35:44 +01:00
Patrik Nordwall
d92c52b1b5
DOC: Removed old migration guides and release notes. See #1455
2011-12-12 12:33:39 +01:00
Patrik Nordwall
d41c79c2ee
Docs: Add info about timestamped snapshot versions to docs. Fixes #1164
2011-11-18 13:21:23 +01:00
Viktor Klang
a6f53d8605
Major rework of supervision and death watch, still not fully functioning
2011-09-28 14:19:59 +02:00
Viktor Klang
4a0358ad7d
Removing LifeCycle from Props, it's now a part of AllForOnePermanent, OneForOnePermanent etc
2011-09-14 18:01:43 +02:00
Viktor Klang
bbb79d8e0d
Start removed but cluster is broken
2011-09-08 11:02:17 +02: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
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
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
Viktor Klang
9d71be7778
Updating copyright section to Typesafe Inc. etc
2011-07-14 16:03:08 +02:00
Jonas Bonér
6117e599d6
Added more info about how to create tickets in assembla
2011-07-06 11:17:56 +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
Viktor Klang
e3e389e14f
Fixing spelling errors in docs
2011-06-13 16:47:18 +02: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
Viktor Klang
3181905fed
Renaming EBEDD to Dispatcher, EBEDWSD to BalancingDispatcher, ThreadBasedDispatcher to PinnedDispatcher and PEBEDD to PriorityDispatcher, closing ticket #784
2011-05-20 22:56:30 +02:00
Viktor Klang
5a9be1be06
Adding the migration guide from 0.10 to 1.0 closing ticket #871
2011-05-20 13:37:28 +02:00
Patrik Nordwall
5f51b72df5
Changed Scalable Solutions to Typesafe
2011-05-16 08:34:55 +02:00
Peter Vlugter
54b31d0b1c
Update pdf links
2011-05-11 09:08:21 +12:00
Patrik Nordwall
bc38831feb
Docs: Added links to PDF, removed links to old versions
...
(cherry picked from commit f0b3b8bbb39353ac582fb569624aeba414708d3a)
2011-05-10 21:28:29 +02:00