Commit graph

13595 commits

Author SHA1 Message Date
Endre Sándor Varga
31c4d76ba7 !cha #3789: Remove typed channels 2014-01-17 14:56:51 +01:00
Patrik Nordwall
497c0c3924 Merge pull request #1934 from akka/wip-3781-remove-sbt-plugin-patriknw
!pro,sbt #3781 Remove akka-sbt-plugin
2014-01-17 05:42:11 -08:00
drewhk
66ba6d0d4a Merge pull request #1886 from drewhk/wip-3765-change-remoting-defaults-drewhk
!rem #3765: Change the defaults for remoting
2014-01-17 05:41:41 -08:00
Endre Sándor Varga
cf58402dd9 !rem #3765: Change the defaults for remoting
- removed retry-window and related settings
 - removed gate-invalid-addresses-for
 - gate is now mandatory
 - remoting has a dedicated dispatcher by default
 - updated tests to work with changed timings
 - added doc section for association lifecycle
2014-01-17 11:29:22 +01:00
Patrik Nordwall
a04a784121 Merge pull request #1930 from akka/wip-3710-UnsubscribeTransitionCallback-patriknw
=act #3710 Correct doc of FSM unregistering listener
2014-01-17 02:26:30 -08:00
Patrik Nordwall
4644f497cc Merge pull request #1926 from akka/wip-3798-coroner-ConsistencySpec-patriknw
=act #3798 Increase coroner timeout in ConsistencySpec
2014-01-17 02:25:48 -08:00
Patrik Nordwall
2e16b570e9 Merge pull request #1927 from drexin/wip-3816-drexin
!doc #3816 Remove Scala code from config examples in docs
2014-01-17 02:24:05 -08:00
Patrik Nordwall
bedfad5435 !pro,sbt #3781 Remove akka-sbt-plugin 2014-01-17 11:09:28 +01:00
Roland Kuhn
32b7822135 Merge pull request #1917 from drexin/wip-2075-pass-in-execution-context-drexin
+act #2075 Added possibility to pass an ExecutionContext to an ActorSystem.
2014-01-17 01:45:41 -08:00
Dario Rexin
4b2d98c5cb +act #2075 Added possibility to pass an ExecutionContext to an ActorSystem 2014-01-16 23:24:06 +01:00
Patrik Nordwall
32b76adb9a Merge pull request #1918 from akka/wip-2927-balancing-pool-patriknw
!act #2927 Add BalancingPool and deprecate BalancingDispatcher
2014-01-16 12:30:26 -08:00
Patrik Nordwall
86ba467d41 Merge pull request #1912 from akka/wip-3617-cluster-readView-patriknw
+clu #3617 API improvements related to CurrentClusterState
2014-01-16 10:30:23 -08:00
Patrik Nordwall
1565a5e2b8 =act #3710 Correct doc of FSM unregistering listener 2014-01-16 19:29:24 +01:00
Patrik Nordwall
d7aab50da0 !act #2927 Add BalancingPool and deprecate BalancingDispatcher 2014-01-16 19:06:42 +01:00
Patrik Nordwall
f924b47e29 Merge pull request #1925 from akka/wip-fix-race-in-index-√
=act - Fixes a race condition between concurrent puts and removes of key...
2014-01-16 07:24:19 -08:00
Patrik Nordwall
2e5193347e !clu #3617 API improvements related to CurrentClusterState
* Getter for CurrentClusterState in Cluster extension, updated via
  ClusterReadView
* Remove lazy init of readView. Otherwise the cluster.state will be
  empty on first access, wich is probably surprising
* Subscribe to several cluster event types at once, to ensure *one*
  CurrentClusterEvent followed by change events
* Deprecate publishCurrentClusterState, was a bad idea, use sendCurrentClusterState
  instead
* Possibility to subscribe with InitialStateAsEvents to receive events corresponding
  to CurrentClusterState
* CurrentClusterState not a ClusterDomainEvent, ticket #3614
2014-01-16 16:17:44 +01:00
dario.rexin
39dd4d3fea +doc #3816 Removed surrounding scala code from config examples in docs 2014-01-16 15:09:29 +01:00
Patrik Nordwall
344734bef4 =act #3798 Increase coroner timeout in ConsistencySpec 2014-01-16 12:16:55 +01:00
Patrik Nordwall
bfbee94fec Merge pull request #1916 from akka/wip-3809-config-1.1-patriknw
!pro #3809 Update to config 1.2.0
2014-01-16 00:23:27 -08:00
Patrik Nordwall
7ded992a5c Merge pull request #1911 from akka/wip-3801-ReliableProxySpec-dilated-patriknw
=con #3801 No dilation of expectNoMsg in ReliableProxySpec
2014-01-15 10:30:41 -08:00
Patrik Nordwall
e441d1b29b !pro #3809 Update to config 1.2.0
* Changed all duration reads to use implicit conversion
  and the new getDuration to reduce boilerplate
