Patrik Nordwall
d852718da9
Merge pull request #1159 from akka/wip-2903-cancel-scheduled-task-master-patriknw
...
Adjust scheduler isCancelled, see #2903
2013-02-21 12:43:22 -08:00
Patrik Nordwall
4505cfac1c
Merge pull request #1158 from akka/wip-2852-report-io-bind-port-failure-master-patriknw
...
Report port when IOManager listen fails, see #2852
2013-02-21 12:42:21 -08:00
Patrik Nordwall
617bb979c1
Merge pull request #1157 from akka/wip-2800-no-null-msg-master-patriknw
...
Add fail fast checks to prevent null message, see #2800
2013-02-21 12:41:17 -08:00
Patrik Nordwall
187d805b88
Merge pull request #1136 from akka/wip-2854-restart-seed1-patriknw
...
Support restart of first seed node, see #2854
2013-02-21 12:40:44 -08:00
Patrik Nordwall
679c4d313d
Support restart of first seed node, see #2854
...
* Try to first join other seed nodes before joining itself
2013-02-21 20:40:13 +01:00
Patrik Nordwall
b7c56f3804
Links to akka books, see #2713
...
(cherry picked from commit cb2e682ed8619aa1cf0960b2e0a283f4d994ec77)
2013-02-21 19:03:28 +01:00
drewhk
3176f790be
Merge pull request #1175 from drewhk/wip-remove-old-io-toctree-drewhk
...
Removed TOC for old IO in the new docs. Reported by rit.
2013-02-21 09:18:09 -08:00
Endre Sándor Varga
d50833bc7e
Removed TOC for old IO in the new docs. Reported by rit.
2013-02-21 16:07:02 +01:00
Björn Antonsson
c80d6a3cdd
Change event-handlers to loggers. See #2965
2013-02-21 15:38:03 +01:00
Björn Antonsson
70d2f2a58f
Ensure that logging propagates since it is asynchronous. See #3069
2013-02-21 15:30:48 +01:00
Björn Antonsson
ba957c8356
Change documentation to consistently use quotes for log levels. See #2965
2013-02-21 15:29:01 +01:00
Björn Antonsson
a94749d577
Add the LogLevel OFF that can be used to turn off logging. See #2965
...
Conflicts:
akka-actor/src/main/scala/akka/actor/ActorRefProvider.scala
akka-docs/rst/java/logging.rst
akka-docs/rst/scala/logging.rst
2013-02-21 15:28:25 +01:00
Björn Antonsson
150e7036c6
DOC: Correct wording about actorFor. See #2764
...
Conflicts:
akka-docs/rst/general/addressing.rst
2013-02-21 14:56:20 +01:00
Patrik Nordwall
aff9cdb75e
Merge pull request #1170 from akka/wip-2756-when-config-master-patriknw
...
Add intro in config docs, see #2756
2013-02-21 01:01:59 -08:00
Patrik Nordwall
ba9e477734
Add intro in config docs, see #2756
...
(cherry picked from commit f79b38771fa009b7bc9666cb784be81fcdd7480e)
2013-02-21 10:01:00 +01:00
Rich Dougherty
f25e8bc639
Make ComposableActor example work. Fixes #2765
2013-02-21 11:44:02 +13:00
Rich Dougherty
e9a0879497
Merge pull request #1156 from akka/wip-2759-defaultsched-doc-rich
...
Remove mention of Dispatcher from DefaultScheduler scaladoc. Fixes #2759
2013-02-20 13:07:53 -08:00
Patrik Nordwall
2a45d99ab3
Change more copyright to 2009-2013, see #2879
...
* Also added some missing headers
2013-02-20 21:26:52 +01:00
Patrik Nordwall
18935f2f49
Merge pull request #1160 from akka/wip-2761-java-durable-mailbox-master-patriknw
...
Java docs and sample of durable mailbox, see #2761
2013-02-20 07:44:09 -08:00
Patrik Nordwall
0f01ffe3a0
Add fail fast checks to prevent null message, see #2800
...
(cherry picked from commit 5526f9d2a8b01f944ff078ce57f2a03c21649d05)
* Added null check in Envelope.apply
2013-02-20 13:36:42 +01: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
Patrik Nordwall
f09b566297
Adjust scheduler isCancelled, see #2903
...
* isCancelled shall return false if the task is expired (run)
before cancel() is performed
(cherry picked from commit 0c93ca317ef9085c3928e761843aa6d60912741c)
Conflicts:
akka-actor-tests/src/test/scala/akka/actor/SchedulerSpec.scala
akka-actor/src/main/scala/akka/actor/Scheduler.scala
2013-02-20 12:40:40 +01:00
Patrik Nordwall
156c1a849d
Report port when IOManager listen fails, see #2852
...
(cherry picked from commit 9737197c7b2647e861372db1292fb6729e2c7bc8)
Conflicts:
akka-actor/src/main/scala/akka/actor/IO.scala
2013-02-20 12:20:37 +01:00
Rich Dougherty
c7ec48b90a
Remove mention of Dispatcher from DefaultScheduler scaladoc. Fixes #2759
2013-02-20 15:31:04 +13:00
Patrik Nordwall
b2cd087ac6
Merge pull request #1137 from nicholassm/doc_fixes
...
Fix of typo and other misc. formatting.
2013-02-19 02:20:26 -08:00
Rich Dougherty
65ef38d405
Merge pull request #1135 from akka/wip-3047-edit-io-docs-rich
...
Edit of I/O docs. Fixes #3047
2013-02-19 02:16:10 -08:00
Patrik Nordwall
efddc1147d
Merge pull request #1138 from akka/wip-release_stats-patriknw
...
Script that generates statistics for release notes
2013-02-19 02:11:53 -08:00
Viktor Klang (√)
ef14ff1064
Merge pull request #1141 from akka/wip-2989-mina2-in-camel-example-√
...
#2989 - Switching to mina2 for Camel examples
2013-02-19 01:32:30 -08:00
Viktor Klang
334c9c6671
#2989 - Switching to mina2 for Camel examples
2013-02-18 13:43:09 +01:00
Patrik Nordwall
48df113999
Script that generates statistics for release notes
2013-02-18 10:43:36 +01:00
Nicholas Schultz-Møller
eb1bbcff87
Fix of typo and other misc. formatting.
2013-02-18 10:29:01 +01:00
Björn Antonsson
392b1ebef3
Merge pull request #1113 from akka/wip-3006-handle-interruption-in-the-dungeon-ban
...
Catch InterruptedException in the dungeon and mark the thread as interrupted. See #3006
2013-02-18 00:05:09 -08:00
Rich Dougherty
3f31015091
Edit of I/O docs. Fixes #3047
2013-02-18 13:02:46 +13:00
Viktor Klang
5e54ddaa67
Merge branch 'master' of github.com:akka/akka
2013-02-15 14:42:56 +01:00
Viktor Klang
9d430d6d6b
Adding FIXME in AkkaBuild regarding ScalaVersion of allTests
2013-02-15 14:39:50 +01:00
Roland Kuhn
025bd185c9
Merge pull request #1132 from akka/wip-IO-Java-∂π
...
IO layer: Java API and docs, make Write accept NoAck aux data
2013-02-15 05:30:13 -08:00
Roland
80825d2433
fix TcpConnection’s PendingWrite.wantsAck
2013-02-15 14:29:37 +01:00
Endre Sándor Varga
acb927e870
Added missing return types in UdpFFMessage
2013-02-15 13:53:02 +01:00
Björn Antonsson
cd2b499b79
Java API for UdpConn
2013-02-15 13:11:35 +01:00
Roland
6d61a59a0f
add INTERNAL API markers and explicit return types
2013-02-15 13:11:35 +01:00
Endre Sándor Varga
933c93c05b
Added Java API for UdpFF
2013-02-15 13:11:35 +01:00
Roland
d71a541596
IO layer: add Java API and docs for TCP
2013-02-15 13:11:34 +01:00
Roland
fe5769695f
brown paper bag fix to the build
2013-02-14 16:04:36 +01:00
Roland
746adeaed7
add allTests pseudo-project for BC verification of Scala
2013-02-14 15:49:21 +01:00
Patrik Nordwall
9b5356f58c
Correct link in io docs
2013-02-14 08:29:54 +01:00
Rich Dougherty
a3b0e9375c
Merge pull request #1127 from akka/wip-3035-io-exceptions-rich
...
IOManager connect and accept failure handling. Fixes #3035
2013-02-13 15:58:50 -08:00
Patrik Nordwall
24bff5e5ca
Merge pull request #1131 from akka/wip-3041-ClusterDomainEventPublisherSpec-patriknw
...
Fix ClusterDomainEventPublisherSpec, see #3041
2013-02-13 13:11:26 -08:00
Patrik Nordwall
aad95c7e69
Fix ClusterDomainEventPublisherSpec, see #3041
...
* MemberRemoved is now published in postStop of ClusterDomainEventPublisher
* No need to shutdown the publisher in the test
2013-02-13 20:39:07 +01:00
Roland Kuhn
12de575139
Merge pull request #1129 from akka/wip-IO
...
Wip io
2013-02-13 08:29:51 -08:00
Patrik Nordwall
0ff5f2d19a
Merge pull request #1128 from akka/wip-3034-cluster-lars-patriknw
...
Create cluster scheduler from configured scheduler class, see #3034
2013-02-13 08:00:17 -08:00