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
Patrik Nordwall
9394e07cf0
add a note about dispatcher creating async boundary, #22436
2017-03-08 16:53:38 +01:00
Nafer Sanabria
3e016e7887
Update the maximum serializer identifier reserved for Akka
2017-03-07 18:45:45 -05:00
Johan Andrén
c028b550f2
Low level interpreter tests working without GraphAssembly #22423
2017-03-07 17:06:41 +01:00
Josep Prat
2931138425
Provide how to build docs on Linux in docs #22455
...
Issue: #22455
Provide information on how to build the docs on a Linux system.
Contains step-by-step guide and common troubleshooting.
2017-03-07 15:38:08 +01:00
Konrad `ktoso` Malawski
aa2c81f49c
Delete LOLSPEC.scala
2017-03-07 15:13:49 +01:00
Konrad `ktoso` Malawski
e47dbda154
=str #22448 rewrite Source.empty to GraphStage
2017-03-07 15:13:49 +01:00
ortigali
93d568ccc2
Split Brain Resolver docs should redirect to latest page #22230
2017-03-06 14:42:50 +05:00
Johan Andrén
0de28daefc
Re-enable some Java tests not actually being run #22439
2017-03-02 12:46:05 +01:00
bill
fadefd01c6
Very minor grammar change that was incorrect on both the Scala and Java docs around fused steam processing.
2017-02-28 10:36:56 +01:00
Patrik Nordwall
335174752a
Merge pull request #22375 from ortigali/wip-22308-untyped-actor
...
Convert UntypedActor to AbstractActor
2017-02-24 11:23:36 +01:00
Patrik Nordwall
17794a92a5
Merge pull request #22348 from akka/wip-22327-many-remember-entities-patriknw
...
document remember entities limitation, #22327
2017-02-24 10:31:58 +01:00
Patrik Nordwall
4673c54ed1
Merge pull request #22379 from akka/wip-ddata-docs-heading-patriknw
...
fix wrong heading in ddata docs
2017-02-24 10:30:58 +01:00
Patrik Nordwall
34d99c65ee
improve docs for logging with more than 4 args, #17895
...
* it was already supported by using an Array
2017-02-24 07:46:41 +01:00
Patrik Nordwall
698b814c5d
Merge pull request #22364 from akka/wip-22198-contrib-patriknw
...
deprecate akka-contrib, #22198
2017-02-23 16:48:48 +01:00
Patrik Nordwall
08cd9cfc91
fix wrong heading in ddata docs
2017-02-23 13:51:39 +01:00
ortigali
a175180b44
Convert UntypedActor to AbstractActor #22308
2017-02-23 00:50:07 +05:00
Patrik Nordwall
b700b840d1
causal delivery of deltas, #22188
...
* keep track of delta interval versions and skip deltas
that are not consequtive, i.e. when some delta message was lost
* send the delta versions in the full state gossip to sync up the
expected versions after dropped deltas
* implementation of deltas for ORSet
* refactoring of the delta types to allow for different type for the
delta and the full state
* extensive tests
* mima filter
* performance optimizations
* simple pruning of deltas
* Java API
* update documentation
* KeyId type alias
* Use InternalApi annotation
2017-02-22 14:27:36 +01:00
Patrik Nordwall
46343413e5
note about Camel in migration guide
2017-02-22 09:00:45 +01:00
Patrik Nordwall
048a04b193
deprecate akka-contrib, #22198
2017-02-22 08:48:09 +01:00
Patrik Nordwall
9821865212
deprecate contrib.JavaLogger, include in akka-actor, #22198
2017-02-22 08:36:32 +01:00
Patrik Nordwall
96fb62bb22
deprecate ReceivePipeline, #22198
2017-02-22 08:36:32 +01:00
Patrik Nordwall
db81a3cae8
deprecate Aggregator, #22198
2017-02-22 08:36:31 +01:00
Patrik Nordwall
77b1e87c12
deprecate ReliableProxy, #22198
2017-02-22 08:36:31 +01:00
Patrik Nordwall
25385e15f2
deprecate TimerBasedThrottler, #22198
2017-02-22 08:36:31 +01:00
Patrik Nordwall
bc382afa98
deprecate PeekMailbox, #22198
2017-02-22 08:36:31 +01:00
Patrik Nordwall
ceef901de9
move streams migration guides out of the way
2017-02-22 08:36:31 +01:00
Patrik Nordwall
e770287b01
deprecate CircuitBreakerProxy, #22198
2017-02-22 08:36:25 +01:00
hhimanshu
c5858da2b8
Doc - Modify Dispatcher to use simplified thread-pool-config values, as described by @ktoso in the the issue ( #21572 )
...
Added another example to configure thread-pool-executor based on number of cores. Also removed comment that is not needed anymore.
2017-02-21 15:51:18 +01:00
Patrik Nordwall
a17cb060ec
Merge pull request #22039 from ortigali/wip-21996-RecipeGlobalRateLimit
...
make maxAllowedWait timeout be dilated
2017-02-21 14:06:07 +01:00
Patrik Nordwall
6564961d06
Merge pull request #22344 from akka/wip-score-master-patriknw
...
Adjust the score for the serialization vulnerability (for validation)
2017-02-21 10:44:04 +01:00
Johan Andrén
8b5018ba21
Fix AbstractPersistentActor ambiguity with Scala 2.12 #22218
2017-02-20 14:50:25 +01:00
Patrik Nordwall
a3ddb406f4
document remember entities limitation, #22327
...
* and set default for max-delta-elements
2017-02-20 14:41:49 +01:00
Johan Andrén
64b35cf1f1
Replace "experimental" with "may change" ( #22326 )
...
* Replacing "experimental" with "may change" #22305
* Right syntax for links
* Correct annotation name
* Final small changes
2017-02-20 12:05:21 +01:00
Patrik Nordwall
adae12ff95
Adjust the score for the serialization vulnerability
...
* and some additional clarifications
* and some cleanup of wrong rst format
(cherry picked from commit a79bfbf941e5129fcf21d8a9e29d1ae1c55e39a0)
2017-02-20 11:30:28 +01:00
Patrik Nordwall
a7dfaf00a4
Merge pull request #22328 from prettynatty/death-pact-doc
...
add case for DeathPactException stopping actor
2017-02-20 10:57:09 +01:00
Andrey Kuznetsov
62cf0c3f43
add case for DeathPactException stopping actor
2017-02-18 02:30:43 +03:00
Johan Andrén
cf6d5a4e8a
Deprecation of ExtensionKey #22208
2017-02-17 17:07:15 +01:00
Johan Andrén
8f9b4f203a
Pass the deserialized message on when serialize-messages on #13751
2017-02-17 16:41:25 +01:00
Patrik Nordwall
2f7c6ace2e
Merge pull request #22338 from hseeberger/fix-persistence-docs
...
Fix typos in persistence docs
2017-02-17 14:14:34 +01:00
Earl St Sauver
7d8dfdd1e3
Fix grammer in cluster documentation
...
"too long time." -> "too long of a time."
Alternatively, this could be just "too long."
2017-02-17 12:49:55 +01:00