Commit graph

18460 commits

Author SHA1 Message Date
Roland Kuhn
f4875bffe4 remove verbose expected stacktrace from JournalSpec 2016-02-02 12:03:23 +01:00
Roland Kuhn
a6aee310ba Merge pull request #19644 from akka/wip-19637-fix-BC-AsyncWriteJournal-RK 2016-01-29 19:06:51 +01:00
Johan Andrén
4b3a06ef1a Merge pull request #19598 from raboof/patch-3
=doc fix comment for safe-shutdown-example-bad
2016-01-29 16:04:52 +01:00
Roland Kuhn
bf17de3128 #19637 fix BC issue in AsyncWriteJournal 2016-01-29 12:38:32 +01:00
Johan Andrén
e8632bc26b Merge pull request #19629 from notxcain/fix-19628
Make necessary CORS headers extend ResponseHeader
2016-01-29 09:35:09 +01:00
Denis Mikhaylov
010688950e !htt #19628 Make CORS response headers extend ResponseHeader 2016-01-29 00:37:44 +03:00
Patrik Nordwall
d37a304394 Merge pull request #19154 from Adebski/Adebski-distributed-pub-sub-race-condition-fix
Race-condition problem in distributed-pub-sub fixed by introducing passivate-like protocol for mediator and Topic actors.
2016-01-28 10:55:38 +01:00
Johan Andrén
7461955e85 Merge pull request #19630 from akka/wip-16262-mark-as-pending-johanandren
=doc #16262 temporary disable failing udp multicast doc test
2016-01-27 14:19:14 +01:00
Johan Andrén
1dfbc2dffe =doc #16262 temporary disable failing udp multicast doc test 2016-01-27 13:17:21 +01:00
Johan Andrén
b9106da698 Merge pull request #19606 from akka/wip-19514-making.config-classes-easier-to-evolve-bin-compat-johanandren
!htc #19514 make config classes easier to evolve bin-compat (rebase)
2016-01-25 19:42:51 +01:00
Johan Andrén
61b375cec8 !htt #19514 Update RouterSettings to be non case class 2016-01-25 17:09:03 +01:00
Johan Andrén
ac8901a6f8 Merge pull request #19607 from akka/wip-stream-non-experimental-RK
remove experimental marker from stream/testkit/parsing/http-core
2016-01-25 15:59:32 +01:00
Konrad Malawski
379a3a85b4 !htc #19514 add withXYZ methods to all configs 2016-01-25 15:30:59 +01:00
Konrad Malawski
244c52c226 !htc #19514 more case class => class boilerplate 2016-01-25 15:30:59 +01:00
Konrad Malawski
9b4b68f0c9 !htc #19514,#18958 make config in HTTP non-case class + from reference 2016-01-25 15:30:59 +01:00
Johan Andrén
97df7bf689 Merge pull request #19590 from m-sp/master
+str #19589 Add autoFlush option to  OutputStream Sinks
2016-01-25 14:32:16 +01:00
Johan Andrén
55af6cee5b Merge pull request #19596 from hochgi/hochgi-adding-batch-to-docs
=str adding documentation for batch & batchWeighted combinators
2016-01-25 14:18:30 +01:00
Johan Andrén
2874a93665 Merge pull request #19604 from akka/wip-19441-convert-from-Option-to-Optional-in-javadsl-johanandren
!str #19441 convert from Option to Optional in javadsl
2016-01-25 14:12:31 +01:00
Roland Kuhn
607fbd6378 remove experimental marker from stream/testkit/parsing/http-core 2016-01-25 14:05:54 +01:00
Matthias Sperl
e27a7d92a9 +str #19589 Add autoFlush option to OutputStream Sinks 2016-01-25 13:31:27 +01:00
Johan Andrén
f008a932c3 Merge pull request #19603 from akka/wip-19068-2016-copyrights-johanandren
=pro #19068 All copyrights ranges updated with 2016
2016-01-25 12:07:42 +01:00
Roland Kuhn
d49d2545ec convert watchTermination to CompletionStage for Java 2016-01-25 11:14:31 +01:00
Martynas Mickevičius
a8abbaf36b wip #19441 convert from Option to Optional in javadsl 2016-01-25 11:02:54 +01:00
drewhk
41d8b1fadd Merge pull request #19498 from agolubev/agolubev-#18565-TerminationNotification-combinator
+str #18565 termination notification combinator
2016-01-25 10:52:48 +01:00
Prayag Verma
b7783968a0 =pro #19068 All copyrights ranges and single years updated to a range ending in 2016 2016-01-25 10:20:30 +01:00
Roland Kuhn
6ba20ac673 Merge pull request #19578 from akka/wip-19440-completionStage-RK
#19440 replace Scala Future usage with CompletionStage in javadsl
2016-01-24 22:14:18 +01:00
adebski
460bad2726 =clu #19017 Race-condition issue when handling Topic/Group actors.
* Added reusable PerGroupingBuffer trait for pubsub implementation
* Moved mkKey methods to the Internal object
* Introduced passivate-like protocol between DistributedPubSubMediator/Topic and Topic/Group actors, contained in ChildActorTerminationProtocol messages.
2016-01-24 14:14:24 +01:00
Arnout Engelen
c9226c7d0a =doc fix comment for safe-shutdown-example-bad
The `PoisonPill` of course isn't stashed - probably a copy-paste-leftover from the 'good' example.
2016-01-24 13:49:15 +01:00
Gilad Hoch
5cea589593 =str adding documentation for batch & batchAggregated combinators 2016-01-24 06:45:12 +02:00
Roland Kuhn
4c72495581 #19440 replace Scala Future usage with CompletionStage in javadsl
This entails:

  * adding akka.pattern.PatternCS.* to enable ask etc. with
    CompletionStage
  * changing RequestContext to offer an ExecutionContextExecutor for the
    CompletionStage.*Async combinators
  * splitting up akka.stream.Queue for JavaDSL consistency
