Konrad Malawski
85f6052b2b
=fix missing param in javadoc example
...
Snippet was missing dispatcher, which is needed for `pipe()`
2015-12-18 18:23:05 +01:00
Martynas Mickevičius
ed7ea755bb
=str #19193 remove buffer from InputStreamSource
2015-12-18 16:56:28 +02:00
Konrad Malawski
ea4616c281
=rem #19228 make the default TLS version 1.2
...
TLS 1.2 should be preferred and we always have it available by virtue of requiring JDK8 for Akka 2.4.x.
See also https://blogs.oracle.com/java-platform-group/entry/java_8_will_use_tls
2015-12-18 13:11:12 +01:00
Roland Kuhn
dcfa56e547
Merge remote-tracking branch 'pr/19097' into release-2.3-dev
2015-12-18 12:22:02 +01:00
Patrik Nordwall
f5ed085179
=cls improve the graceful shutdown example
2015-12-18 11:39:52 +01:00
Patrik Nordwall
d44120b726
=cls Clarify the sharding role setting
2015-12-18 11:15:06 +01:00
Konrad Malawski
c754783633
Merge pull request #19202 from spray/wip-15674-mathias
...
!htc #15674 add Java side of Multipart model
2015-12-17 23:51:06 +01:00
Mathias
b01609c6fb
=htc, htp replace double backticks in comments with single backtick
2015-12-17 23:02:10 +01:00
Mathias
9524b234cb
!htc #15674 add Java side of Multipart model
2015-12-17 23:02:10 +01:00
Mathias
902bcbaa10
!htc restructure HttpEntity model on the Java side for consistency in modelling approach
2015-12-17 23:02:07 +01:00
Konrad Malawski
42b694fa7b
Merge pull request #19188 from johanandren/wip-19129-move-stream-factories-johananadren
...
!str #19129 New homes for file and java.io stream factories
2015-12-17 16:01:41 +01:00
Björn Antonsson
a43d323d3c
=act #19216 Fix AbstractNodeQueue nepotism
2015-12-17 15:04:55 +01:00
Johan Andrén
09a79f45e4
!str #19129 New homes for file and java.io stream factories
2015-12-17 14:41:02 +01:00
Roland Kuhn
5041d3825d
Merge pull request #19203 from akka/wip-19197-fusing-substreams-RK
...
Wip 19197 fusing substreams rk
2015-12-17 13:36:50 +01:00
Roland Kuhn
af99b1eae8
#19197 implement SubFusingActorMaterializer
...
and use it in FlattenMerge
2015-12-17 13:35:37 +01:00
Martynas Mickevičius
3bc53f499b
Merge pull request #19214 from 2m/wip-rename-source-sink-factory-applies
...
=str #19128 #19127 rename Source/Sink factory apply overloads
2015-12-17 13:19:01 +02:00
Konrad Malawski
13df059269
Merge pull request #19209 from spray/w/16821-form-data-encoding
...
=htc #16821 support UTF-8 characters in field values
2015-12-17 11:44:07 +01:00
Martynas Mickevičius
e6e476d82a
=str #19128 #19127 rename Source/Sink factory apply overloads
2015-12-17 11:48:30 +02:00
Johannes Rudolph
4a14feef08
=htc #16821 support UTF-8 characters in field values
2015-12-17 10:30:55 +01:00
Patrik Nordwall
8dbade7131
Merge pull request #19200 from akka/wip-debug-ReplayFilter-patriknw
...
=per add detailed debug logging in ReplayFilter
2015-12-17 10:28:29 +01:00
Roland Kuhn
3c3aef8952
Merge pull request #19206 from akka/wip-19196-http-memory-leak-RK
...
#19196 fix StageActorRef termination watch leak
2015-12-17 09:59:27 +01:00
Roland Kuhn
664e0a786c
#19196 fix StageActorRef termination watch leak
2015-12-17 08:35:50 +01:00
Alexander Golubev
64387583ad
=str #18821 fix Sink.queue termination
2015-12-16 17:53:36 -05:00
Konrad Malawski
d7b45e0fc3
Merge pull request #19187 from 2beaucoup/generic-csv-form-fields
...
!htp #19185 generic CSV form field unmarshallers
2015-12-16 16:08:40 +01:00
Patrik Nordwall
0af98e7bee
=per add detailed debug logging in ReplayFilter
2015-12-16 14:43:39 +01:00
Patrik Nordwall
a99fee96df
Merge pull request #19178 from akka/wip-19133-DeathPactException-patriknw
...
=rem #19133 avoid DeathPactException race condition
2015-12-16 14:21:02 +01:00
Patrik Nordwall
b6b498bd2c
=rem #19133 avoid DeathPactException race condition
...
* DeathPactException could occur if the ReliableDeliverySupervisor
was gated but not yet received Terminated and got an Ungate message
from the EndpointManager and thereby entered idle state, followed by
receiving the Terminated message, which is not handled in idle
2015-12-16 14:20:30 +01:00
2beaucoup
4e86bf0cd6
!htp #19185 generic CSV form field unmarshallers
2015-12-16 13:52:06 +01:00
Roland Kuhn
a95a5b3af8
Merge pull request #19181 from spray/wip-mathias-explicitimplicits
...
=htp add explicit type annotations to public implicits where still missing
2015-12-16 12:01:44 +01:00
drewhk
6b1508ab42
Merge pull request #19186 from drewhk/wip-fusable-prefixandtail-drewhk
...
+str: Implement PrefixAndTail as a GraphStage
2015-12-16 11:27:24 +01:00
Endre Sándor Varga
a5d29f2459
+str: Implement PrefixAndTail as a GraphStage
2015-12-16 10:46:57 +01:00
Roland Kuhn
72e3dc84de
Merge pull request #19189 from akka/wip-fusing-fused-RK
...
make fused graphs fusable
2015-12-16 10:19:28 +01:00
drewhk
caa7e68893
Merge pull request #19175 from drewhk/wip-19067-interpreter-double-fault-drewhk
...
=str #19067 : Fixed error reporting after stage is closed.
2015-12-16 09:10:50 +01:00
Roland Kuhn
e4f31b66c3
make fused graphs fusable
2015-12-15 22:02:34 +01:00
drewhk
05bcfdc14b
Merge pull request #19169 from drewhk/wip-19137-inlet-outlet-to-in-out-drewhk
...
!str #19137 : Rename inlet and outlet to in and out on Flow/Source/SinkShape
2015-12-15 17:35:36 +01:00
Endre Sándor Varga
6b4a4848c9
=str #19067 : Fixed error reporting after stage is closed.
2015-12-15 17:15:28 +01:00
Endre Sándor Varga
b478d70964
!str #19137 : Rename inlet and outlet to in and out on Flow/Source/SinkShape
2015-12-15 16:49:52 +01:00
Konrad Malawski
e851fc26a7
Merge pull request #19172 from akka/wip-explain-branches
...
=doc explain branches
2015-12-15 10:40:25 +00:00
Roland Kuhn
3d20915cf4
Merge pull request #19104 from akka/wip-fusing-RK
...
Implement Operation Fusing
2015-12-15 10:07:29 +01:00
Roland Kuhn
a20bbce433
add fusing
2015-12-15 09:24:52 +01:00
Mathias
c53025a780
=htp add explicit type annotations to public implicits where still missing
2015-12-14 23:06:07 +01:00
Roland Kuhn
2fbea1607b
Merge pull request #18855 from okthatsneat/Issue-18849_@okthatsneat_fix-ortography_persistence_doc
...
=doc #18849 Improve orthography & grammar
2015-12-14 17:41:03 +01:00
Philipp Hofmann
dff87ad04f
=doc #18849 Improve orthography & grammar
...
For all docs:
* remove consecutive duplicate words
* Improve use of commata
* Improve use of articles
* Improve consistent use of singular/plural
* Simplify run-on sentences
Review iterations:
* Integrate @rkuhn review points
- bring back the comma for the interjection
- ‘to not’ is not inverted if the infinitive form still follows
- Elegantly connect a run on sentence with a semicolon
- Correct semantic error
- Strictly monotonically preserve math expressions
- Use correct english futures
* Cross sync changes to files in scala, java & java-lambda documentation files using git diff -u | patch
2015-12-14 17:24:41 +01:00
Konrad Malawski
0fb6654f4f
Merge pull request #19157 from johanandren/wip-19156-remove-sink-sorce-flow-stage-johanandren
...
!str #19156 Source/Flow/Sink-Stage removed
2015-12-14 15:18:36 +00:00
Konrad Malawski
899ff75904
=doc explain branches
...
Explain which branch is used for what.
2015-12-14 15:05:28 +00:00
Konrad Malawski
7770e8e484
Merge pull request #19171 from ktoso/port-branch
...
=htp stop case class extraction from throwing IllegalArgumentException
2015-12-14 14:44:05 +00:00
Anderson Osagie
d4ad6ea885
=htp stop case class extraction from throwing IllegalArgumentException
2015-12-14 14:42:58 +00:00
Johan Andrén
bcc3525bd9
!str #19156 Source/Flow/Sink-Stage removed
2015-12-14 15:29:04 +01:00
Konrad Malawski
000630c036
Merge pull request #19158 from ktoso/wip-more-docs-on-entitylimit-ktoso
...
=htc,doc more docs on EntityStreamSizeException
2015-12-14 12:05:10 +00:00
Konrad Malawski
08d0f2290d
Merge pull request #19165 from hochgi/hochgi-unfold-docs-fixes
...
=str fixing documentation for PR #19143
2015-12-14 11:36:42 +00:00