Commit graph

2003 commits

Author SHA1 Message Date
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
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
Endre Sándor Varga
b5a813f766 Other minor improvements 2015-07-09 11:49:32 +02:00
Konrad Malawski
db858ad78e Merge pull request #17944 from spray/w/17943
= htc #17943 more robust creation of function literals
2015-07-09 11:16:54 +02:00
Endre Sándor Varga
aa2596f088 +doc #16765: Clarify asyncrhonous backpressure and thread-safety 2015-07-09 10:40:20 +02:00
Endre Sándor Varga
333a006bf1 +doc #17569: Mention no support of "backpressure" strategy on Source.actorRef 2015-07-09 10:18:18 +02:00
Endre Sándor Varga
bf47c93504 !str #17406: Remove references to removed allowCycles() in docs 2015-07-09 10:11:38 +02:00
Johannes Rudolph
9fc7825398 !htc use correct akka.japi.function.Function interface on the Java side 2015-07-09 09:13:02 +02:00
Johannes Rudolph
11376c8f01 !htc fix javadsl.model.HttpProtocols constants not being public static 2015-07-09 09:13:02 +02:00
Johannes Rudolph
ac559304df +htc add a new javadsl.model.headers.Location.create aux constructor 2015-07-09 09:12:50 +02:00
Johannes Rudolph
b7d5805e9b +htc add javadsl.model.HttpEntity.toStrict 2015-07-09 09:12:50 +02:00
Johannes Rudolph
da485055a3 +htc add java-side constructors for ChunkStreamParts 2015-07-09 09:12:45 +02:00
Martynas Mickevičius
662dd035a0 Merge pull request #17930 from 2m/wip-java-streams-cookbook
=str #16787 java cookbook
2015-07-08 19:08:12 +03:00