Konrad Malawski
984740198e
Merge pull request #19268 from akka/wip-2.0-fixes-RK
...
Wip 2.0 fixes rk
2015-12-22 23:43:04 +01:00
Konrad Malawski
baebe079ff
Merge pull request #19262 from ktoso/wip-fix-inputstreamsource-ktoso
...
=htc,str #19256 InputStreamPublisher could emit without pending demnd
2015-12-22 23:26:23 +01:00
Konrad Malawski
b590b50f0d
=htc,str #19256 add TCK test for InputStreamPublisher
2015-12-22 23:23:52 +01:00
Roland Kuhn
939319e84d
#19235 document fusing
2015-12-22 22:27:59 +01:00
Roland Kuhn
a733096564
#19267 add .viaAsync combinator
2015-12-22 22:27:51 +01:00
Konrad Malawski
6c6815f985
Merge pull request #19266 from ktoso/wip-docs-fixup
...
=str fix typo in scaladoc
2015-12-22 21:30:11 +01:00
Roland Kuhn
8a5a420108
#19261 override and test addAttributes compilation
2015-12-22 20:56:02 +01:00
Konrad Malawski
cc0445f900
=htc,str #19256 InputStreamPublisher could emit without pending demand, bug
2015-12-22 20:23:41 +01:00
Konrad Malawski
94ff756676
Merge pull request #19254 from analytically/patch-1
...
+htc add blocked-by as convenience rel (see https://datatracker.ietf .…
2015-12-22 20:09:14 +01:00
Konrad Malawski
3975ac3281
=str fix typo in scaladoc
2015-12-22 19:49:09 +01:00
Viktor Klang
0f3d3c21e1
=str - Adds minor touchups to Unfold & UnfoldAsync
...
* Makes the classes final
* Sprinkles pixiedust
* Switches to ScalaFutures in the test
2015-12-22 18:34:02 +01:00
Mathias Bogaert
5312902e0a
+htc add blocked-by as convenience rel (see https://datatracker.ietf.org/doc/draft-ietf-httpbis-legally-restricted-status/?include_text=1 )
2015-12-21 17:09:52 +00:00
Konrad Malawski
801911aca1
Merge pull request #19249 from bantonsson/wip-ban-anq-value-nepotism-master
...
=act #19216 Fix AbstractNodeQueue value nepotism (Forward Port)
2015-12-21 17:19:30 +01:00
Konrad Malawski
ddceadff7b
Merge pull request #19250 from ktoso/wip-fix-multipart-model-java6-ktoso
...
!htc fix multipart model (java6 had trouble)
2015-12-21 16:55:57 +01:00
Konrad Malawski
f83bb19496
Merge pull request #19247 from 2beaucoup/handle-rejection-sample
...
=doc add custom ValidationRejection handling to samples
2015-12-21 16:29:59 +01:00
Konrad Malawski
1de057b892
!htc fix multipart model (java6 had trouble)
2015-12-21 16:16:27 +01:00
Björn Antonsson
36e736582b
=act #19216 Fix AbstractNodeQueue value nepotism
2015-12-21 15:57:43 +01:00
2beaucoup
565b480b2e
=doc add custom ValidationRejection handling to samples
2015-12-21 15:34:35 +01:00
Konrad Malawski
59a079d1f2
Merge pull request #19219 from ktoso/wip-sslconfig-ktoso
...
Apply ssl-config and include hostname validation
2015-12-21 14:41:40 +01:00
Roland Kuhn
4f5bba04a9
add fusing to migration guide
2015-12-21 14:26:44 +01:00
Konrad Malawski
d71c55174c
=doc explain hostname verification, recommend upgrading
2015-12-21 13:51:39 +01:00
Roland Kuhn
79f7fabed7
Merge pull request #19242 from akka/wip-19222-stream-deadletters-RK
...
#19222 describe why stream elements may be dropped silently
2015-12-21 13:44:04 +01:00
Roland Kuhn
9d4c7b5d43
Merge pull request #19243 from akka/wip-optimize-fusing-RK
...
fusable SplitWhen and reusable HTTP blueprint
2015-12-21 13:43:30 +01:00
Konrad Malawski
8cf86e693c
=htp #19184 better TLS defaults and hostname verification
...
+ depends on com.typesafe.ssl-config which we'll need to release
+ also makes tests compile on JDK6, to enable testing this on JDK6
2015-12-21 13:20:24 +01:00
Roland Kuhn
469e15581f
fusable SplitWhen and reusable HTTP blueprint
...
plus further optimizations
Lots of contributions from drewhk (Endre Varga).
2015-12-21 12:28:21 +01:00
Patrik Nordwall
f283b8bc32
Merge pull request #19245 from akka/wip-sharding-leaving2-patriknw
...
=cls increase the delay in the graceful shutdown example
2015-12-21 10:43:23 +01:00
Patrik Nordwall
5ebdd79bee
=cls increase the delay in the graceful shutdown example
2015-12-21 09:54:14 +01:00
Patrik Nordwall
290f402b79
Merge pull request #19211 from akka/wip-19201-max-pools-size-patriknw
...
=act #19201 improve configuration of thread-pool-executor
2015-12-21 09:50:42 +01:00
Patrik Nordwall
a1c3dbe307
=act #19201 improve configuration of thread-pool-executor
...
* The old implementation would cap the pool size (both corePoolSize
and maximumPoolSize) to max-pool-size, which is very confusing
becuase maximumPoolSize is only used when the task queue is bounded.
* That resulted in configuring core-pool-size-min and core-pool-size-max
was not enough, because it could be capped by the default max-pool-size.
* The new behavior is simply that maximumPoolSize is adjusted to not be
less than corePoolSize, but otherwise the config properties match the
underlying ThreadPoolExecutor implementation.
* Added a convenience fixed-pool-size property.
2015-12-21 09:50:02 +01:00
Roland Kuhn
3c3545020b
Merge pull request #19244 from akka/wip-17849-reenable-ActorMaterializerSpec-test-RK
...
merging: this test should run henceforth
/cc @drewhk
2015-12-20 22:35:31 +01:00
Roland Kuhn
7e05fa4e37
Merge pull request #19223 from agolubev/agolubev-#19215-Sink.inputStream-OutOfBoundsException
...
=str #19215 Sink.inputStream OutOfBoundsException
2015-12-20 22:33:57 +01:00
Roland Kuhn
5b8c6f161c
#17849 reenable ActorMaterializerSpec test
2015-12-20 21:51:14 +01:00
Alexander Golubev
5835e2fa6e
=str #19215 Sink.inputStream OutOfBoundsException
2015-12-20 15:50:10 -05:00
Roland Kuhn
7132e8130c
Merge remote-tracking branch 'pr/19106' into release-2.3-dev
2015-12-20 21:14:54 +01:00
Roland Kuhn
16b4c8ebe6
Merge pull request #19208 from 2m/wip-19193-input-stream-pub-no-buffer
...
=str #19193 remove buffer from InputStreamSource
2015-12-20 20:50:11 +01:00
Roland Kuhn
377748bb0e
Merge pull request #19107 from jdevelop/jdevelop-quarantined-event-propagation-18758
...
#18758 Send appropriate events on remote actor system shutdown and quarantine
2015-12-20 20:31:04 +01:00
Eugene Dzhurinsky
fb763040f2
Add named exception to detect when a cluster node has been quarantined by others #18758
...
Publish appropriate events to the current ActorSystem event stream upon remote ActorSystem shutdown or when current ActorSystem is quarantined by the remote ActorSystem.
2015-12-20 13:02:19 -05:00
Roland Kuhn
6a2d4e2ce6
Merge pull request #19226 from akka/wip-clarify-sharding-role-patriknw
...
=cls Clarify the sharding role setting
2015-12-20 18:49:36 +01:00
Roland Kuhn
6cb350314d
Merge pull request #19229 from akka/wip-sharding-leaving-patriknw
...
=cls improve the graceful shutdown example
2015-12-20 18:48:21 +01:00
Roland Kuhn
209a04df51
Merge pull request #19230 from akka/wip-remoting-tls-version-ktoso
...
=rem #19228 make the default TLS version 1.2
2015-12-20 18:46:59 +01:00
Roland Kuhn
9972914da0
Merge pull request #19236 from akka/wip-fix-javadoc
...
=fix missing param in javadoc example
2015-12-20 18:46:04 +01:00
Balazs Kossovics
9d71142748
#19192 Cluster extension helper to get full path of an actor ref
2015-12-20 12:22:47 +01:00
Roland Kuhn
de875cb8d1
Merge pull request #19241 from akka/wip-19238-detacher-RK
...
#19238 add detach operator and fix Detach stage
2015-12-20 12:21:24 +01:00
Roland Kuhn
6eb8b0e906
#19222 describe why stream elements may be dropped silently
2015-12-20 11:54:47 +01:00
Roland Kuhn
b0b03176ae
#19238 add detach operator and fix Detach stage
2015-12-20 11:25:53 +01:00
lolski
aadaf15b89
#18021 Sink.seq and FlowOps.limit and .limitWeighted
2015-12-20 11:00:06 +01:00
Iain Monro
52655f2836
+str #19069 Add FlowOp.prepend for prepending Sources to Flows
2015-12-20 09:55:45 +01:00
galarragas
1f4184e64b
Adding to the contrib module an Proxy Actor implementing the circuit breaker pattern
2015-12-19 14:39:49 +00:00
Roland Kuhn
f77fd82b10
Merge pull request #19220 from akka/wip-19216-forward-port-RK
...
=act #19216 Fix AbstractNodeQueue nepotism
2015-12-19 15:20:37 +01:00
Johan Andrén
9961495fad
+str #19032 Docs for graph stage and Java API
...
Including fix for #19205
2015-12-18 22:29:06 +01:00