Commit graph

18361 commits

Author SHA1 Message Date
Martynas Mickevičius
3473ed89cc #19517 publish akka parsing 2016-01-20 07:18:17 +02:00
Konrad Malawski
ef77b56e66 Merge pull request #19526 from ktoso/spray-wip-16819-mathias
PR #19479 with identity fixup
2016-01-20 01:55:18 +01:00
Konrad Malawski
96b5ca2a0a +htc add BiDiFlow.identity in JavaDSL 2016-01-20 00:50:39 +01:00
Mathias
5823486ccb +htc #16819 implement server-side request timeouts 2016-01-20 00:50:39 +01:00
Mathias
7eed4a34a5 !htc improve header rendering control by introducing distinction between request and response headers 2016-01-20 00:50:39 +01:00
Mathias
78f5c35e27 =htc update outdated documentation in reference.conf 2016-01-20 00:50:39 +01:00
Konrad Malawski
a7f7f5e1d9 Merge pull request #19525 from wjur/wjur/form_field_docs_fix
=doc Move formField directives' docs to a correct directory
2016-01-20 00:09:26 +01:00
Wojciech Jurczyk
5a7a48824e =doc Move formField directives' docs to a correct directory 2016-01-19 23:38:35 +01:00
Roland Kuhn
ec18320d5a Merge pull request #19509 from akka/wip-misc-streams-thingies-√
Minor streams touchups
2016-01-19 17:01:52 +01:00
Roland Kuhn
5beb7f6e39 Merge pull request #19461 from israel/israel-#19176
+str #19176 Added Partition Graph Stage with tests
2016-01-19 16:56:41 +01:00
Viktor Klang
58510a2b3f Minor streams touchups 2016-01-19 16:14:34 +01:00
drewhk
93952f356a Merge pull request #19504 from akka/wip-18744-remove-jmh-bench-javadocs-johanandren
=pro #18744 Disable generation of javadoc for akka-bench-jmh
2016-01-19 15:15:57 +01:00
Roland Kuhn
0db2c303ce Merge pull request #19465 from wjur/wjur/form_fields_master
[WIP] #16651 Add formFieldMap, formFieldMultiMap & formFieldSeq Directives
2016-01-19 14:43:50 +01:00
israel
c15f4d15f4 +str #19176 Added Partition Graph Stage with tests 2016-01-19 15:24:54 +02:00
drewhk
4de3f63b93 Merge pull request #19488 from akka/wip-19398-forward-port-RK
multiple HTTP logic fixes
2016-01-19 12:29:17 +01:00
drewhk
4e6167364b Merge pull request #19438 from 2m/wip-eager-zip-mergep
#19271 Eager Zip and Merge Preferred
2016-01-19 12:17:44 +01:00
drewhk
7c93b691fb Merge pull request #19515 from akka/wip-19449-stream-2.4-migration-guide-johanandren
=doc #19449 new migration guide for streams 2.0 to 2.4
2016-01-19 12:02:33 +01:00
Konrad Malawski
0a5ff1cafe Merge pull request #19497 from ktoso/wip-logging
=act #19496 add sender information in LoggingReceive
2016-01-19 11:14:28 +01:00
Johan Andrén
e25dec5c53 =doc #19449 new migration guide for streams 2.0 to 2.4 2016-01-19 11:05:28 +01:00
drewhk
5ad7171852 Merge pull request #19239 from galarragas/master
Adding to the contrib module an Proxy Actor implementing the circuit breaker pattern
2016-01-19 11:04:08 +01:00
Roland Kuhn
2cca0788ed #19503 fix closed-pull in ResponseParsingMerge
also assert all stages stopped in HighLevelOutgoingConnectionSpec
2016-01-19 10:21:00 +01:00
Roland Kuhn
dd388d838b fix HttpResponseRenderer termination
- upstream termination arriving after a pull() would lead to deadlock
- downstream pull that goes to SubSink would lead to deadlock if followed
  by SubSink completion
