Commit graph

18595 commits

Author SHA1 Message Date
Roland Kuhn
d42b84327c Merge pull request #19754 from akka/wip-19732-async-RK
nicer declarative .async boundaries and remove Module.nest()
2016-02-12 10:46:32 +01:00
drewhk
0620a1366b Merge pull request #19726 from drewhk/wip-19645-backoffsupevisor-fail2-drewhk
#19645: BackoffOnRestartSupervisor should not ignore commands while child is terminating
2016-02-12 10:46:19 +01:00
Roland Kuhn
b24fb0e9e4 Merge pull request #19745 from ktoso/wip-bind-to-ktoso
+htc #19577 binding DSL for javadsl Http
2016-02-12 10:44:10 +01:00
Roland Kuhn
720f77fe8e Merge pull request #19751 from israel/israel-#19591
=str #19591 updated 'partition to three subscribers' to use Sink.seq …
2016-02-12 10:25:57 +01:00
Roland Kuhn
7b7647435b ensure that graph attributes are not lost
- this entails making Module.isSealed==true if attributes are set
- also removed Module.nest(), which implied fixing replaceShape to form
  a CompositeModule where CopiedModule was used before (GraphModule and
  TlsModule)
2016-02-12 10:07:55 +01:00
israel
a4d96cd4e2 =str #19591 updated 'partition to three subscribers' to use Sink.seq and added a new test to cover a case where partitioner return an index out of bounds 2016-02-11 22:19:28 +02:00
drewhk
3d9ea4415f Merge pull request #19648 from agolubev/agolubev-#18045-add-recoverWith(Source)
+str #18045 add recoverWith(Source)
2016-02-11 20:34:53 +01:00
Roland Kuhn
f713a5eaef Merge pull request #19676 from ALPHA-60/fix-sink-queue-buffer
fix Sink.queue when buffer has run full #19675
2016-02-11 20:10:18 +01:00
Johan Andrén
4e49d75ad8 !str #19732 Concise and consistent way to mark async boundaries 2016-02-11 18:20:23 +01:00
drewhk
d154fad4e9 Merge pull request #19734 from drewhk/wip-19452-contramap-drewhk
#19452: Contramap and fromFunction
2016-02-11 17:36:04 +01:00
Alexander Golubev
5a8f4135b7 +str #18045 add recoverWith(Source) 2016-02-11 10:36:40 -05:00
Roland Kuhn
4f237c8eff Merge pull request #19736 from akka/wip-there-is-no-try-√
=str - removing superfluous try-catch in stream-customize.rst
2016-02-11 15:49:05 +01:00
Alois Cochard
6c69fba61e 19452: Contramap and fromFunction 2016-02-11 15:32:48 +01:00
Roland Kuhn
af95476d1e Merge pull request #19684 from 2m/wip-#19662-reuse-pool-settings-2m
#19662 Reuse connection pool settings if none specified
2016-02-11 14:55:40 +01:00
drewhk
4c019fa082 Merge pull request #19742 from johanandren/wip-fix-failing-HighLevelOutgoingConnectionSpec-johanandren
=htc #19741 cannot pull twice bug in OutgoingConnectionBlueprint fixed
2016-02-11 14:30:29 +01:00
Roland Kuhn
4a4b19d86d Merge pull request #19744 from akka/wip-19728-TCK-atomic-RK
do not require partial batch replay in TCK #19728
2016-02-11 13:32:56 +01:00
Johan Andrén
dd3c9c4a97 =htc #19741 cannot pull twice bug in OutgoingConnectionBlueprint fixed 2016-02-11 13:31:36 +01:00
drewhk
25c558c5bd Merge pull request #19739 from ktoso/wip-cleanup-docs-add-webSocket-note-ktoso
Explain WebSocket name change and remove obsolete docs part
2016-02-11 13:29:07 +01:00
drewhk
3731a98b43 Merge pull request #19729 from fgeller/patch-1
Fixes typo in docstring.
2016-02-11 13:27:55 +01:00
Martynas Mickevičius
1b9666f764 #19662 Reuse connection pool settings if none specified 2016-02-11 11:54:49 +02:00
Martynas Mickevičius
faa63ee020 Merge pull request #19747 from 2m/wip-fix-multiple-build-issues-2m
Fix a couple of build issues
2016-02-11 11:02:01 +02:00
Roland Kuhn
c136c06f76 Merge pull request #19703 from akka/wip-19702-maxFixedBufferSize-RK
add maxFixedBufferSize materializer setting #19702
2016-02-11 08:41:29 +01:00
Bojan Petrovic
fa3b36dcee fix Sink.queue when buffer has run full #19675 2016-02-10 23:20:28 +01:00
Viktor Klang
fa80357e9b =str - removing superfluous try-catch in stream-customize.rst 2016-02-10 21:43:16 +01:00
Roland Kuhn
d0e6f46f14 add maxFixedBufferSize materializer setting #19702 2016-02-10 20:55:50 +01:00
Martynas Mickevičius
d718f8978e Fix a couple of build issues.
* fix sample project names
* remove experimental tag from stream tests
* do not publish stream tck tests
2016-02-10 19:48:10 +02:00
Konrad Malawski
d179945a97 +htc #19577 binding DSL for javadsl Http 2016-02-10 18:21:59 +01:00
Roland Kuhn
84b418d4b5 do not require partial batch replay in TCK #19728 2016-02-10 17:19:55 +01:00
Konrad Malawski
df97afe606 =doc #19737 explain websocket -> WebSocket change in migration guide 2016-02-10 16:10:16 +01:00
Johan Andrén
f042204d8b Merge pull request #19711 from johanandren/wip-19710-scala-types-attributes-java-api-johanandren
!str #19710 Use Java types in Attributes Java API
2016-02-10 13:15:14 +01:00
Roland Kuhn
cf81bdcc34 Merge pull request #19700 from akka/wip-19694-journal-protocol-RK
prohibit concurrent write request from same persistenceId #19694
2016-02-10 12:47:43 +01:00
Konrad Malawski
61bb7634d1 -doc remove outdated list of http frameworks built on Akka 2016-02-10 12:44:33 +01:00
drewhk
b19b94071e Merge pull request #19690 from drewhk/wip-19553-one2onebidi-cancellation-drewhk
#19533 One2OneBidi should report truncation also if wrapped flow cancels early
2016-02-10 12:28:12 +01:00
Endre Sándor Varga
f1e1751fd4 #19645: BackoffOnRestartSupervisor should not ignore commands while child is terminating 2016-02-10 11:15:54 +01:00
drewhk
d9b47c3a8d Merge pull request #19730 from 2m/wip-#19719-throttle-mode-java-2m
#19719 add ThrottleMode Java API
2016-02-10 11:01:06 +01:00
Konrad Malawski
b3b0dce9ad Merge pull request #19528 from ataraxer/wip-http-response-cancellation
Http: HttpEntity stream cancellation
2016-02-10 10:41:27 +01:00
Johan Andrén
442d10d123 Merge pull request #19673 from newca12/newca12-#19610-fix-multipart-form-data-unmarshaller
=htp fix multipart/form-data unmarshaller when no Content-Type field
2016-02-10 10:15:11 +01:00
Konrad Malawski
645028fa8c Merge pull request #19715 from ktoso/wip-done-marshalling
+htc #19708 provides default marshaller for akka.Done (200, empty text…
2016-02-10 10:11:16 +01:00
Johan Andrén
42a994d13a Merge pull request #19724 from ktoso/wip-dontrecommendautodowning-ktoso
=doc hide auto downing from default sample config in cluster
2016-02-10 10:04:29 +01:00
Johan Andrén
0970db85ad Merge pull request #19717 from akka/wip-silence-sub-ack-patriknw
silence deadletter logging of SubscribeAck
2016-02-10 10:03:17 +01:00
Roland Kuhn
edc92eb53e add hook before each persistence TCK test case 2016-02-10 09:24:15 +01:00
Roland Kuhn
6f06e60480 prohibit concurrent write request from same persistenceId #19694
- also use scalactic.ConversionCheckedTripleEquals
- also remove usage of the setting `max-message-batch-size`
2016-02-10 09:24:06 +01:00
Martynas Mickevičius
0fc3fceb8b #19719 add ThrottleMode Java API 2016-02-10 10:17:02 +02:00
Felix Geller
01bbd59490 Fixes typo in docstring. 2016-02-10 13:54:43 +13:00
Konrad Malawski
429ec5556d Merge pull request #19722 from johanandren/wip-19721-flowconflatespec-failing-johanandren
=str #19721 Failing FlowConflateSpec and NPE in Batch fixed
2016-02-09 21:14:31 +01:00
Konrad Malawski
9f8a2a1fc6 Merge pull request #19727 from enelson/master
spelling corrections
2016-02-09 21:02:29 +01:00
Konrad Malawski
4029669e1f =doc hide auto downing from default sample config in cluster 2016-02-09 20:24:04 +01:00
Anton Karamanov
af3fc0c9a6 !htp #19528 HttpServerBluePrint: close connection on request entity cancellation 2016-02-09 20:06:31 +03:00
Eric Nelson
3ada03ec3a fix spelling errors in javadsl/Flow.scala 2016-02-09 09:40:36 -07:00
Johan Andrén
300ac802a0 =str #19721 Failing FlowConflateSpec and NPE in Batch fixed 2016-02-09 17:36:20 +01:00