Commit graph

21476 commits

Author SHA1 Message Date
Arnout Engelen
a2cbff1061
Switch languages in paradox without page refresh (#23544) 2017-10-30 13:45:30 +01:00
Martynas Mickevičius
34891df7e3 Update to Sbt 1.0.3 (#23860) 2017-10-30 19:42:32 +09:00
Martynas Mickevičius
82ca8a2cc7 Port build to SBT 1.x (#23850)
* Port build to SBT 1.x

* Fix multinode tests, always enable genjavadoc bootstrap
2017-10-30 10:13:13 +09:00
Christopher Batey
38622246d9 Fix typos in binary compatibility doc (#23846) 2017-10-25 10:35:52 +09:00
Arnout Engelen
b8a18bcf30 Nicer message when expectCancellation() fails (#23847) 2017-10-25 09:14:21 +09:00
Patrik Nordwall
85ab0efbd8 Merge pull request #23840 from johanandren/wip-23796-disallow-null-message-johanandren
Fail fast on null messages in Akka Typed
2017-10-24 15:14:43 +02:00
Christopher Batey
70ad537af5 Retry creation of ActorSystem in remoting tests #23481 (#23769)
* Retry creation of ActorSystem in remoting tests #23481

Remoting multi-jvm test rely on setting port = 0 which selects an open
port. This has a race where two of the JVMs open/close the same port
then configure their ActorSystem with it so one of them fails to start
due to the port being in use. This adds a simple retry so another port
is selected.
2017-10-24 14:22:25 +02:00
Martynas Mickevičius
da0cfa577b Log coordinated shutdown as debug (#23839) 2017-10-24 18:15:11 +09:00
Johan Andrén
be1e25f4d1 Fail fast on null messages #23796 2017-10-24 11:10:57 +02:00
Patrik Nordwall
bcce7bd8c1 fix wrong inheritance of AbstractPersistentLoggingFSM, #23436 (#23831) 2017-10-24 09:57:38 +09:00
Patrik Nordwall
d4b06b7c77 Merge pull request #23829 from akka/wip-donot-inherit
=str mark overflow strategies with DoNotInherit
2017-10-23 08:38:08 -05:00
Richard Imaoka
7c38cc1b54 Use scaladoc and javadoc directives in stages-rate.md (#23811)
* Use scaladoc and javadoc directives in stages-rate.md (#22904)

* Update build.sbt
2017-10-23 08:03:03 -05:00
Arnout Engelen
9cb5849188 Accept 'Join' messages from nodes without dc (#23822)
* Accept 'Join' messages from nodes without dc

To allow a join from a 2.4 node to a 2.5.6 cluster.

* Use "ClusterSettings.DefaultDataCenter" constant
2017-10-23 04:49:51 -05:00
Konrad `ktoso` Malawski
2e5f6bebc0 =str mark overflow strategies with DoNotInherit
Since they are `sealed` but could still be extended by in java, so calling this out via annotation that they're not intended to be extended.
2017-10-23 18:49:07 +09:00
Patrik Nordwall
e4980b323c Merge pull request #23827 from victornoel/doc-persistence-leveldb-deps
Clarify leveldb dependencies in docs (#22816)
2017-10-23 04:06:19 -05:00
Patrik Nordwall
4991434f32 Merge pull request #23818 from chbatey/untyped-behavior-spawn
Spawning of typed persistent actors from untyped ActorSystem
2017-10-23 04:02:19 -05:00
Victor Noël
566bde1d69 =doc Clarify leveldb dependencies in docs (#22816) 2017-10-22 12:48:23 +02:00
Ikrom
127564cff6 =doc fix typo in dispatchers.md (#23825)
Typo and duplicated word are fixed
2017-10-20 12:00:16 -05:00
Christopher Batey
32549817dd Spawning of typed persistent actors from untyped ActorSystem
Avoids wrapping UntypedBehaviors as they are already wrapped. Currently
creating a PersistentActor with sytem.spawn throws an IllegalArgument on
every message from Behavior.interpret
2017-10-17 14:52:39 -05:00
Nicolas Cailloux
dde564797e =doc Correction: it's -> its (pronoun) (#23801)
Signed-off-by: Nicolas Cailloux <n.cailloux@asmodee.com>
2017-10-16 11:23:31 -05:00
Arnout Engelen
282a9b65f2 Update to scalariform 1.8.1 (#23806) 2017-10-15 13:58:24 -05:00
Johan Andrén
1b216b28d4 Eplicit Java version requirement for OSGi #23795 (#23813) 2017-10-15 11:39:58 -05:00
Johan Andrén
501c3f9fb8 Fix for unstable UnfoldResourceAsync tests #23382 2017-10-15 18:02:46 +02:00
Johan Andrén
3ad2db52c4 Remove the JUnit test runner (#23784) 2017-10-15 18:01:54 +02:00
Christopher Batey
cd8ec9f981 Merge pull request #23768 from chbatey/artery-startup
Block ActorSystem creation until Artery is bound
2017-10-13 14:51:23 +01:00
Christopher Batey
53c07a4f10 Block ActorSystem creation until Artery is bound 2017-10-13 14:05:44 +01:00
Konrad `ktoso` Malawski
129f0c9ed5 Update community tag to help wanted (#23802)
* Update community tag to help wanted

Because of github recommendation

* Update CONTRIBUTING.md
2017-10-12 21:27:19 +09:00
Johan Andrén
4b654d637f Don't use TestActorRef for async testing #23445 2017-10-11 15:29:02 +02:00
Daniel Moss
ff5e768e16 Corrected link to docs sample #23759 (#23760) 2017-10-11 12:02:17 +02:00
Jimin Hsieh
c09474e54c =doc Full word "upstream" in docs (#23797) 2017-10-10 10:32:32 +09:00
Martynas Mickevičius
4d5528f474 Update Config to v1.3.2 (#23790) 2017-10-09 13:23:28 +02:00
Zahari Dichev
1266468184 Swap unit for Void so we dont get wrong type exceptions on JDK9 (#23794) 2017-10-07 11:05:31 -07:00
Patrik Nordwall
01cfa7e337 Merge pull request #23777 from akka/wip-23773-typed-sharding-persistence-patriknw
Typed ClusterSharding must handle PersistentBehavior, #23773
2017-10-06 16:45:45 +02:00
Martynas Mickevičius
d787912a8a Merge pull request #23764 from johanandren/wip-23724-interleave-flow-test-fail-johanandren
Eager close tests for InterleaveSpec made deterministic
2017-10-06 14:42:59 +03:00
Troxid
c4ebba77d7 Fix broken links in documentation, #23787 2017-10-06 10:51:26 +02:00
Arnout Engelen
b1df13d4d4 Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00
David Gómez G
63ccdeec16 Update event-bus.md (#23786)
Removed a duplicate sentence (comming from an automatic merge) at line 24 :"An event bus must define the following three type parameters:"
2017-10-05 23:45:40 -07:00
Christopher Batey
3107ea342c Fix scala example in sharding doc (#23785) 2017-10-06 08:36:37 +02:00
Alexander Golubev
d706d5344b +str add java Compression.gzip and deflate (#23779) 2017-10-05 22:33:07 -07:00
Patrik Nordwall
ae0b9fe081 https for snapshot repo (#23780) 2017-10-04 09:29:29 -07:00
Johan Andrén
9e68d6e88f Fork tests #22979 2017-10-04 14:22:25 +02:00
Johan Andrén
b03b777040 Fail ignore sink matval on abrupt termination #23726 (#23728) 2017-10-04 09:29:19 +02:00
Aleksey Nikiforov
df77df4b02 SharedKillSwitch memory leak fix #23622 2017-10-04 09:02:16 +02:00
Johan Andrén
c581da4e98 Widen within spans downwards in PersistentFSMSpec (#23715)
* Widen within spans downwards in PersistentFSMSpec #23691

* Adjust times instead
2017-10-03 18:51:23 +02:00
Patrik Nordwall
2049d9630c Typed ClusterSharding must handle PersistentBehavior, #23773
* becuase we use the `PropsAdapter` in sharding and the `PersistentBehavior` can't be wrapped.
2017-10-03 15:29:09 +02:00
Johan Andrén
5dc376bdd7 Eager close tests for InterleaveSpec made deterministic #23724 2017-10-02 11:05:23 +02:00
novacekm
96ffced4dc = #23749 Fixes logging when serialization is not defined on NotSerializableException (#23750) 2017-09-29 11:09:57 +09:00
Johan Andrén
26e0a4f00b Clean up JVM shutdown hooks on actor system termination (#23514) 2017-09-28 13:03:48 +02:00
Patrik Nordwall
f85a124a17 Merge pull request #23563 from nick-nachos/wip-21677-leveldbJournalCompaction
Added journal compaction behavior for LevelDB #21677
2017-09-28 12:34:18 +02:00
Patrik Nordwall
60378954ee Merge pull request #23745 from akka/wip-multi-dc-doc-patriknw
incorporate feedback on the multi-dc docs
2017-09-28 11:30:27 +02:00