2014-01-15 19:26:47 +01:00
Patrik Nordwall
8e4dfbbb3d Merge pull request #1924 from akka/wip-3690-CircuitBreakerOpenException-patriknw
=act #3690 Correct calculation of remainingDuration in CircuitBreakerOpenException
2014-01-15 07:05:38 -08:00
Patrik Nordwall
648d5c6041 Merge pull request #1922 from akka/wip-3591-ExecutionContextExecutor-patriknw
+act #3591 Return ExecutionContextExecutor from context.dispatcher
2014-01-15 06:35:50 -08:00
Patrik Nordwall
916141ffe5 Merge pull request #1921 from akka/wip-3662-Status-Any-patriknw
+act #3662 Support Any value in akka.actor.Status
2014-01-15 06:34:58 -08:00
Patrik Nordwall
14bde3d0e0 Merge pull request #1920 from akka/wip-3605-defaultDecider-patriknw
=act #3605 Make defaultDecider a val
2014-01-15 06:33:45 -08:00
Patrik Nordwall
1e952d1d9c Merge pull request #1919 from akka/wip-3648-fsm-defaults-patriknw
+act #3648 Add default repeat=false in FSM.setTimer
2014-01-15 06:32:33 -08:00
Patrik Nordwall
246196eaf3 Merge pull request #1913 from akka/wip-3769-toStringWithoutAddress-patriknw
+act #3769 Add toStringWithoutAddress to ActorPath
2014-01-15 06:08:15 -08:00
Patrik Nordwall
7648a50d53 +act #3769 Add toStringWithoutAddress to ActorPath 2014-01-15 15:05:52 +01:00
Viktor Klang
12fd7f9698 =act #3819 - Correcting a race between Index.put and Index.remove(key) 2014-01-15 14:56:56 +01:00
Patrik Nordwall
2a791f4116 =con #3801 No dilation of expectNoMsg in ReliableProxySpec
* The problem was that too long expectNoMsg caused failure detection
  because of blackhole
2014-01-15 14:48:50 +01:00
Patrik Nordwall
2c57e86b72 =act #3690 Correct calculation of remainingDuration in CircuitBreakerOpenException 2014-01-14 10:50:49 +01:00
Roland Kuhn
91f5d80804 Merge pull request #1908 from jcranky/master
replacing the suggested netbeans plugin information, the old one is outd...
2014-01-14 00:51:29 -08:00
Roland Kuhn
3257da62a4 Merge pull request #1907 from jozic/normalize-deatchwatch-debug
=act Normalize DeathWatch Debug events' messages
2014-01-14 00:50:35 -08:00
Roland Kuhn
bde48b82dd Merge pull request #1903 from drexin/wip-3624-drexin
=act #3634, #3796 Fixing errors in code comments
2014-01-14 00:44:06 -08:00
Roland Kuhn
eb6c2eee07 Merge pull request #1899 from gramk/wip-log-ask-timeout
=act #3800: Add timeout value in AskTimeoutException message.
2014-01-14 00:42:17 -08:00
Roland Kuhn
f745565e7a Merge pull request #1898 from archie/wip-3564-moving-actordsl-documentation-archie
=doc #3564 Moving the Actor DSL doc section
2014-01-14 00:31:28 -08:00
Roland Kuhn
9e0da0a417 Merge pull request #1851 from akka/wip-build-license-∂π
move license and homepage definition into build
2014-01-13 05:55:23 -08:00
Patrik Nordwall
0ae785beb5 +act #3591 Return ExecutionContextExecutor from context.dispatcher 2014-01-13 09:31:36 +01:00
Patrik Nordwall
7d84335b41 +act #3662 Support Any value in akka.actor.Status 2014-01-13 08:28:26 +01:00
Patrik Nordwall
e420a5bbeb =act #3605 Make defaultDecider a val 2014-01-13 08:12:28 +01:00
Patrik Nordwall
ea44306133 +act #3648 Add default repeat=false in FSM.setTimer 2014-01-13 07:50:27 +01:00
Dario Rexin
5221b23aa7 =act #3634, #3796 Fixing errors in code comments 2014-01-10 15:22:54 +01:00
jcranky
f7f98557de =doc Replace old NetBeans plugin information 2014-01-10 11:12:28 -02:00
Gaetan Hervouet
4c2eb74c78 =act #3800: Add timeout value in AskTimeoutException message. 2014-01-08 10:14:33 -05:00
Eugene Platonov
a28fccea85 =act Normalize DeathWatch Debug events' messages 2014-01-02 23:03:07 -05:00
Patrik Nordwall
e25455e935 Merge pull request #1906 from akka/wip-3797-persistence-tests-patriknw
=per #3797 Additional hardening of persistence tests
2013-12-31 07:25:35 -08:00
Patrik Nordwall
9d0bee1281 =per #3797 Additional hardening of persistence tests
* Pass system properties to forked tests
* revert Cleanup.afterTermination
* increase timeout for first assert in failing tests
2013-12-30 19:29:38 +01:00
Patrik Nordwall
e41ee67dc1 Merge pull request #1901 from akka/wip-3797-leveldb-test-cleanup-patriknw
=per #3797 Harden file deletions in persistence tests
2013-12-20 07:10:12 -08:00
Björn Antonsson
9ec1d32e57 Merge pull request #1896 from akka/wip-3759-stop-using-deprecated-scalatest-features-ban
=pro #3759 Changed to using non-deprecated ScalaTest Matchers
2013-12-20 06:41:08 -08:00
Patrik Nordwall
e94fc68f2f =per #3797 Harden file deletions in persistence tests 2013-12-20 12:40:54 +01:00