2016-01-23 18:00:11 +01:00
Konrad Malawski
f265b88077 Merge pull request #19587 from m-sp/master
#19517 add parsing to aggregate
2016-01-22 23:00:13 +01:00
Alexander Golubev
98c72e7d13 +str #18565 termination notification combinator 2016-01-22 16:45:54 -05:00
Matthias Sperl
25af4f776b #19517 add parsing to aggregate 2016-01-22 19:47:23 +01:00
drewhk
4dd6efc6a8 Merge pull request #19579 from drewhk/wip-19344-backoffsupervisor-failure-drewhk
#19344 Made BackoffSupervisorSpec more robust
2016-01-22 16:06:18 +01:00
drewhk
196fb58bab Merge pull request #19580 from drewhk/wip-fix-modularity-doc-drewhk
Fixed some old API references
2016-01-22 15:25:55 +01:00
drewhk
31bd20237b Merge pull request #19576 from 2m/wip-deprecate-stage-2m
#19553 deprecate stage infra
2016-01-22 15:25:32 +01:00
Endre Sándor Varga
c11fdc2bbd Fixed some old API references 2016-01-22 14:30:50 +01:00
Endre Sándor Varga
88e3311c38 #19344 Made BackoffSupervisorSpec more robust 2016-01-22 14:24:36 +01:00
Konrad Malawski
396f4370e9 Merge pull request #19539 from ktoso/ktoso-wip-https-config-change-ktoso
!htc,str #19275 towards ssl-configurable server, change APIs
2016-01-22 12:56:33 +01:00
Martynas Mickevičius
4d072f08e4 #19553 deprecate stage infra 2016-01-22 13:05:04 +02:00
Konrad Malawski
ad62bc28e3 Merge pull request #19574 from drewhk/wip-19333-missing-migration-guide-drewhk
#19333 Added missing section in migration guide
2016-01-22 11:54:24 +01:00
Endre Sándor Varga
e55efd819c #19333 Added missing section in migration guide 2016-01-22 11:41:05 +01:00
Konrad Malawski
67ebaba045 !htc,str #19275 fix various scala/java interop problems in DSL 2016-01-22 11:12:22 +01:00
Konrad Malawski
1cd21d9ce2 !htc,str #19275 adjust bind/client apis on Http() 2016-01-22 11:12:22 +01:00
Konrad Malawski
1b47fbeac7 !htc,doc,htp #19508 fix casing of WebSocket (as per spec) 2016-01-22 11:12:22 +01:00
Konrad Malawski
0dd889aa17 =pro fix junit version to be the same in both scopes 2016-01-22 11:12:22 +01:00
Konrad Malawski
100f82be84 !htc,str #19275 towards ssl-configurable server, change APIs 2016-01-22 11:12:22 +01:00
drewhk
9ba5596103 Merge pull request #19563 from 2m/wip-mima-projects
#19432 enable MiMa check for osgi and cluster-metrics projects
2016-01-22 10:46:05 +01:00
Konrad Malawski
3c170ec2bf Merge pull request #19570 from ktoso/wip-validatepr-better-ktoso
+pro enable validatePullRequest locally
2016-01-22 10:28:05 +01:00
Konrad Malawski
dd1bf6a1ee +pro enable validatePullRequest locally 2016-01-22 10:27:47 +01:00