Viktor Klang
7b263365aa
#3077 - Deprecating ActorRef.isTerminated
2013-04-03 23:57:28 +02:00
Viktor Klang (√)
641e499cc4
Merge pull request #1287 from akka/wip-2970-lightweight-ec-form-promiseactorref-√
...
#2970 - Removing scheduler and dispatcher from ARP and reimplementing P...
2013-04-03 11:23:54 -07:00
Viktor Klang
fcfe7b4617
#2970 - Removing scheduler and dispatcher from ARP and reimplementing PromiseActorRef to use an internal calling thread EC
2013-04-03 19:12:03 +02:00
Viktor Klang
6976317bc7
Merged with master
2013-04-03 16:21:22 +02:00
Viktor Klang
48c0b3aa2c
#3166 - Adding parenthesis to FSM.initialize
2013-03-30 02:32:40 +01:00
Viktor Klang
c883705242
#3018 - Enabling -Xlint and dealing with the situation that occurs
2013-03-29 01:43:17 +01:00
Patrik Nordwall
f4d59383d7
Log actor failures in supervisor, see #2824
...
* To make it possible to override with application
specific logging, or mute logging for certain failures
* Changed log level of Resume failures to WARNING, which
caused all the changes to the tests
2013-03-11 13:33:37 +01:00
Endre Sándor Varga
7bf9f1f82b
Added patterns for initialization for Scala #2297
...
(cherry-picked from e2aa3b5)
2013-02-22 14:13:32 +01:00
Björn Antonsson
e09f0ac3ff
Merge pull request #1173 from akka/wip-2965-show-how-to-stop-stdout-logging-master-ban
...
Add new log level OFF. See #2965
2013-02-22 01:07:26 -08:00
Björn Antonsson
ba957c8356
Change documentation to consistently use quotes for log levels. See #2965
2013-02-21 15:29:01 +01:00
Rich Dougherty
f25e8bc639
Make ComposableActor example work. Fixes #2765
2013-02-21 11:44:02 +13:00
Patrik Nordwall
dc9ac4dc57
Java docs and sample of durable mailbox, see #2761
...
* Added abstract class DurableMessageQueueWithSerialization
(cherry picked from commit 49720e8cd09243ffea9f02c245e0053c126bf555)
2013-02-20 12:52:28 +01:00
Roland Kuhn
7066b37077
Merge pull request #1027 from akka/wip-2904-timer-∂π
...
first cut of new AkkaTimer, see #2904
2013-01-23 11:06:41 -08:00
Roland
8dea20a1f1
LightArrayRevolverScheduler, see #2904
...
- based on a wheel (AtomicReferenceArray) from which atomic
single-linked lists dangle
- no locks
- deterministic tests due to overridable time source
- also bring docs up to date
2013-01-23 19:57:44 +01:00
Viktor Klang
adfeb2c1f0
#2879 - updating copyright info
2013-01-09 11:38:00 +01:00
Viktor Klang
51ed8b06b5
Switching to ByteString in FSMDocSpec to get rid of warnings in pattern matching
2012-12-26 17:00:58 +01:00
Roland
5cf2e7f8fd
#2644 - doc FSM.NullFunction and when-requirements
2012-12-04 07:47:45 +01:00
Viktor Klang
8f131c680f
Switching to immutable.Seq instead of Seq
2012-11-12 14:17:47 +01:00
Roland
d98c4db1f9
fix up two oversights in previous doc change
...
- use discardOld=false also in Scala stash sample code
- correct link to UnnestedReceives sample
2012-11-06 14:15:57 +01:00
Roland
f9eb59e883
better document become semantics, see #2683
2012-11-06 11:00:27 +01:00
Roland
bff79c2f94
Merge remote-tracking branch 'origin/master' into wip-2.10.0-RC1-∂π
...
- currently cheating: uses zeroMQ artifacts for scala 2.10M7
- fixed a bunch of more wrong references to scala.concurrent.util
2012-10-15 16:18:52 +02:00
Viktor Klang
dbad8c85f6
Clarifying setReceiveTimeout examples after review
2012-10-15 13:49:12 +02:00
Viktor Klang
0ab417b2c1
#2612 - Clarifying ReceiveTimeout semantics in the documentation.
2012-10-14 03:35:09 +02:00
Roland
0f04239f67
move Duration classes according to scala 2.10 nightly and remove casts to FiniteDuration, see #2504
2012-10-11 15:18:10 -07:00
Björn Antonsson
08ef942242
Reformating configuration and examples for PDF (Scala, and leftovers). See #2413
2012-10-01 20:35:46 +02:00
Roland
be877a6197
export supervision tools in Act trait, and other review fixes
...
- add more cross references to ActorDSL docs
- improve SBT command line for running the multi-node test
- correct small error in Restart Hooks section of actors.rst
2012-09-25 12:20:52 +02:00
Roland
9bc01ae265
add preprocessor for RST docs, see #2461 and #2431
...
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.
While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).
One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00