Commit graph

20524 commits

Author SHA1 Message Date
Roland Kuhn
654fa41443 Merge pull request #19132 from akka/wip-19072-fix-FlattenMerge-race-RK
=str #19072 fix FlattenMerge init race
2015-12-09 15:54:22 +01:00
Roland Kuhn
e3eec6dec8 =str #19072 fix FlattenMerge init race 2015-12-09 14:44:22 +01:00
lolski
3152a6d15f fixed typo call to emitMultiple 2015-12-09 01:26:42 +08:00
lolski
fca478c763 code restructure to enhance readability 2015-12-09 01:21:59 +08:00
lolski
e253593535 working GraphStage-based intersperse implementation 2015-12-09 01:21:59 +08:00
lolski
0d04d3bf5c WIP - Base intersperse on GraphStage instead of StatefulStage. TODO: handle logic to add last element 2015-12-09 01:21:59 +08:00
Konrad Malawski
98ab4eb653 Merge pull request #19126 from akka/wip-16262-fix-flakey-udp-test-johanandren
=doc #16262 do not bind udp test to docker interfaces
2015-12-08 17:21:53 +01:00
Johan Andrén
c85b4d4a80 =doc #16262 do not bind udp test to docker interfaces 2015-12-08 16:47:42 +01:00
Viktor Klang (√)
108688de99 Merge pull request #19116 from akka/wip-19028-require-min-ports-√
!str - 19028 - Adds requirements for minimum ports
2015-12-08 14:40:24 +01:00
Konrad Malawski
851034769b Merge pull request #19124 from ktoso/wip-fix
=str remove unneeded test marker
2015-12-08 12:49:57 +01:00
Viktor Klang (√)
cdddd3aa95 Merge pull request #19121 from 2m/wip-input-stream-pub-alloc
=str remove unused buffer pool
2015-12-08 12:14:19 +01:00
Viktor Klang (√)
8da42322d6 Merge pull request #19123 from akka/wip-19109-unbreak-sinkforeachparallelspec-√
=str - 19109 - Unbreaking SinkForeachParallelSpec
2015-12-08 12:13:54 +01:00
Viktor Klang (√)
f7b67907fd Merge pull request #19120 from akka/wip-19091-remove-buffer-in-blueprint-√
=http - 19091 - Removes the buffer(1, Backpressure) from the Http blu…
2015-12-08 12:13:22 +01:00
Martynas Mickevicius
511a55f562 =str remove unused buffer pool 2015-12-08 12:11:34 +01:00
Konrad Malawski
5f540d8e07 =str remove unneeded test marker 2015-12-08 12:09:24 +01:00
Viktor Klang
72545142e6 =str - 19109 - Unbreaking SinkForeachParallelSpec 2015-12-08 11:17:28 +01:00
Konrad Malawski
721bf5f7bf Merge pull request #19115 from akka/wip-remove-jdk7-class-ref-2
=htc remove reference to jdk7 class in test
2015-12-08 10:56:35 +01:00
Viktor Klang
ba20115d0e =http - 19091 - Removes the buffer(1, Backpressure) from the Http blueprint 2015-12-08 10:28:51 +01:00
Catalin Ursachi
62afd94a47 !htp #18567 Added unmarshallers for CSV integer sequences 2015-12-07 17:49:22 +00:00
Konrad Malawski
df3c0e32b6 Merge pull request #19112 from akka/wip-19082-more-var-√
=str - 19082 - Moves the `allow` var into the Logic of DropWithin
2015-12-07 14:45:10 +01:00
Viktor Klang
7cbc916b4c !str - 19028 - Adds requirements for minimum ports
Broadcast == min output ports: 2
Merge == min input ports: 2
MergePreferred == min secondary ports: 1
Concat == min input ports: 2
2015-12-07 14:41:27 +01:00
Konrad Malawski
a8545c0437 =htc remove reference to jdk7 class in test 2015-12-07 14:12:13 +01:00
Viktor Klang
8b0b63625e =str - 19082 - Moves the allow var into the Logic of DropWithin 2015-12-07 12:41:38 +01:00
Konrad Malawski
51eb69c0ff Merge pull request #19105 from akka/misspelled-emit-multiple-johanandren
str One overload of emitMultiple misspelled
2015-12-07 12:08:30 +01:00
Patrik Nordwall
899900528e Merge pull request #19008 from talp-traiana/wip-18839-journal-proxy-patriknw
per #18839 Add better journal proxy
2015-12-07 11:08:29 +01:00
Johan Andrén
33350ab708 !str One overload of emitMultiple misspelled. 2015-12-07 10:42:35 +01:00
Konrad Malawski
02ee319568 Merge pull request #19101 from akka/wip-add-csv-contenttype
+htc add `text/csv(UTF-8)` ContentType
2015-12-06 19:34:54 +01:00
Konrad Malawski
aabb9ad237 +htc add text/csv(UTF-8) ContentType
"CSV files considered the ultimate integration pattern" 😉

