Konrad Malawski
80fe354714
Merge pull request #19367 from akka/wip-16503-future-source-√
...
=str - 16503 - Implements a dedicated FutureSource
2016-01-08 14:38:53 +01:00
Konrad Malawski
673174a64a
Merge pull request #19382 from ktoso/wip-supress-heartbeat-logging-in-cluster-receptionist-ktoso
...
=clt silence heartbeat logging in cluster client
2016-01-08 14:22:50 +01:00
Konrad Malawski
43389d60d2
Merge pull request #19255 from spray/w/19240-http-remove-flattenMerges
...
Fix performance of HTTP server (for strict entities at least)
2016-01-08 13:56:32 +01:00
Konrad Malawski
35108384c9
=clt #19381 silence heartbeat logging in cluster client
2016-01-08 12:11:56 +01:00
Konrad Malawski
45a37f82f9
Merge pull request #19368 from 2beaucoup/fix-streams-quickstart-docs
...
Minor fixes in stream quickstart
2016-01-07 15:01:56 +01:00
Konrad Malawski
5b5474d8aa
Revert "!htc fix multipart model (java6 had trouble)"
2016-01-07 14:20:26 +01:00
2beaucoup
db353504ab
=doc minor fixes in stream quickstart
2016-01-07 14:17:42 +01:00
Konrad Malawski
5ac1b7ee47
Merge pull request #19210 from spray/w/18349-add-TlsSessionInfo-header
...
+htc #18349 emit Tls-Session-Info header when configured on both client and server
2016-01-07 13:52:34 +01:00
Konrad Malawski
f4f75c45bf
=htc disable fuzzing-mode by default in TestServer
...
So I won't catch myself again and again measuring something with fuzzing on ;)
2016-01-07 11:08:48 +01:00
Konrad Malawski
93320c0bb6
Merge pull request #19372 from akka/revert-19353-wip-17911-safe-ipv6-address-handling-johanandren
...
Revert "=act,rem #17911 handle IPv6 Addresses better"
2016-01-07 11:03:51 +01:00
Konrad Malawski
6ecab411b8
Revert "=act,rem #17911 handle IPv6 Addresses better"
2016-01-07 11:03:18 +01:00
Konrad Malawski
c1f20cd9fa
Merge pull request #19353 from akka/wip-17911-safe-ipv6-address-handling-johanandren
...
=act,rem #17911 handle IPv6 Addresses better
2016-01-07 10:34:09 +01:00
Konrad Malawski
b9cb6d1329
=str include port name when require fails in GraphStage
2016-01-07 03:07:31 +01:00
Viktor Klang
59bff70c87
=str - 16503 - Implements a dedicated FutureSource
...
Avoids the overhead of
`Source.single(future).mapAsyncUnordered(1)(identity).withAttr…`
Fixes #16503
2016-01-06 13:01:37 +01:00
Johan Andrén
711c407a8f
=act,rem #17911 handle IPv6 Addresses better
...
* NettyTransport will autowrap IPv6 addresses in brackets if needed
* Address asserts that IPv6 addresses are wrapped in brackets
2016-01-05 21:47:45 +01:00
Konrad Malawski
ec24b6eea3
Merge pull request #19358 from kubukoz/kubukoz-patch-2
...
=doc #19357 fix grammar in CONTRIBUTING.md
2016-01-05 19:46:42 +01:00
Jakub Kozłowski
f8f32316b9
=doc #19357 fix grammar in CONTRIBUTING.md
2016-01-05 19:42:08 +01:00
Konrad Malawski
b984e7d06c
Merge pull request #19356 from kubukoz/patch-1
...
=doc #19355 fix typo in docs
2016-01-05 18:42:44 +01:00
Jakub Kozłowski
5258707855
=doc #19355 fix typo in docs
2016-01-05 18:17:06 +01:00
Johannes Rudolph
98173533ae
+htc #18349 emit Tls-Session-Info header when configured on both client and server
2016-01-05 14:55:17 +01:00
Konrad Malawski
b4f367e46a
Merge pull request #19349 from ktoso/wip-withoutSizeLimit-ktoso
...
+htc #19237 entity#withSizeLimit for Java + add withoutSizeLimit
2016-01-05 14:39:51 +01:00
Konrad Malawski
839828517e
Merge pull request #19351 from akka/wip-19341-higher-timeout-ask-spec-johanandren
...
=act #19341 increase timeout of askspec testcase
2016-01-05 13:09:00 +01:00
raam
020694d823
=htc Added test to check if charset is set on application/json content type
2016-01-05 12:50:49 +01:00
Konrad Malawski
3be2a309cf
Merge pull request #19350 from ktoso/wip-java-example-response-ktoso
...
=doc,htc show explicitly how to return an HttpResponse in Java8 DSL
2016-01-05 12:36:30 +01:00
Johannes Rudolph
1f00b0c1c0
=htc #19352 HttpServerBluePrint: get rid of costly flatMapConcat on the rendering-side
2016-01-05 12:26:32 +01:00
Johannes Rudolph
ced5aa7ddc
=htc #19240 HttpServerBluePrint: replace splitWhen/prefixAndTail with simple GraphStage
2016-01-05 12:26:08 +01:00
Roland Kuhn
ec3858e893
make FlowOps(Mat).Repr(Mat) safe and precise
2016-01-05 11:58:15 +01:00
Johan Andrén
5053bd007a
=act #19341 increase timeout of askspec testcase
2016-01-05 11:18:51 +01:00
Konrad Malawski
0ec6ef1fd9
=doc,htc show explicitly how to return an HttpResponse in Java8 DSL
...
See question:
https://groups.google.com/forum/#!topic/akka-user/ZmIP7RIDeUs
2016-01-05 11:16:14 +01:00
Konrad Malawski
d4006dab47
Fix link to contributing.md
2016-01-05 10:16:04 +01:00
Martynas Mickevičius
9f860d2569
Merge pull request #19310 from akka/wip-contributing-easier-to-find-ktoso
...
=doc link to contributing.md from readme
2016-01-05 11:14:31 +02:00
Konrad Malawski
b77a511bba
Merge pull request #19347 from spray/w/19340-fix-ws-termination
...
Fix #19340
2016-01-05 10:05:39 +01:00
Konrad Malawski
544a4deed0
+htc #19237 entity#withSizeLimit for Java + add withoutSizeLimit
2016-01-05 02:43:59 +01:00
Konrad Malawski
cdc55d71ff
=htc add explicit override keyword where apropriate
2016-01-05 02:43:22 +01:00
Konrad Malawski
e778d05130
Merge pull request #19329 from akka/wip-19327-fix-inputstreamsinkspec-√
...
=str - 19327 - Fixes race condition in InputStreamSinkSpec
2016-01-04 23:37:07 +01:00
Johannes Rudolph
a1d99361c2
=htc #19340 fix broken user-handler completion in WS
...
This regression was introduced during the switch from `headAndTail` to
`prefixAndTail(1)`.
2016-01-04 17:42:52 +01:00
Johannes Rudolph
e017792e4e
=htc cleanup imports
2016-01-04 11:14:12 +01:00
Viktor Klang
fc4cdcdf53
=str - 19327 - Fixes race condition in InputStreamSinkSpec
...
+ Cleanup of that spec
2016-01-02 21:28:17 +01:00
Konrad Malawski
e0e84fab7b
Merge pull request #19314 from kryger/doc-akka-sbt-templates
...
=doc #19302 fix activator link in getting started docs
2015-12-30 14:51:20 +01:00
Lukasz Kryger
7aed6fb2ff
=doc #19302 fix activator link in getting started docs
2015-12-30 13:44:44 +00:00
Konrad Malawski
7229bb66dd
Merge pull request #19281 from RayRoestenburg/wip-RayRoestenburg/#19246
...
#19246 Auto and manual reset and `BackoffOptions`.
2015-12-29 23:01:47 +01:00
Konrad Malawski
1ac9b4eafb
Merge pull request #19308 from hbf/19299_benchmark_for_flatMapMergre_hbf
...
Benchmark for the flatMapMerge operator
2015-12-29 22:18:11 +01:00
Raymond Roestenburg
2404a9da01
#19246 Auto and manual reset and BackoffOptions.
...
Also moved `TransparantExponentialBackoffSupervisor` to `akka.pattern` (renamed to `BackoffOnRestartSupervisor`)
2015-12-29 21:23:16 +02:00
Konrad Malawski
031147d322
Merge pull request #19273 from talp-traiana/per-19221-eager-plugin-initialization
...
=per #19221 Eager initialization of persistence plugins
2015-12-29 16:43:24 +01:00
Konrad Malawski
a671035bb0
=doc link to contributing.md from readme
2015-12-29 14:39:37 +01:00
Konrad Malawski
f9344ab7d9
Merge pull request #19307 from agolubev/agolubev-#18967-Source.actorRef-take-name-from-stage
...
=str #18967 Source.actorRef really take name from the stage
2015-12-29 11:31:39 +01:00
Kaspar Fischer
6bf2f53a21
Benchmark for the flatMapMerge operator
...
Add a JMH benchmark for Flow.flatMapMerge(). The benchmark processes
100k elements that – depending on the parameter NumberOfStreams – come
from:
- NumberOfStreams=0: a single source. In this case, flatMapMerge() is
not used. This is the base line against which the other tests run.
- NumberOfStreams>0: the 100k elements come from NumberOfStreams-many
sources, each of which produces (100k/NumberOfStreams)-many elements.
The sources are merged together via flatMapMerge().
Notice that in the latter case, the sources are pre-fused to make the
comparison as fair as possible.
2015-12-28 21:01:27 -08:00
Alexander Golubev
a16f87153e
=str #18967 Source.actorRef really take name from the stage
...
test added
2015-12-28 22:32:07 -05:00
Konrad Malawski
2bade93c31
Merge pull request #19305 from kryger/master
...
=doc Add the missing closing parenthesis
2015-12-28 15:01:59 +01:00
Lukasz Kryger
f181aa0334
Make it clear that AkkaAppPackaging is actually deprecated
...
Also, fix missing closing parenthesis.
2015-12-28 13:47:42 +00:00