Commit graph

14323 commits

Author SHA1 Message Date
Martynas Mickevičius
932f8a9bd7 =pro #16371 enable cross builds
* changed zeromq-scala-binding library
* modified build-release task to include distributions from cross builds
* removed tar-zip step from release script, because tgz package is not used from the website
* release script now releases for all crossScalaVersions
* dry run is the default now
2014-11-30 15:53:41 +02: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
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
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
litomSegal
8b4828aff2 =act #16199 fixed missing predicate delegation 2014-11-07 15:32:27 +01:00
Benjamin Poserow
95b737b677 +doc #15542 Change FSM doc rst file to correctly specify None value for infinite timeout rather than Duration.Inf 2014-11-06 22:43:54 -05:00
Patrik Nordwall
c183989ea2 Merge pull request #16136 from rmarsch/entryRoleOverride-#16123
ClusterSharding: Expanded cluster roles support
2014-11-05 07:31:25 +01:00
Konrad Malawski
3c992e4756 Merge pull request #16213 from kosii/kosii/fsm_docs_fix_#16198
=doc #16198 FSM extends Actor, not depends on it
2014-11-04 17:00:25 +01:00
Patrik Nordwall
b4e6dce0a8 Merge pull request #16211 from akka/wip-16009-snapshot-header-serializer-master-patriknw
=per #16009 Serialize SnapshotHeader without Java serialization (for validation)
2014-11-04 07:58:19 +01:00
Balázs Kossovics
324dc0f0c5 =doc #16198 FSM extends Actor, not depends on it
The documentation incorrectly stated that FSM uses self type references
to depend on Actor, but it’s false, FSM directly extends Actor.
2014-11-03 23:43:50 +01:00
Patrik Nordwall
c3f16ad740 =per #16009 Serialize SnapshotHeader without Java serialization
* it is backwards compatible, i.e. it can read old snapshots

(cherry picked from commit 690905eac9619da91d7b1fcbc633d1fa2e411ee7)

Conflicts:
	akka-persistence/src/test/scala/akka/persistence/serialization/SerializerSpec.scala
2014-11-03 18:10:00 +01:00
Patrik Nordwall
dd76120376 Merge pull request #16202 from akka/wip-15788-harden-ClusterShardingSpec-patriknw
=con #15788 Harden ClusterShardingSpec
2014-11-03 17:57:34 +01:00
rmarsch
aa59bfdcf6 !con #16123 Expand cluster roles support in ClusterSharding
Allow a roleOverride: Option[String] to be used when starting ClusterSharding for a given entry type. This will allow role defined clusters of ClusterSharding for entry types instead of requiring the role configuration to be all or nothing across all entry types.
2014-11-03 11:23:07 -05:00
Patrik Nordwall
6800c51e56 Merge pull request #16173 from akka/wip-native-packager-patriknw
=doc Describe how to use microKernel with sbt-native-packager
2014-11-03 10:05:46 +01:00
Konrad Malawski
7dfeda0824 Merge pull request #16192 from ktoso/doc-push-over-finish-line-actor-child-testing-ktoso
=doc #13043 Adding section on testing parent-child relationships
2014-11-03 10:01:10 +01:00
Patrik Nordwall
ffe2992917 =con #15788 Harden ClusterShardingSpec 2014-11-03 08:09:32 +01:00
Konrad Malawski
c2983c7225 Merge pull request #15822 from ktoso/clu-useRole-ignored-local-ktoso
useRole ignored on local, because routers unaware of roles locally
2014-10-31 22:35:09 +01:00
Konrad 'ktoso' Malawski
3f12ef262f !clu #15042 useRole restriction on local node is now respected
This is an API breaking change if someone implemented their own Routers.
The change is required because the router must know if the local routees
should be started or not so it has to check the roles of the cluster
member (the local one). We could delay this decision of starting local
routees, but that would allow messages to be dead-letter-ed (bad).
2014-10-31 22:33:23 +01:00
Marcus Ljungblad
dd8c920280 =doc #13043 Adding section on testing parent-child relationships 2014-10-31 15:43:20 +01:00
Max Cai
3ecdf40806 =doc Describe how to use microKernel with sbt-native-packager
(cherry picked from commit 6a79ad1287fb776eac1cac07a8a45dc0b597cede)

Conflicts:
	project/plugins.sbt
2014-10-31 11:30:05 +01:00