Adding the ContentType here is useful when someone wants to render a raw response which we know is a csv (i.e. fed from a file)
2015-12-06 02:24:08 +01:00
Alexander Golubev
357af9c388 +str #18807 Source.range for Java DSL 2015-12-04 09:46:50 -05:00
Konrad Malawski
0be7e5e786 Merge pull request #19090 from spray/w/19064-fix-little-endian-parsing
=str #19064 fix little endian conversion for field length == 4
2015-12-04 15:19:43 +01:00
Konrad Malawski
f720847f76 Merge pull request #19060 from ktoso/wip-towards-a-reusable-http-pipeline-ktoso
[WIP] =htc #19050 reusable http blueprint: attribute injected rem-addr
2015-12-04 15:15:12 +01:00
Konrad Malawski
0fbe4d73dc Merge pull request #19066 from spray/wip-19034-mathias
http: refactor MediaType / ContentType model and content negotiation
2015-12-04 14:47:41 +01:00
Konrad Malawski
3185c8fd31 Merge pull request #19088 from ktoso/wip-add-japi-ktoso
+act #19085 adds Java API ByteString#createBuilder
2015-12-04 14:46:42 +01:00
Johannes Rudolph
ebc0649824 =str speed up test by 20s by removing an order of magnitude of sizes to test 2015-12-04 14:26:16 +01:00
Johannes Rudolph
382734fdf6 =str #19064 fix little endian conversion for field length == 4 2015-12-04 14:22:03 +01:00
Konrad Malawski
57478ed3cd =htc #19050 reusable http blueprint: attribute injected rem-addr 2015-12-04 14:16:08 +01:00
Mathias
ba397463c3 !htc, htp #16991 add support for precompressed media-types and .gz file extension suffixes 2015-12-04 13:32:01 +01:00
Mathias
7900895044 !htc, htp remove specimen method of ranges, restrict Unmarshaller#forContentType 2015-12-04 13:32:01 +01:00
Mathias
899b92faf2 !htp #19034 refactor content negotiation, upgrade to new MediaType / ContentType model 2015-12-04 13:32:01 +01:00
Mathias
e9240b7d86 !htc refactor MediaType and ContentType model for better type-safety and cleanliness 2015-12-04 13:32:01 +01:00
Mathias
3520d7e827 =htk fix potential test failure obfuscation 2015-12-04 13:32:01 +01:00
Konrad Malawski
9abb1eaea6 +act #19085 adds Java API ByteString#createBuilder 2015-12-04 13:07:56 +01:00
Konrad Malawski
ee3165d81d Merge pull request #19079 from akka/wip-fix-colors-jenkins
=htc remove while text color (because jenkins)
2015-12-03 15:11:37 +01:00
Konrad Malawski
54cd842216 =htc remove while text color (because jenkins) 2015-12-03 15:11:15 +01:00
Konrad Malawski
615b93745f Merge pull request #19078 from ktoso/wip-jenkins-on-route-666-also-known-as-autobahn-ktoso
+htc,tes #18563 move scripts autobahn jenkins scripts to project
2015-12-03 15:01:00 +01:00
Konrad Malawski
cf079ec1d5 +htc,tes #18563 move scripts autobahn jenkins scripts to project 2015-12-03 14:56:45 +01:00
Konrad Malawski
886a5570a9 Merge branch 'hhimanshu-patch-2' into release-2.3-dev 2015-12-03 12:58:30 +01:00
Harit Himanshu
3c62888776 =doc add curl example to fileUpload docs 2015-12-03 12:57:37 +01:00
Konrad Malawski
8dfcd46830 Merge pull request #19077 from ktoso/wip-jenkins-autobahn-ktoso
=htc #18563 fix access to props
2015-12-03 11:34:19 +01:00
Konrad Malawski
638c2298ce =htc #18563 fix access to props 2015-12-03 11:10:22 +01:00