Commit graph

20666 commits

Author SHA1 Message Date
Patrik Nordwall
ef1ea6f0ea Merge pull request #22799 from stanislav-chetvertkov/wip-22718-2
Rename `management` to `receiveSignal` and `message` to `receiveMessa…
2017-04-27 08:35:43 +02:00
Arnout Engelen
eb7ba7fc48 Remove reference to Total from akka-typed docs #22610 (#22797) 2017-04-26 07:20:19 -07:00
stanislav
3d031c0262 Rename management to receiveSignal and message to receiveMessage #22718 2017-04-26 17:13:00 +03:00
Arnout Engelen
cccadc6ec7 Rename 'stateful' to 'immutable' in MonitoringTest too (#22793) 2017-04-26 02:04:45 -07:00
Arnout Engelen
2065edb3d1 Add generic parameter to watch/unwatch (#22696)
@ktoso mentioned in https://github.com/akka/akka/pull/22683#discussion_r110620041
this makes the methods more usable in the Java API. Added a test showing monitoring (watching) from the Java API
2017-04-21 16:26:26 +02:00
Patrik Nordwall
4b12ce2376 Merge pull request #22744 from 2m/wip/22687/undefer-poststop/2m
Do not interpret DeferredBehaviors on termination
2017-04-21 08:46:47 +02:00
Martynas Mickevičius
f75bb75f3e #22744 Remove preStart 2017-04-20 12:23:39 +03:00
Martynas Mickevičius
124c374a5f #22687 Undefer before terminate 2017-04-20 11:09:38 +03:00
Patrik Nordwall
70d8c42b05 Merge pull request #22752 from akka/wip-22325-rm-stateless-patriknw
remove stateless, rename stateful to immutable, #22325
2017-04-20 10:02:28 +02:00
Patrik Nordwall
8b2e4ed33f remove stateless, rename stateful to immutable, #22325 2017-04-20 10:01:34 +02:00
Patrik Nordwall
961b4bad2b typed MutableBehavior API (#22732)
* API suggestion of MutableBehavior

* cleanup

* moved IntroSpec to akka-typed-tests for more efficient dev environment
* scaladsl.MutableBehavior

* add mutable to BehaviorSpec

* return this instead of same
2017-04-20 09:58:48 +02:00
Patrik Nordwall
1f29eb1a8f Merge pull request #22681 from akka/wip-22174-typed-untyped-patrik
Complete adapter API for coexistence of typed and untyped actors, #22174
2017-04-12 17:48:09 +02:00
Patrik Nordwall
ebb5748d6a Complete adapter API for coexistence of typed and untyped actors, #22174
* Trying out what is working and what is missing with a test
* Add missing API and cleanup (public vs internal)
* Note that PropsAdapter will make it possible to use Cluster Sharding
  with typed entity actors
* add javadsl for the adapters, and full java tests for that
* Add narrow to ActorRef
2017-04-12 16:38:06 +02:00
Martynas Mickevičius
6bbd658817 Merge pull request #22686 from 2m/wip/split-typed-testkit/21524/2m
#21524 Split out typed testkit
2017-04-11 11:45:38 +03:00
Martynas Mickevičius
e6dbc865e9 #21524 Moved {Stubbed,Effectful}ActorContext to testkit 2017-04-10 13:41:19 +03:00
Martynas Mickevičius
b6aea3c612 #21524 Disable MiMa for Typed testkit 2017-04-10 13:31:09 +03:00
Martynas Mickevičius
7f63c58e20 #21524 Add missing formatter settings 2017-04-10 13:31:09 +03:00
Martynas Mickevičius
0af4b63b78 #21524 Add typed tests dependency to docs 2017-04-10 13:31:09 +03:00
Martynas Mickevičius
d4b7b63424 #21524 Split out typed testkit 2017-04-10 13:31:09 +03:00
Arnout Engelen
a158633e85 Merge pull request #22683 from akka/wip-akka-typed-watch-return-void
Make 'watch' and 'unwatch' return void (#22664)
2017-04-09 19:44:03 +02:00
Arnout Engelen
2b09868f01 Make 'watch' and 'unwatch' return void (#22664)
This indeed makes both the call sites and the implementations a little more
elegant. The only non-trivial change was in EventStreamSpec, which while a bit
more verbose, seems more readable like this, too.
2017-04-05 16:40:01 +02:00
Johan Andrén
ae467b1528 Interpreted behaviors in Akka Typed (#22670) 2017-04-04 13:17:16 +02:00
Patrik Nordwall
fcbda8157f Merge pull request #22621 from drewhk/wip-new-docs-2-drewhk
Towards getting-started docs
2017-04-03 10:01:44 +02:00
Patrik Nordwall
650e7b9a7f Merge pull request #22583 from akka/wip-sub-stream-bench-patriknw
add sub-stream benchmark
2017-03-31 16:29:50 +02:00
Endre Sándor Varga
06ed337865 Add diagrams to tutorial 2017-03-31 14:29:50 +02:00
Endre Sándor Varga
ce7f6d532d Add diagrams to introduction 2017-03-31 12:39:28 +02:00
Endre Sándor Varga
5a0b7b2c61 Tutorial pt4 2017-03-31 11:09:48 +02:00
Qing Wei, Lim
d3de9d40cd Add docs for circuit breaker new feature #22596 2017-03-30 16:51:51 +02:00
Thomas Alton
626d07edca Schedule timer for remaining delayed elements #22416 2017-03-30 16:27:01 +02:00
Patrik Nordwall
2714dca5e1 Merge pull request #22656 from akka/wip-22655-delta-None-patriknw
Handle delta None correctly, #22655
2017-03-30 15:45:13 +02:00
Sebastian Harko
c9c59dd211 Serialization Docs: Better intro to custom serializer section (#22653) 2017-03-30 13:36:09 +02:00
Patrik Nordwall
5293666a30 Use full state for the ORSet and ORMap removals until #22648 is fixed
* some tests disabled, search for
  "FIXME use full state for removals, until issue #22648 is fixed"
  to find them
2017-03-30 13:26:35 +02:00
Endre Sándor Varga
d90f73e45b Tutorial pt3 2017-03-30 13:07:15 +02:00
Patrik Nordwall
dc070e4e1c fix wrong log in receiveDeltaPropagation 2017-03-30 13:02:10 +02:00
Richard Imaoka
e82d2c2817 Update deferAsync doc #20873 2017-03-30 11:34:09 +02:00
Sebastian Harko
aa5a27182e Serialization Docs: add info about adding a logger (#22618) 2017-03-30 11:31:18 +02:00
Pepe García
16014c4d1f fix compilation in scaladoc code for TestFSMRef #22625 2017-03-30 10:56:02 +02:00
Patrik Nordwall
9855e2896f Handle delta None correctly, #22655
When a DeltaReplicatedData returns None from delta it must still be
treated as a delta that increase the version counter in DeltaPropagationSelector.
Otherwise a later delta might be applied before the full state gossip is received
and thereby violating RequiresCausalDeliveryOfDeltas.
2017-03-30 08:12:03 +02:00
Endre Sándor Varga
8ae34e56f8 Tutorial pt2 2017-03-29 12:31:00 +02:00
Endre Sándor Varga
4fa2c8cf20 Tutorial pt1 2017-03-29 11:14:24 +02:00
Patrik Nordwall
24ddc8f381 Merge pull request #22634 from gosubpl/wip/22350-coalescing-deltas
delta-aggregation in the ORMap deltas (#22633)
2017-03-28 20:28:21 +02:00
Konrad `ktoso` Malawski
5eb1651438 =str #22358 enable test and cleanup FutureFlatten source 2017-03-28 12:55:12 +03:00
ortigali
d06640eff9 failed: BalancingSpec #22040 2017-03-28 12:29:18 +03:00
ortigali
8cf563c066 Handle IncompatibleClassChangeError by writing "fix your akka version" (#22628)
* Handle AbstractMethodError etc in the root guardian by writing "fix your akka version" #21891

* print error message to System.err #21891

* remove line endings to work on Windows also #21891
2017-03-28 10:47:44 +02:00
Patrik Nordwall
2bdb6eccd9 Merge pull request #22603 from hepin1989/master
= str #22602 short path for Source.fromFuture and fromFutureSource an…
2017-03-28 10:14:35 +02:00
gosubpl
7c42627ea9 delta-aggregation in the ORMap deltas (#22633) 2017-03-27 23:51:09 +02:00
Troxid
789626c043 =doc Fix broken headers (#22637) 2017-03-27 18:55:14 +02:00
虎鸣
e9694edaab =str #22602 short path for Source.fromFuture and fromFutureSource and their alias 2017-03-28 00:39:40 +08:00
Björn Antonsson
f8b4fb55ca Remove use of deprecated Scala features #22581 2017-03-27 19:05:54 +03:00
Endre Sándor Varga
4ffb4d30b9 Various corrections 2017-03-27 13:36:34 +02:00