Konrad Malawski
ad3ef5982c
+rem remote deployment whitelist feature ( #21676 )
...
* +rem remote deployment whitelist feature (initial commit)
+rem remote deployment whitelist feature (initial commit)
* +doc,rem added docs on remoting whitelist
* Update remoting.rst
* Update remoting.rst
2016-10-24 13:44:15 +02:00
Konrad Malawski
46f7eef3d9
+doc add missing java documentation for scanAsync/foldAsync ( #21701 )
...
* +doc add missing java documentation for scanAsync/foldAsync
=doc fix formatting in stages overview (scanAsync/foldAsync)
* Future => CompletionStage
2016-10-24 13:31:47 +02:00
Patrik Nordwall
f49dc3eae8
Merge pull request #21715 from wojtasskorcz/wip-mutable-syntax-for-receive-builder
...
Make ReceiveBuilder a real mutable builder #18894
2016-10-24 13:30:06 +02:00
Richard Imaoka
afa92f9209
Add DistributedPubSub message guarantee in doc ( Fixes #21441 ) ( #21713 )
2016-10-24 12:21:07 +02:00
Wojciech Grajewski
7eb4afc475
Adding create() to ReceiveBuilder to promote a builder-like syntax #18894
2016-10-23 22:35:18 +02:00
Patrik Nordwall
679db55eca
increase test timeout in PersistentFSMSpec, #20725 ( #21694 )
...
* and add remainingOrDefault in Java testkit
2016-10-21 16:50:44 +02:00
Konrad Malawski
385ea37497
+doc,per #21689 document calling persist() in Future is unsafe ( #21699 )
...
* +doc,per #21689 document calling persist() in Future is unsafe
* Update persistence.rst
* Update persistence.rst
2016-10-21 16:36:11 +02:00
Mateus Dubiela Oliveira
c3803d6edf
Add documentation to contributing workflow ( #21703 )
...
* Add documentation to contributing workflow
* fix typo
* Update CONTRIBUTING.md
2016-10-19 18:26:26 +02:00
Martynas Mickevičius
9de9642d75
Merge pull request #21697 from 2m/wip-21122-actors-leak-spec-eventual
...
Add a retry for a check for stopped actors
2016-10-19 07:10:38 -05:00
Johan Andrén
c7163c2d0c
Increased timeout in long running test FramingSpec #21673 ( #21686 )
...
* Increased timeout in long running test FramingSpec #21673
* Increase default polling interval for futureValue in our tests
2016-10-19 12:20:34 +02:00
Johan Andrén
50370c69a3
ByteString.indexOf optimized to speed up framing stage #21530
2016-10-19 11:26:50 +02:00
Patrik Nordwall
3c8edee26a
harden AtLeastOnceDeliverySpec, #20724 ( #21695 )
...
* the reason for the failure was unexpected redelivery because
the too short 1 second redelivery interval
2016-10-19 10:13:01 +02:00
Martynas Mickevičius
b9da5a76de
Add a retry for a check for stopped actors #21122
2016-10-19 09:33:28 +03:00
Patrik Nordwall
6cbfed975b
harden CompressionIntegrationSpec, #21616 ( #21692 )
2016-10-18 20:24:39 +02:00
Konrad Malawski
a6a5556a8f
Remove Akka-HTTP sources from akka/akka, moving to akka/akka-http! ( #21690 )
2016-10-18 15:17:17 +02:00
Patrik Nordwall
09a6d2ede1
Merge pull request #21687 from akka/wip-21330-patriknw
...
Added a flag on takeWhile to allow it to include the final element, #21330
2016-10-18 14:58:53 +02:00
Konrad Malawski
8168394d13
Add missing copyright header to DispatcherShutdownSpec
2016-10-18 14:08:54 +02:00
Martynas Mickevičius
954161c5b9
#21574 Fix dispatcher use after system termination
2016-10-18 14:08:54 +02:00
Ortigali
db482180b6
Removing floating point arithmetic in LARS.roundUp method ( #21473 )
2016-10-18 12:38:52 +02:00
Johannes Rudolph
5b1966aefb
=doc fix typo
2016-10-18 12:23:58 +02:00
Falmarri
a28d2c579f
Added a flag on takeWhile to allow it to include the final element, #21330
2016-10-18 12:02:59 +02:00
Kirill Yankov
7eb660b497
Add expectNextChainingPF method to streams testkit #21614 ( #21617 )
...
Add expectNextChainingPF method to streams testkit #21614
Improved error messages on expectNextPf, expectNextPfChaining, expectEventPF
2016-10-17 18:08:09 +03:00
Richard Imaoka
375c032604
eventsByTag and currentEventsByTag to use Offset ( #21615 )
...
* EventsByTagQuery2 and CurrentEventsByTagQuery2 to keep binary compatibility
2016-10-17 16:45:27 +02:00
Mateus Dubiela Oliveira
c3abde60d5
Add scanAsync to Akka Streams, similar to scan but taking a Future ( #21553 )
...
* Add comprehensive tests
* Add documentation
* Damn comma after rebase
* Add documentation for foldAsync and scanAsync
* Rename aggreator and aggreating to current
* Remove out availability check
* Revert removing out and some refactors
* Formatting documentation
* Use after instead of Promise in test
* Use package reference to after and some refactoring
2016-10-17 16:43:11 +02:00
Spencer Judge
60bea26171
20597 - Make BackoffSupervisor respect OneForOneStrategy's maxNumRetries property ( #20772 )
...
* Added support for withinTimeRange property of OneForOneSupervisor to BackoffSupervisor
2016-10-17 15:22:32 +02:00
Patrik Nordwall
32246ca163
Merge pull request #21682 from akka/wip-21583-aeron-1.0.2-patriknw
...
update to Aeron 1.0.2, #21583
2016-10-17 13:58:46 +02:00
monkey-mas
1a6fb98e78
=act add benchmark of ByteString#take(...) ( #21540 )
...
* =act add benchmark of ByteString#take(...)
Added a benchmark code to measure use-case performance.
ref. https://github.com/akka/akka/pull/21438
* Corrected benchmark code
2016-10-17 13:11:26 +02:00
Martynas Mickevičius
1e85e1720c
#17717 handle OnComplete in ActorSubscriber doc samples
2016-10-17 11:07:40 +02:00
Patrik Nordwall
6c78874a88
update to Aeron 1.0.2, #21583
...
* important bug fix in Aeron: real-logic/Aeron#281
2016-10-17 10:23:30 +02:00
Vsevolod Belousov
0e60020c58
fold async emits zero given an empty stream #21562
2016-10-17 09:02:54 +02:00
Nafer Sanabria
0b9a5026a0
Remove unnecesary s when printing unit times ( #21637 )
2016-10-13 12:35:20 +02:00
Boris Korogvich
b690cc049e
Improve akka-stream docs (missing an) ( #21649 )
2016-10-13 11:41:33 +02:00
Patrik Nordwall
ce22f0a364
Merge pull request #21611 from akka/wip-21610-clock-patriknw
...
use the implicit clock parameter in LWWRegister.withValue, #21610
2016-10-11 12:28:29 +02:00
Patrik Nordwall
66ee87efb0
Merge pull request #21612 from akka/wip-18434-LWWRegister-doc-patriknw
...
clock clarification for LWWRegister, #18434
2016-10-11 12:27:53 +02:00
olbpetersson
0a01a6a58d
Updated akka-sample-persistence-java tutorial documentation. Solves issue #21641 ( #21643 )
...
- Removed ProcessorFailureExample reference to be in sync with the code example
- Added a section on command sourcing
- Small fix in the event source section to match the command sourced paragraph
2016-10-09 11:24:07 -05:00
Niko Will
5fe950e694
Adding protobuf serialization for SendToOneSubscriber (cluster pubsub) #21629
2016-10-08 16:09:29 -05:00
Richard Imaoka
55729bdbbf
Doc - Add warning note about persistence message deletion ( #21486 )
2016-10-08 16:07:06 -05:00
Martynas Mickevičius
224ca30331
Merge pull request #21636 from johanandren/wip-make-decimal-test-case-use-decimal-johanandren
...
Minimal test fix (integer -> decimal)
2016-10-08 10:09:34 -05:00
Johan Andrén
ef7361c341
Minimal test fix (integer -> decimal)
2016-10-07 16:59:11 -05:00
Guido Medina
6d86ece337
minParkNanos is declared but not used, instead constant 1 was used ( #21634 )
2016-10-07 13:50:11 -05:00
monkey-mas
19dbe9a487
=act clean up ByteString#drop(...) ( #21440 )
...
* =act clean up ByteString#drop(...)
Current implementation has a good algorithm but seems a little bit complicated.
Clening-up does not suffer the performance (actually seems to have the better
performance when dropping(N-1)) where N is the length, and is easy to understand
almost the same algorithm now.
* Change private[akka] to priavte
* Rename go(...) and some variables
They should be easy for us to understand what they are.
* Add benchmark of ByteString#drop(...)
2016-10-05 09:25:34 -05:00
Ortigali
cc845c84b0
#17174 add support various log level for LoggingReceive ( #21578 )
...
* add support various log level for LoggingReceive #17174
* fix binary compatibility #17174
2016-10-04 18:20:27 -05:00
matsu-chara
12c81e4a41
DirectBufferPool.tryCleanDirectByteBuffer always failed #21622
2016-10-04 15:19:31 -05:00
Stefano Bonetti
0f71b841b5
Include parallelism in mapAsyncUnordered docs #21556
2016-10-04 15:18:08 -05:00
Patrik Nordwall
8ac24dfcfe
clock clarification for LWWRegister, #18434
...
* it's safe to use from Cluster Singleton
2016-10-03 07:02:32 -05:00
Patrik Nordwall
0cbe43036c
use the implicit clock parameter in LWWRegister.withValue, #21610
2016-10-03 06:40:16 -05:00
monkey-mas
6fea2f3526
Upgrade sbt-jmh to 0.2.16 ( #21589 )
2016-10-01 19:11:13 +02:00
Patrik Nordwall
bda93d23cb
Merge pull request #21595 from akka/wip-minor-patriknw
...
shortname for provider config, #20649
2016-09-30 19:14:44 +02:00
Patrik Nordwall
f204208be5
Merge pull request #21606 from akka/wip-21209-docs-java-patriknw
...
java docs for Artery, #21209
2016-09-30 19:12:46 +02:00
Patrik Nordwall
7af814d3df
java docs for Artery, #21209
...
* and a few other things
* fixed some remaining akka.tcp
2016-09-30 19:11:21 +02:00