Commit graph

2014 commits

Author SHA1 Message Date
Alexander Golubev
50de39e886 +str #16965 add generalized UnzipWith 2015-07-15 10:58:45 +02:00
Konrad Malawski
f34a684564 Merge pull request #17996 from spray/w/17992-fix-single-connection-bringing-down-server
=htc #17992 prevent single failing server connections from cancelling the binding
2015-07-15 10:03:11 +02:00
Johannes Rudolph
9000c15e51 =htc #17992 prevent single failing server connections from cancelling the binding 2015-07-15 09:12:57 +02:00
Konrad Malawski
b137117399 Merge pull request #17979 from rkrzewski/streams-http-osgi
+pro #15870 OSGi headers for experimental Streams and HTTP modules
2015-07-14 19:57:33 +02:00
Konrad Malawski
75229b0711 Merge pull request #17990 from spray/w/java-side-documentation
A few last minute Java-side changes + documentation
2015-07-14 19:38:43 +02:00
Konrad Malawski
0bcc996cc7 Merge pull request #17989 from 2m/wip-detached-docs-drewhk
Add documentation for DetachedStages
2015-07-14 19:34:22 +02:00
Johannes Rudolph
ed76b14447 +doc add more detailed PathDirectives documentation 2015-07-14 19:04:42 +02:00
Johannes Rudolph
7291d0ccab +doc fix link to RFC 7234 2015-07-14 18:36:18 +02:00
Johannes Rudolph
3426d4a950 +doc PathDirectives: the missing Scaladoc parts 2015-07-14 18:36:18 +02:00
Johannes Rudolph
50c78b4a7f +doc add some java-side marshalling documentation 2015-07-14 18:36:18 +02:00
Johannes Rudolph
c401d8a2fe +htp #16439 allow creation of custom marshallers on the java side 2015-07-14 18:36:18 +02:00
Johannes Rudolph
5eb0f1d3da +doc add overview documentation for java-side directives (+ some cleanup) 2015-07-14 18:36:18 +02:00
Konrad Malawski
38445af546 Merge pull request #17983 from spray/w/17982-parse-headers-and-ContentType
+htc #17982 introduce ModeledCompanion.parseFromValueString, MediaType.parse, and ContentType.parse
2015-07-14 18:35:43 +02:00
Konrad Malawski
12fa39cc39 Merge pull request #17987 from spray/w/17984-enable-content-negotiation-tests
ContentNegotiation fixes (and breakage)
2015-07-14 17:38:09 +02:00
Martynas Mickevičius
d9386c8cc5 +doc java sample code for detached stage 2015-07-14 17:45:57 +03:00
Konrad Malawski
c4d018d31a Merge pull request #17961 from ktoso/wip-quickstart-impr-ktoso
=doc #17655 improvements in streams quickstart
2015-07-14 15:58:05 +02:00
Konrad Malawski
a191266d54 =doc #17655 improvements in streams quickstart 2015-07-14 15:57:53 +02:00
Johannes Rudolph
e6d9f28545 =htp #17984 #17985 fix ContentNegotiationSpec 2015-07-14 14:42:34 +02:00
Johannes Rudolph
5ba7918cd9 =htp #17985 fix content negotiation assuming charsetRanges being List in pattern match
(cherry picked from commit 76cc4d890c3b7ea3a5510656520c20b165090adb)
2015-07-14 13:10:17 +02:00
Johannes Rudolph
e3ae7abb3b =htp #17984 enable lot's of broken tests in ContentNegotiationSpec
(cherry picked from commit ab14e14cccd08dfb260a1b0bb2d04f2cee44479e)
2015-07-14 13:10:15 +02:00
Konrad Malawski
ed343f7898 Merge pull request #17986 from 2m/wip-17093-missing-supervision-2m
=doc #17093 mention components that do not honour supervision attribute
2015-07-14 13:05:49 +02:00
Martynas Mickevičius
8e3cecb05c =doc #17093 mention components that do not honour supervision attribute 2015-07-14 14:00:40 +03:00
Martynas Mickevičius
2a2088e06a Merge pull request #17980 from 2m/wip-17337-composition-docs-drewhk
+doc #17337: Document composability and modularity (with java code)
2015-07-14 13:56:54 +03:00
Martynas Mickevičius
eb74b3ec9d +doc #17337: java doc samples 2015-07-14 13:20:46 +03:00
Konrad Malawski
95e2640902 Merge pull request #17965 from spray/w/java-side-documentation
Java side documentation progress
2015-07-14 10:22:21 +02:00
Konrad Malawski
ba416f776a Merge pull request #17921 from akka/wip-stream-cleanup-√
-str - Improvements and renames in internal streams classes
2015-07-14 09:41:37 +02:00
Johannes Rudolph
cc6271f400 +htc #17982 introduce ModeledCompanion.parseFromValueString, MediaType.parse, and ContentType.parse 2015-07-14 09:36:01 +02:00
Viktor Klang
66a116d3d2 -str - Improvements and renames in internal streams classes
* Renames Module.grow -> Module.compose
 * Renames Module.connect -> Module.wire
 * Renames Module.growConnect -> Module.fuse
 * Renames Module.wrap -> Module.nest

 * Adds explicit identity equals and hashCode to InPort and OutPort

 * Reimplements many of the Source factories to avoid copying

 * Documents Module.compose, Module.fuse, Module.wire and Module.nest

 * Removes Attributes.nameLifted

 * Optimizes Attributes.nameOrDefault
