Adam Voss
cce29dfa51
Changes all occurances of Typesafe copyright to extend to 2014.
2014-02-04 21:20:09 -06:00
Roland Kuhn
a2a646af4e
add ActorRef.noSender() for the Java API, see #3429
...
- Actor.noSender is not accessible from Java, but it was in 2.1 so don’t
remove
- replaced all “null” in doc tests with ActorRef.noSender()
2013-06-20 15:51:23 +02:00
Patrik Nordwall
95366cb585
Wrap long lines, for pdf
2013-05-30 14:45:15 +02:00
Björn Antonsson
9c5cc24ba7
Some more test cleanup to not create so many threads. See #3320
2013-05-08 12:42:15 +02:00
Björn Antonsson
e00ab533bb
Wait on shutdown of extra actor systems in tests. See #3217
2013-05-07 11:02:03 +02:00
Roland
28aad82b1a
deprecate closure-taking Props factories, see #3081
...
- base Props on Deploy, Class and Seq[Any] (i.e. constructor args)
- remove deprecated Props usage from akka-docs sample code
- rewrite UntypedActorDocTestBase
- rewrite Java/Scala doc section on actor creation
- add migration guide entry
2013-04-16 12:48:31 +02:00
Viktor Klang
adfeb2c1f0
#2879 - updating copyright info
2013-01-09 11:38:00 +01:00
Viktor Klang
978c86339f
#2721 - Adding implicit sender to Scheduler + tests
2012-12-18 10:25:48 +01:00
Viktor Klang
24566c167c
#2673 + #2674 - Seq[Byte] becomes ByteString and Frame gets removed, lots of cleanup in ZMQ API
2012-12-14 18:25:04 +01:00
Viktor Klang
a46b74654f
#2754 - adding the stopping of 0mq actors in the Java doc example as the Scala version has.
2012-11-29 14:46:42 +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
Björn Antonsson
309bb53d98
Reformating configuration and examples for PDF (Java). See #2413
2012-10-01 20:35:46 +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