Mathias
25dd541f29
=htc small improvements in DateTime
2014-12-18 17:12:17 +01:00
Mathias
12f05b0333
=htp mark Http.ServerBinding sealed
2014-12-18 17:12:17 +01:00
Patrik Nordwall
ef2835d60e
Merge pull request #16550 from akka/wip-16400-javadsl-stream-io-patriknw
...
!str #16400 Add Java API for StreamTcp
2014-12-18 13:19:20 +01:00
Patrik Nordwall
042701efba
Merge pull request #16562 from akka/wip-16484-removed-junction-name-patriknw
...
!str #16484 #16392 Remove String identifier of junctions
2014-12-18 13:18:11 +01:00
Patrik Nordwall
7034c60eb3
!str #16400 Add Java API for StreamTcp
...
* move io.StreamTcp to scaladsl.StreamTcp
* add javadsl.StreamTcp that delegates to scaladsl implementation
* move impl
* add java test
2014-12-18 12:40:41 +01:00
Patrik Nordwall
e85ba73af0
!str #16484 #16392 Remove String identifier of junctions
...
* descriptive name can still be defined with OperationAttributes.name
* revisit all factory methods (apply/create) and implement and document
them in a consistent manner
2014-12-18 12:25:59 +01:00
Konrad Malawski
b67688dd59
Merge pull request #16555 from ktoso/docs-streams-graphs
...
akka streams docs: graphs
2014-12-17 16:15:34 +01:00
Konrad 'ktoso' Malawski
8274453549
+doc akka streams docs, flowGraphs
2014-12-17 15:47:12 +01:00
Patrik Nordwall
5892d49bed
Merge pull request #16559 from akka/wip-16557-Source.single-patriknw
...
!str #16557 Rename Source.singleton to Source.single
2014-12-17 13:05:39 +01:00
Patrik Nordwall
05a0d39d26
Merge pull request #16556 from akka/wip-16455-cleanup-materializer-settings-patriknw
...
!str #16455 Remove unused fanout settings
2014-12-17 13:02:29 +01:00
Konrad Malawski
59f776b887
Merge pull request #16558 from akka/wip-16479-FreeDirective-patriknw
...
=str #16479 Make constructor of FreeDirective internal
2014-12-17 12:54:47 +01:00
Konrad Malawski
29f70d9d6b
Merge pull request #16526 from ktoso/docs-streams-quickstart-ktoso
...
akka-streams docs - quickstart
2014-12-17 12:28:43 +01:00
Konrad 'ktoso' Malawski
463df34d7a
+doc quickstart docs for akka streams, initial version
2014-12-17 12:08:22 +01:00
Patrik Nordwall
d6bd77cf05
=str #16479 Make constructor of FreeDirective internal
2014-12-17 12:02:42 +01:00
Patrik Nordwall
5bf2ab43bd
!str #16557 Rename Source.singleton to Source.single
2014-12-16 17:02:27 +01:00
Roland Kuhn
b42124cbe4
Merge pull request #16489 from spray/w/16488-fix-http-tests
...
=htc #16488 add missing assertions in tests
2014-12-16 15:55:53 +01:00
Patrik Nordwall
601b67c8e7
!str #16455 Remove unused fanout settings
2014-12-16 15:07:41 +01:00
Konrad Malawski
9c47f35459
Merge pull request #16551 from ktoso/docs-dev-styling
...
+doc apply new docs design to akka-docs-dev
2014-12-16 14:44:55 +01:00
Patrik Nordwall
9db464f50a
Merge pull request #16457 from spray/w/introduce-http-aggregate-project
...
+pro create akka-http-parent project as an anchor to run aggregate tasks on
2014-12-16 14:42:03 +01:00
Konrad 'ktoso' Malawski
d6062d9549
+doc apply new docs design to akka-docs-dev
2014-12-16 12:47:24 +01:00
Johannes Rudolph
75f262d047
=htc #16488 add missing assertions in tests
...
- replaced pure `===` by `shouldEqual`
- fixed the backport of spray/spray#927 in ae8c47acc170907ee9c8dfbcb946b400035f6877
- fixed HttpHeaderParserSpec
2014-12-16 10:39:10 +01:00
Konrad Malawski
02313342fc
Merge pull request #16544 from akka/wip-15964-remove-persistence-dependency-patriknw
...
!str #15964 Remove dependency to persistence
2014-12-15 16:50:22 +01:00
Patrik Nordwall
e730f04a85
!str #15964 Remove dependency to persistence
...
* It will show up again in the right place, in enhanced form, by #16541
2014-12-15 16:27:43 +01:00
Konrad Malawski
73e2891502
Merge pull request #16485 from 2beaucoup/header-order-fix
...
=htc #16482 preserve header order during parse
2014-12-11 15:01:25 +01:00
2beaucoup
57aeb4aa54
=htc small cleanup
2014-12-11 14:43:08 +01:00
Johannes Rudolph
88a79556cb
=htc #16500 parse Sunday dates and dates with long weekday names correctly
...
Also, make sure not to parse well-known parameters into the extension block.
Thanks, @richdougherty for the first version of this patch and the additional
test cases.
2014-12-11 08:43:41 +01:00
André Rüdiger
1eee973fc2
=htc #16501 render custom Date header
2014-12-11 00:41:00 +01:00
Konrad Malawski
314040b95e
Merge pull request #16481 from 2beaucoup/minor-fixes
...
Minor changes to the Java API of the HTTP core model
2014-12-10 14:18:50 +01:00
Konrad Malawski
b570a5bff4
Merge pull request #16509 from spray/w/16508-fix-StatefulStage-emit
...
=str #16508 in StatefulStage.emit don't lose state change for single-element iterator
2014-12-10 14:05:06 +01:00
Konrad Malawski
2fee14f7bb
Merge pull request #16471 from akka/wip-noclose-optimization-√
...
=str - Addresses so that the optimizer for collect does not close over t...
2014-12-10 13:52:18 +01:00
Johannes Rudolph
2b3bb2246f
=str #16508 in StatefulStage.emit don't lose state change for single-element iterator
2014-12-10 12:28:24 +01:00
Konrad Malawski
689abd8ee7
Merge pull request #16490 from akka/wip-16467-rs-1m2-√
...
Updates Akka Streams to Reactive Streams 1.0.0.M3
2014-12-10 00:58:22 +01:00
Viktor Klang
bea8a46dee
=str - 16467 - Updates Akka Streams to Reactive Streams 1.0.0.M3
...
Only failing test is for the SynchronousIterablePublisher since the TCK doesn't handle sync
publishers well (@ktoso is working to fix this for the 1.0.0.RC1)
Adds a lot of FIXMEs to make sure we fix them before we ship the final version of Akka Streams.
2014-12-09 23:58:55 +01:00
2beaucoup
f0c83631e1
=htc #16482 preserve header order during parse
2014-12-09 11:09:26 +01:00
2beaucoup
0b3120d690
!htc replace Parameter interface with ju.Map.Entry in japi.Uri
2014-12-08 14:39:28 +01:00
2beaucoup
a9dc7e0449
!htc use japi.Option
2014-12-08 14:34:33 +01:00
2beaucoup
8049558713
=htc use forall
2014-12-08 14:33:56 +01:00
Viktor Klang
15f1e7cfd9
=str - Addresses so that the optimizer for collect does not close over the previous AstNodes
2014-12-06 11:23:44 +01:00
Konrad Malawski
bd3ee6b54f
Merge pull request #16353 from akka/wip-zipwith-√
...
+str - adds ZipWith and makes Zip use that to create tuples/pairs
2014-12-05 13:09:19 +01:00
Viktor Klang
2bd1230ca9
+str - adds ZipWith and makes Zip use that to create tuples/pairs
2014-12-03 21:30:17 +01:00
drewhk
428a3d61ae
Merge pull request #16449 from 2m/wip-fix-project-versions
...
=pro add missing versions
2014-12-03 12:05:35 +01:00
drewhk
11871a310d
Merge pull request #16447 from akka/wip-ensure-visibility-of-dealyed-init-processor-impl-ban
...
=str Ensure the visibility of the DelayedInitProcessor implementation var
2014-12-03 12:02:01 +01:00
drewhk
a619e534b9
Merge pull request #16419 from akka/wip-stream-design-docs
...
=doc First draft of Streams design principles
2014-12-03 11:57:03 +01:00
drewhk
26571c50b5
Merge pull request #16446 from akka/wip-16259-stream-javadsl-tests-ban
...
=str #16259 Added more redface testing of the stream Java DSL
2014-12-03 11:56:26 +01:00
Roland Kuhn
7e96ad881c
=doc clarify that onError is for failures (d’oh)
2014-12-03 11:43:02 +01:00
Björn Antonsson
4cd48fc1dd
=str Ensure the visibility of the DelayedInitProcessor implementation var
2014-12-03 11:35:45 +01:00
Björn Antonsson
91d29cbb3a
=str #16259 Added more red-face testing of the stream Java DSL
2014-12-03 10:33:21 +01:00
Konrad Malawski
773379e748
Merge pull request #16424 from ktoso/harden-concat-spec
...
=str #16314 harden GraphConcatSpec, it can error as soon as possible
2014-12-03 09:37:34 +01:00
Björn Antonsson
665d46a38d
Merge pull request #16420 from akka/wip-16380-sink-source-key-ban
...
=str #16380 Cleaned up Source/Sink/Key overlap
2014-12-03 09:32:06 +01:00
Björn Antonsson
3e14cd05a9
=str #16380 Cleaned up Source/Sink/Key overlap
2014-12-02 16:38:14 +01:00