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 |
|
Roland Kuhn
|
d0e6f46f14
|
add maxFixedBufferSize materializer setting #19702
|
2016-02-10 20:55:50 +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 |
|
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 |
|
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 |
|
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 |
|
Eric Nelson
|
c61f5b32e1
|
spelling corrections
|
2016-02-09 08:38:13 -07:00 |
|
Anton Karamanov
|
6ef9ab3276
|
=htc #19528 OutgoingConnectionBlueprint: replace splitWhen/prefixAndTail with custom stage
|
2016-02-09 18:09:14 +03:00 |
|
Anton Karamanov
|
8cea39cdef
|
+str #19528 Add propagateSubstreamCancel flag to splitWhen and splitAfter
|
2016-02-09 18:09:14 +03:00 |
|
Konrad Malawski
|
0d08d468d1
|
Merge pull request #19718 from naferx/wip/copyright-headers
Add Typesafe copyright header
|
2016-02-09 13:18:09 +01:00 |
|
Endre Sándor Varga
|
8e37ff42f5
|
#19553 One2OneBidi should report truncation also if wrapped flow cancels early
|
2016-02-09 12:35:20 +01:00 |
|
Nafer Sanabria
|
04a7283888
|
Add Typesafe copyright header
|
2016-02-08 15:45:35 -05:00 |
|
Johan Andrén
|
0919889e74
|
!str #19710 Use Java types in Attributes Java API
|
2016-02-08 18:58:00 +01:00 |
|
Patrik Nordwall
|
aaa8a2bb4c
|
silence deadletter logging of SubscribeAck
* since it is normally (practially always) a local
messages send that will not be rejected you don't
care about the ack
|
2016-02-08 18:20:36 +01:00 |
|
Johan Andrén
|
9880ad2678
|
Merge pull request #19712 from johanandren/wip-19699-no-private-types-in-http-public-api-johanandren
=htc #18993 HttpConnectionPool constructor made private as it leaks i…
|
2016-02-08 18:18:57 +01:00 |
|
Konrad Malawski
|
3d718cf1f1
|
+htc #19708 provides default marshaller for akka.Done (200, empty text response)
|
2016-02-08 16:07:35 +01:00 |
|
Johan Andrén
|
77e354443e
|
=htc #18993 HttpConnectionPool constructor made private as it leaks impl type
|
2016-02-08 13:55:44 +01:00 |
|
drewhk
|
954d8d92ef
|
Merge pull request #19696 from keredin/master
Fix memory leak in AddressTerminatedTopic, refs #19672
|
2016-02-08 13:19:07 +01:00 |
|
Konrad Malawski
|
ac6b736868
|
Merge pull request #19624 from danxmoran/danxmoran-19581-ignore-mima
=pro #19581 Ignore MiMa changes in validatePullRequest.
|
2016-02-08 13:11:44 +01:00 |
|
drewhk
|
602081c2e7
|
Merge pull request #19641 from akka/wip-19547-make-stages-overview-complete-johanandren
=doc #19547 Better overview of stages
|
2016-02-08 13:11:33 +01:00 |
|
Konrad Malawski
|
7dd73e42c0
|
Merge pull request #19415 from briantopping/resources-with-osgi
=htp #19331 Make FileAndResourceDirectives work in OSGi environments
|
2016-02-08 13:06:18 +01:00 |
|
drewhk
|
2684112246
|
Merge pull request #19564 from akka/wip-19552-implement-conflate-in-terms-of-batch-johanandren
=str #19552 Replacing Conflate with Batch
|
2016-02-08 12:53:56 +01:00 |
|
drewhk
|
a799aa5591
|
Merge pull request #19665 from dorin-cbz/master
Correct typo in 'Source.from()' function documentation
|
2016-02-08 12:38:53 +01:00 |
|
drewhk
|
ba1283eab1
|
Merge pull request #19625 from agolubev/agolubev-#19585-Failed-InputStreamSinkSpec
=str #19585 fix long initialization for InputStreamSinkSpec
|
2016-02-08 12:24:50 +01:00 |
|
Konrad Malawski
|
08be899c4d
|
Merge pull request #19695 from naferx/remove-unused-imports
=htt Remove unused imports
|
2016-02-08 11:47:21 +01:00 |
|
Johan Andrén
|
058ae00f37
|
Merge pull request #19706 from johanandren/wip-19692-ws-message-class-docs-johanandren
=htc #19692 Improved docs for the web socket message classes
|
2016-02-08 10:48:08 +01:00 |
|
Johan Andrén
|
b8755f6de2
|
=htc #19692 Improved docs for the web socket message classes
|
2016-02-08 10:47:36 +01:00 |
|
Roland Kuhn
|
f817130326
|
Merge pull request #19699 from johanandren/wip-19698-scala-tuples-in-java-source-johanandren
!str #19698 Remove tuple from Java API Source signatures
|
2016-02-08 10:33:08 +01:00 |
|
Roland Kuhn
|
cd8eba9c67
|
Merge pull request #19697 from 2m/wip-rendering-warning-2m
#19639 Supress warnings on custom headers
|
2016-02-08 10:26:08 +01:00 |
|
Johan Andrén
|
1822108175
|
Merge pull request #19543 from akka/wip-19315-document-websocket-client-johanandren
=doc #19315 websocket client docs
|
2016-02-08 10:16:08 +01:00 |
|
Johan Andrén
|
4116ba5d45
|
Merge pull request #19685 from johanandren/wip-19674-http-header-request-or-response-audit-johanandren
!htt #19674 Audit HTTP headers and mark correctly as response or request
|
2016-02-08 10:14:10 +01:00 |
|
Dorin Cobzac
|
dbc41d5a90
|
=str - correct typo in 'Source.from()' function documentation
|
2016-02-05 19:12:04 +02:00 |
|
Johan Andrén
|
8c60ad0a02
|
!str #19698 Remove tuple from Java API Source signatures
|
2016-02-05 17:04:50 +01:00 |
|
Johan Andrén
|
0b3ad39217
|
Java and Scala overview separated. delay and initialDelay added
|
2016-02-05 16:42:50 +01:00 |
|
Johan Andrén
|
62020f44a8
|
One small step for mankind but a pretty big one for the stage overview
|
2016-02-05 14:37:47 +01:00 |
|
Martynas Mickevičius
|
6d3e3cfff7
|
#19639 Supress warnings on custom headers
|
2016-02-05 12:49:30 +02:00 |
|