2015-07-13 23:39:45 +02:00
Martynas Mickevičius
efc659b70a Merge pull request #17953 from drewhk/wip-17891-processor-support-drewhk
+str #17891: Add direct support for RS Processors
2015-07-13 17:21:10 +03:00
Martynas Mickevičius
46d29b02d3 Merge pull request #17958 from spray/w/17956-fix-testkit-artifact-to-include-javadsl
=pro #17956 include javadsl.testkit in http-testkit artifact by disabling osgi config
2015-07-13 17:16:16 +03:00
Endre Sándor Varga
f330e61a05 +doc #17337: Document composability and modularity 2015-07-13 16:50:02 +03:00
Johannes Rudolph
6d80945be2 =doc document java-side handlers 2015-07-13 14:44:21 +02:00
Johannes Rudolph
f9b8125333 =doc add explanation about Route => Flow conversion 2015-07-13 14:40:23 +02:00
Endre Sándor Varga
0d8fd40b09 +doc: Add documentation for DetachedStages
also extend documentation with more diagrams
2015-07-12 10:28:49 +02:00
Johannes Rudolph
ab38c36cba =doc add lots of documentation about java-side routing API, some detail and further examples still missing 2015-07-10 19:14:14 +02:00
Johannes Rudolph
11d98a6593 =doc port over some http documentation from the scala side 2015-07-10 19:14:02 +02:00
Johannes Rudolph
16d4b4a331 +htp add RequestContext.materializer 2015-07-10 19:12:37 +02:00
Johannes Rudolph
318ad0a849 +htp allow creation of custom Parameters, FormFields, PathMatchers, Unmarshallers, and RequestVals 2015-07-10 19:12:15 +02:00
Johannes Rudolph
44969d3e46 =doc fix indentation 2015-07-10 19:12:04 +02:00
Johannes Rudolph
ac34fde1dd =doc fix broken links and chapter name 2015-07-10 19:12:04 +02:00
Endre Sándor Varga
47ea3fde38 created factory method 2015-07-09 18:01:45 +02:00
drewhk
52a204cb7f Merge pull request #17954 from drewhk/wip-17203-prefixAndTail-error-strategy-drewhk
+str #17203: Add extra docs to prefixAndTail
2015-07-09 17:12:50 +02:00
drewhk
70626090e1 Merge pull request #17880 from 2beaucoup/space-in-path
Normalize whitespace for resource paths
2015-07-09 14:53:29 +02:00
drewhk
89d68f331d Merge pull request #17952 from 2m/wip-silent-lambda-tests
=sam #17104 use SilenceSystemOut in tests
2015-07-09 14:44:27 +02:00
drewhk
76eef58411 Merge pull request #17948 from spray/w/small-java-api-additions
Smallish Java API fixes
2015-07-09 14:44:05 +02:00
Endre Sándor Varga
fed5e522c6 +str #17203: Add extra docs to prefixAndTail 2015-07-09 14:42:28 +02:00
drewhk
d7bc5ef5fd Merge pull request #17951 from 2m/wip-akka-12
=pro update to Akka 2.3.12
2015-07-09 14:02:42 +02:00
drewhk
6b4f52afb2 Merge pull request #17949 from drewhk/wip-small-doc-updates-drewhk
Small doc updates
2015-07-09 12:28:39 +02:00
Konrad Malawski
51b97a1a0f Merge pull request #17950 from ktoso/wip-remove-elements-javadsl-ktoso
-str #17923 remove javadsl's elements method, due to compiler bug
2015-07-09 12:13:51 +02:00
Konrad Malawski
6532c27d4a !str #17923 remove javadsl's elements method, due to compiler bug 2015-07-09 12:13:28 +02:00