2016-01-19 10:21:00 +01:00
Roland Kuhn
5523e1d70f #19467 avoid pulling closed port in ProtocolSwitch 2016-01-19 10:21:00 +01:00
Roland Kuhn
8d6bacab2f #19451 use random port in WebsocketIntegrationSpec 2016-01-19 10:21:00 +01:00
Roland Kuhn
e0361ece66 #19398 fix stream leak in ProtocolSwitchStage
also fix potential NPE in TCP streams when failed or canceled early for
an outgoing connection
2016-01-19 10:21:00 +01:00
Martynas Mickevičius
8c1350b0d4 Merge pull request #19505 from 2m/wip-stream-build-fix
Various streams build improvements
2016-01-19 11:17:11 +02:00
Roland Kuhn
cc2daa5bd5 Merge pull request #19487 from akka/wip-19014-make-StageActorRef-location-transparent-RK
Wip 19014 make stage actor ref location transparent rk
2016-01-19 10:12:30 +01:00
Roland Kuhn
f7444d698c #19014 make Akka Typed spawnAdapter more efficient 2016-01-19 08:32:45 +01:00
Roland Kuhn
ea34103f98 #19014 add FunctionRef and use in GraphStage.StageActor
This new light-weight ActorRef supports running a non-blocking
side-effect upon message send, which is used to dispatch an async
callback to a GraphStageLogic, or it can be used to make the Akka Typed
adapters more efficient. The FunctionRef is registered with its parent,
and it is not user-level API (hence only accessible by downcasting the
ActorContext).
2016-01-19 08:32:38 +01:00
Martynas Mickevičius
7743aa9d0a Various streams build improvements
* remove settings duplication between AkkaBuild and project specific .sbt files
* do not publish test projects
* run akka-http-core tests
* fix lambda sample project versions
* remove obsolete projects (streamAndHttp, httpParent, docsDev)
* exclude parsing project from unidoc
* update to the latest sbt
2016-01-18 18:16:30 +02:00
Johan Andrén
4e90f7ccc1 =pro #18744 Disable generation of javadoc for akka-bench-jmh 2016-01-18 14:07:44 +01:00
Konrad Malawski
1caf4b2502 Merge pull request #19476 from drewhk/wip-19441-java-optional-in-javadsl-drewhk
Wip 19441 java optional in javadsl drewhk
2016-01-18 13:54:27 +01:00
Konrad Malawski
7dbd7dfc46 Merge pull request #19495 from akka/wip-19427-UpgradeToWebsocket-Flow-RK
#19427 do not require Flow in UpgradeToWebsocket
2016-01-18 13:05:05 +01:00
Roland Kuhn
70ff55ac36 Merge pull request #19501 from timcharper/master
=doc expound on SubFlow motivation / upgrade procedure
2016-01-18 10:20:03 +01:00
Tim Harper
8d94ef3294 =doc expound on SubFlow motivation / upgrade procedure
Incorporate Roland's comments from
https://groups.google.com/d/msg/akka-user/_blLOcIHxJ4/i1DOoylmEgAJ
2016-01-18 01:26:21 -07:00
Konrad Malawski
9209a302c5 =act #19496 add sender information in LoggingReceive 2016-01-17 20:49:10 +01:00
Roland Kuhn
ab117c9e56 #19427 do not require Flow in UpgradeToWebsocket 2016-01-17 17:19:36 +01:00
Roland Kuhn
960cc5a6e4 fix up StreamTestKitSpec 2016-01-16 17:55:03 +01:00
Konrad Malawski
6f89251810 Merge pull request #19484 from bwmcadams/master
Corrected several misspellings of the word "losing".
2016-01-16 12:39:28 +01:00
Brendan McAdams
269a3b3647 Corrected several misspellings of the word "losing". 2016-01-15 20:20:15 -08:00
Konrad Malawski
b21f2ff292 Merge pull request #19473 from sbrunk/typos
Fix a few typos in akka-stream docs
2016-01-15 22:45:55 +01:00
Sören Brunk
a39078d450 Fix a few typos in akka-stream docs 2016-01-15 17:45:09 +01:00
Endre Sándor Varga
57c1dfde8a 19441: Use Optional instead of Option in http core javadsl 2016-01-15 16:20:46 +01:00
Endre Sándor Varga
7a39063f2e #19441: Use Optional instead of Option in javadsl 2016-01-15 14:38:05 +01:00
galarragas
c79966a2f0 Post review changes: converted reference to circuit-breaker into a rst ref. Renamed the section into circuit-breaker-proxy to avoid section ID conflicts 2016-01-15 10:47:27 +00:00
Martynas Mickevičius
edc119dd6f #19271 Eager pull for Concat and Interleave 2016-01-15 08:44:27 +02:00
Wojciech Jurczyk
edf0d6cb21 +htp: #16651 Add formFieldMap, formFieldMultiMap & formFieldSeq Directives 2016-01-14 23:16:00 +01:00
drewhk
ecc916abfd Merge pull request #19459 from drewhk/wip-19457-fwd-port-drewhk
#19457: emitMultiple should handle empty iterator (fwd port)
2016-01-14 19:57:54 +01:00
Konrad Malawski
ba1240e28f Merge pull request #19455 from 2beaucoup/remove-java6-compat
Remove java6 compat
2016-01-14 18:50:53 +01:00
Konrad Malawski
2925beace9 Merge pull request #19460 from ktoso/wip-contettype-ktoso
=htc #19418 avoid LUB problem in javadsl.model.ContentType, see SI-9621
2016-01-14 18:33:26 +01:00