Paweł Wiejacha
f480989b25
+tes #16431 support for TestProbe with user-defined name
2014-12-04 22:42:40 +01:00
Konrad Malawski
49d9082851
Merge pull request #16396 from kustosz/cancel-state-timeout-after-stopping-actor
...
=act #13894 cancel StateTimeout when FSM actor is stopped
2014-11-27 18:07:33 +01:00
Patrik Nordwall
857785195c
Merge pull request #16412 from 2m/wip-16401-16402-explicit-transitive-deps
...
=sam #16402 #16402 add explicit dependencies to samples
2014-11-27 16:02:06 +01:00
Konrad Malawski
7b83ff5f4a
Merge pull request #16365 from hicolour/fix-16364-doc-persistent-actor-recovery-customization-hicolour
...
=doc #16364 Persistent actor - clarification of the recovery cust...
2014-11-27 14:45:20 +01:00
Konrad Malawski
978200f09c
Merge pull request #16361 from smlin/more-informative-timeout-exception
...
=act #16361 Added more information to AskTimeoutException
2014-11-27 14:22:28 +01:00
Martynas Mickevičius
22696f019f
=sam #16402 #16402 add explicit dependencies to samples
...
Only first level transitive dependencies are left, when
transforming sample build definitions from library to project
dependencies. Therefore explicitly add akka dependencies that
samples use.
2014-11-27 12:17:14 +02:00
Ostapenko Evgeniy
dee5ad3deb
=act #16361 Added more information to AskTimeoutException
2014-11-27 11:54:02 +03:00
kustosz
a0e7c89d80
=act #13894 cancel StateTimeout when FSM actor is stopped
2014-11-26 13:49:48 +01:00
Patrik Nordwall
9073b2ce0c
Merge pull request #16359 from akka/wip-16358-race-in-ClusterShardingFailureSpec-patriknw
...
=con #16358 Harden ClusterShardingFailureSpec
2014-11-26 13:39:50 +01:00
Marek Prochera
b43f3639d6
Fix #16364 - Doc - Persistent actor - clarification of the recovery customization
2014-11-25 23:13:16 +01:00
Konrad Malawski
c73603f707
Merge pull request #16366 from kustosz/role-info-in-jmx-api
...
+clu #15489 expose cluster member roles in JMX getClusterStatus
2014-11-24 12:43:07 +01:00
Konrad Malawski
420d7cb4e9
Merge pull request #16373 from ktoso/port-actor-path-parsing-manual-ktoso
...
JMH Benchmarks and optimised ActorPath parser (for Validation)
2014-11-24 10:40:45 +01:00
Konrad 'ktoso' Malawski
8ed68ebf3e
=act #16344 ActorPath validation now without regex, safer and faster
2014-11-23 22:41:28 +01:00
Konrad 'ktoso' Malawski
d39427b3d9
+pro #16372 bring akka-bench-jmh benchmarks to master
2014-11-23 22:39:45 +01:00
Martynas Mickevičius
338f61886e
Merge pull request #16201 from 2m/wip-samples-with-project-deps
...
=pro load sample builds with project dependencies
2014-11-23 15:23:07 +02:00
kustosz
ebe808e50d
=doc #15489 document the possibility to see cluster member roles via JMX
2014-11-22 11:58:53 +01:00
kustosz
8d32c88b6d
+clu #15489 expose cluster member roles in JMX getClusterStatus
2014-11-21 17:14:02 +01:00
Konrad Malawski
7a6dab2319
Merge pull request #16254 from tomekl007/16245-issue
...
#16245 receive builder could match generic messages, problem with scala ...
2014-11-21 15:31:56 +01:00
Patrik Nordwall
21fcc28629
=con #16358 Harden ClusterShardingFailureSpec
2014-11-21 11:39:18 +01:00
Patrik Nordwall
f2487d73f4
Merge pull request #16277 from akka/wip-16075-awaitAssert-interval-patriknw
...
!tes #16075 Change default awaitAssert interval to 100 ms
2014-11-21 11:37:00 +01:00
Patrik Nordwall
6a7133ea21
!tes #16075 Change default awaitAssert interval to 100 ms
2014-11-21 11:36:37 +01:00
tomekl007
c191fc58dc
#16245 fix formatting and delete usages of diamond operator
2014-11-20 16:57:49 +01:00
tomekl007
7cd4a68cee
+act #16245 receive builder works with generic messages
...
UnitPFBuilder use CaseStatements as previously, because apply is cast to exact type ( not ? extends T )
PFBuilder.match working with generic messages
2014-11-19 15:34:14 +01:00
Konrad Malawski
fd498d34a5
Merge pull request #16322 from carrot-garden/name-space-for-loggers
...
= akka-*: full name space for loggers - resolve #16138
2014-11-19 09:46:15 +01:00
Patrik Nordwall
4c7adf919f
Merge pull request #16276 from akka/wip-15530-remote-log-cause-patrikwn
...
+rem #15530 Include cause in some remote log messages
2014-11-19 07:42:33 +01:00
Andrei Pozolotin
d83acb92c3
= akka-*: full name space for loggers - resolve #16138
...
reflect logger name changes in the migration guide
fix typo in migration guide
fix typo in migration guide (xml)
2014-11-18 09:17:07 -06:00
Konrad Malawski
9203e0d316
Merge pull request #16312 from bpg/wip-testkit-shutdownActorSystem
...
+tes add `static` modifier for overloaded JavaTestKit.shutdownActorSystem(...) methods
2014-11-18 10:55:29 +01:00
Patrik Nordwall
539e8cde84
Merge pull request #16161 from martinei/MartinEigenbrodtIssue#16125
...
!act #16125 Timeout Calls through CircuitBreaker.
2014-11-18 10:33:25 +01:00
Martin Eigenbrodt
69387bbc45
!act #16125 Timeout Calls through CircuitBreaker.
...
CircuitBreaker used to wait idenfinitly for a call and only compare
duration after the facts.
It will now increment its failure count early and throw a TimeoutException or return a Failure[TimeoutException].
2014-11-18 05:36:53 +01:00
Pavel Boldyrev
9b9ad0d831
+tes add static modifier for overloaded JavaTestKit.shutdownActorSystem(...) methods to make them more usable in unit tests.
2014-11-16 22:39:19 -05:00
Martynas Mickevičius
c0235ceee6
Merge pull request #16302 from hepin1989/master
...
=doc #16300 correct remote doc to right package
2014-11-14 10:21:25 +02:00
kerr
7ddaac3961
=doc #16300 correct remote doc to right package
2014-11-14 01:21:31 +08:00
Martynas Mickevičius
2f321d12b3
=pro load sample builds with project dependencies
...
* load sample builds from their definitions and replace library dependencies with project ones
* remove redefined sample build definitions
* test osgi sample by running a maven command
2014-11-13 18:56:02 +02:00
Martynas Mickevičius
1e27cc8452
Merge pull request #16250 from 2m/wip-16249-fix-actor-producer-produce-docs
...
=cam #16249 fix method reference in ProducerSupport
2014-11-13 17:32:51 +02:00
Patrik Nordwall
45449d7975
Merge pull request #16298 from akka/wip-15956-exc-msg-master-patriknw
...
=act #15956 Correct exception message for invalid sys name (fwd port)
2014-11-13 14:07:19 +01:00
Patrik Nordwall
0dd1ea7bce
=act #15956 Correct exception message for invalid sys name
...
(cherry picked from commit 458fceac7f161221f5b90aa83fe024378b8ed2af)
2014-11-13 10:50:13 +01:00
Björn Antonsson
6e0d2a5522
Merge pull request #16279 from akka/wip-16241-better-remoting-startup-timeout-message-master-ban
...
(forward pick validation) =rem #16241 Added helpful message for remoting startup timeout.
2014-11-12 09:22:22 +01:00
Patrik Nordwall
efe6efa15f
Merge pull request #16278 from akka/wip-15956-ActorSystem-name-master-patriknw
...
+act #15956 Allow _ in ActorSystem name (fwd port)
2014-11-11 13:15:27 +01:00
Patrik Nordwall
01b5dd25bb
Merge pull request #16274 from akka/wip-doc-formatting-bug-patriknw
...
=doc Fix wrong rst format
2014-11-11 13:15:00 +01:00
Björn Antonsson
1a5007009d
=rem #16241 Added helpful message for remoting startup timeout.
2014-11-11 10:00:49 +01:00
Patrik Nordwall
96fb339081
+act #15956 Allow _ in ActorSystem name
...
(cherry picked from commit 7ef1334192de6f2c0cffbb81be620cdd56110ad5)
2014-11-11 09:50:19 +01:00
Patrik Nordwall
4a505cdc81
+rem #15530 Include cause in some remote log messages
2014-11-11 08:15:37 +01:00
Patrik Nordwall
c0bd00409b
=doc Fix wrong rst format
2014-11-10 17:28:16 +01:00
drewhk
8cd0286774
Merge pull request #16267 from drewhk/wip-15991-tcp-pendingwrite-fix-forward-port-drewhk
...
=act #15991 delay sending of ACK until .. (forward port)
2014-11-10 17:16:32 +01:00
drewhk
cdc8ddede1
Merge pull request #16269 from drewhk/wip-15766-tcp-abort-win-forwardport-drewhk
...
=tcp #15766 : Workaround for Windows to detect TCP abort
2014-11-10 17:16:03 +01:00
Endre Sándor Varga
3a2f4e14d4
=tcp #15766 : Workaround for Windows to detect TCP abort
...
(cherry picked from commit 9340215)
2014-11-10 15:35:08 +01:00
Johannes Rudolph
b4c82b8cdf
=act #15991 delay sending of ACK until we have updated pendingWrite
...
Otherwise, the user-level actor may already have sent the next chunk before
the pendingWrite has been updated and the TcpConnection will reject it.
(cherry picked from commit 96758e6)
2014-11-10 15:30:17 +01:00
Konrad Malawski
fe1718c88f
Merge pull request #16248 from ktoso/port-fsm-bug-ktoso
...
=act #16199 fixed missing predicate delegation
2014-11-07 17:06:39 +01:00
Martynas Mickevičius
227dda64e6
=cam #16249 fix method reference in ProducerSupport
2014-11-07 17:39:37 +02:00
Konrad Malawski
7e12ad4bce
Merge pull request #16240 from BPoserow/fix-fsm-timeout-docs-15542-bposerow
...
+doc #15542 Change FSM doc rst file to correctly specify None value for ...
2014-11-07 15:44:02 +01:00