Commit graph

3105 commits

Author SHA1 Message Date
Arnout Engelen
eb7ba7fc48 Remove reference to Total from akka-typed docs #22610 (#22797) 2017-04-26 07:20:19 -07: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
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
Johan Andrén
ae467b1528 Interpreted behaviors in Akka Typed (#22670) 2017-04-04 13:17:16 +02:00
Qing Wei, Lim
d3de9d40cd Add docs for circuit breaker new feature #22596 2017-03-30 16:51:51 +02:00
Sebastian Harko
c9c59dd211 Serialization Docs: Better intro to custom serializer section (#22653) 2017-03-30 13:36:09 +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
Troxid
789626c043 =doc Fix broken headers (#22637) 2017-03-27 18:55:14 +02:00
Sebastian Harko
9abb73069c Serialization Docs: better intro (#22624) 2017-03-24 16:26:50 +02:00
Sebastian Harko
ecbcc56f28 =doc Serialization Docs: section on verification (#22616)
* improve docs for serialization a bit

* fix wording in docs for serialization
2017-03-23 16:58:09 +01:00
Sebastian Harko
b28ad073a4 -doc remove dead library ref from documentation (#22617) 2017-03-23 11:09:36 +01:00
Andrii Lashchenko
394f1e4209 Fix umlaut in akka-doc #22611 (#22612) 2017-03-21 14:38:11 +02:00
Johan Andrén
07e88300bc Java style accessors for AbstractFSM #22592 2017-03-17 10:26:37 +01:00
Patrik Nordwall
cdc1eddc3b Merge pull request #22577 from akka/wip-typed-IntroSpec-patriknw
add Akka Typed Java API #22293
2017-03-16 22:28:22 +01:00
Patrik Nordwall
f485be2bf5 Let typed Stateful optionally handle signals also, #22293
* and thereby no need for MessageOrSignal
2017-03-16 20:55:50 +01:00
Patrik Nordwall
ef62a88072 mima filters and note in migration guide 2017-03-16 20:49:01 +01:00
Patrik Nordwall
c3c058b6bb Merge pull request #22360 from johanandren/wip-21363-future-source-last-bit-johanandren
Source that flattens a future source and keeps mat val
2017-03-16 20:36:05 +01:00
Patrik Nordwall
6274af63dd Merge pull request #22580 from johanandren/wip-missed-java-doc-path-updates-johanandren
Updates to paths in the Java docs missed in #22413
2017-03-16 20:33:30 +01:00
Patrik Nordwall
22dedd1ffa Merge pull request #22565 from johanandren/wip-fix-mat-dep-warning-johanandren
A few warnings fixed
2017-03-16 20:33:07 +01:00
Maciej Ciołek
f60710b58f Handlers for circuit breaker (#22244)
* Adding call handlers to CircuitBreaker

* Improvements to docs

* Make System.nanoTIme called as latest as it is possible

* Java naming conversion changed, previous Java methods marked as deprecated

* Code reformated
2017-03-16 20:05:16 +01:00
Martynas Mickevičius
2a9c0370e0 Add @InternalApi annotations and private markers on internal apis (#22563)
* #22506 Mark materializer extension as @InternalApi

* #22506 Added missing annotations on internal apis in the fusing package

* #22506 Missing annotations in io package

* #22506 Add internal api annotations in impl package

* #22563 more hiding of the classes in the impl package

* #22563 Formatting fixes

* #22506 Fix private access in stream tcl tests
2017-03-16 20:04:07 +01:00
Hawstein
6434cbe868 Re-implement javadsl testkit (#22240)
* re-implement javadsl testkit

* fix mima problem

* rebase master

* move ImplicitSender/DefaultTimeout to scaladsl

* undo the change of moving scala api

* fix return type and add doc

* resolve conflicts and add more comments
2017-03-16 20:02:47 +01:00
Johan Andrén
ad0fd1320f Updates to paths in the Java docs missed in #22413 2017-03-16 15:11:02 +01:00
Patrik Nordwall
b2b4f64d97 convert typed IntroSpec to new API, #22293 2017-03-16 14:51:19 +01:00
Roland Kuhn
4368bed37a add Akka Typed Java API #22293
... and matching Scala DSL, to replace the old ScalaDSl._ object.
2017-03-16 11:52:30 +01:00
Konrad `ktoso` Malawski
addbed15d7 =doc #19661 document purpose and limits of akka scheduler (#22334)
* =doc #19661 document purpose and limits of akka scheduler

* Update scheduler.rst

* Update scheduler.rst

* Update Scheduler.scala
2017-03-16 10:21:24 +01:00
Johan Andrén
2eb226ed32 ActorContext.getParent for Java API #22413 2017-03-16 09:30:00 +01:00
Johan Andrén
39199b877a Fix some build and compile warnings 2017-03-15 14:26:41 +01:00
Johan Andrén
60d918c490 Deprecate auto-fusing setting #22431 2017-03-15 09:15:18 +01:00
A Andrievsky
d91fe59566 Suggest using 64bit JVM for Artery in docs (#22553)
* Suggest using 64bit JVM fo Artery (#1)

* Suggest using 64bit JVM fo Artery

https://github.com/akka/akka/issues/22303

* changed acording to suggestions

* Update scala part of the documentation
2017-03-14 13:31:54 +01:00
Richard Imaoka
ea9617aa25 Update Persistence Snapshot documentation (#22419)
* Update Persistence Snapshot documentation (#22233)

* Use copy of ExampleState as it is mutable
2017-03-14 13:30:32 +01:00
cchantep
5b542d99fa Flatten a Future[Graph[SourceShape[T], M]] as Source[T, Future[M]] #22359 2017-03-14 12:54:01 +01:00
ortigali
db0a473cd5 use CompletionStage instead of Future in java doc classes (#22472)
* use CompletionStage instead of Future in FactorialBackend.java #22393

* use CompletionStage instead of Future in FactorialBackend.java #22393 2
2017-03-14 11:51:44 +01:00
Patrik Nordwall
f12594849b Merge pull request #22454 from jlprat/actors-mutable-state-docs-fix
Move inlined example to its own class #22453
2017-03-14 11:19:31 +01:00
Johan Andrén
7a0e5b31f8 Avoid Array.ofDim where possible #22516 2017-03-13 17:49:45 +01:00
Konrad `ktoso` Malawski
205a538df3 =act,str Port be-scala-2.13-friendly (#22528)
* !str #22527 fix SubSource/SubFlow.zip Pair type

* =act don't use conforms, be scala 2.13 friendly

* Update SubFlow.scala
2017-03-13 12:39:57 +01:00
Patrik Nordwall
5ec5ad4ae0 Merge pull request #22536 from sebastianharko/master
Docs: fix some small grammar / usage issues in the Logging section
2017-03-13 09:08:51 +01:00
sebastian.harko
408ea7714b fix some grammar/usage issues in docs 2017-03-12 17:10:16 +01:00
Patrik Nordwall
3554ad7243 Merge branch 'master' into wip-traversal-oriented-layout-master-patriknw 2017-03-10 18:16:44 +01:00
Patrik Nordwall
8fad451610 Merge pull request #22504 from akka/wip-22436-migration-patriknw
add a note about dispatcher creating async boundary, #22436
2017-03-10 18:12:18 +01:00
Patrik Nordwall
8156a45818 optimize Attributes 2017-03-10 17:02:01 +01:00
Patrik Nordwall
acb8f09715 Merge pull request #22461 from ortigali/wip-22230-split-brain-resolver
Split Brain Resolver docs should redirect to latest page
2017-03-10 11:15:41 +01:00
Patrik Nordwall
9d3fddc326 Merge pull request #22396 from naferx/serialization-identifier
Update the maximum serializer identifier reserved for Akka
2017-03-10 10:39:01 +01:00
Patrik Nordwall
6abf0486f4 Merge pull request #22507 from sebastianharko/master
Docs: fix broken refs in docs for Cluster Usage
2017-03-10 10:04:13 +01:00
Johan Andrén
0775fb4a56 Two failing doctests fixed 2017-03-09 18:03:11 +01:00
Tal Pressman
1505a54038 Change Unit to NotUsed in Twitter stream example (#22511) 2017-03-09 17:36:40 +01:00
sebastian.harko
c67641b0eb fix broken refs in docs for Cluster Usage 2017-03-08 22:07:02 +01:00
sebastian.harko
b479899406 fixing some typos in docs 2017-03-08 17:11:18 +01:00