Commit graph

1990 commits

Author SHA1 Message Date
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
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
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
Konrad Malawski
c0e52338df =str #16787 java cookbook 2015-07-08 17:35:14 +03:00
Johannes Rudolph
d78330ca9a = htc #17943 more robust creation of function literals 2015-07-08 16:13:39 +02:00
2beaucoup
795faad37f =htp #17873 normalize whitespace for resource paths 2015-07-08 15:18:38 +02:00
Konrad Malawski
c8fc14ba8f Merge pull request #17937 from ktoso/wip-backport-docs-linking-ktoso
+doc #17669 better section header and TOC navigation
2015-07-08 13:10:41 +02:00
Konrad Malawski
7fecf8273c +doc #17669 better section header and TOC navigation 2015-07-08 13:09:51 +02:00
drewhk
fd67d82619 Merge pull request #17917 from drewhk/wip-17854-half-close-abort-drewhk
=str #17854: fullClose should not Abort
2015-07-07 14:30:59 +02:00
Endre Sándor Varga
afa4c5c563 Fixed wrong test-case:
- there is no "full-close" if client is still writing, it will always RST (now using lazyEmpty)
 - must Await for bind, otherwise there is a race between connect and bind
2015-07-07 13:55:55 +02:00
Endre Sándor Varga
97d9150692 =str #17854: fullClose should not Abort 2015-07-07 13:54:32 +02:00
Konrad Malawski
708d7017f2 Merge pull request #17902 from 2beaucoup/one-less-var
Change var to val in GroupByProcessorImpl
2015-07-03 11:14:34 +02:00
2beaucoup
e66dd82d46 =str change var to val 2015-07-03 09:35:10 +02:00
Martynas Mickevičius
0e76437bf7 Merge pull request #17899 from 2m/wip-chain-from-upstream-finish
=str #17853 chain terminationEmit elements to the currently emitting ones
2015-07-03 09:19:11 +03:00
Martynas Mickevičius
e960f47e28 Merge pull request #17840 from 2m/wip-dsl-factories-cons
=str #16935 revive dsl factories consistency spec
2015-07-03 08:40:54 +03:00
Martynas Mickevičius
ccfdb7ccd8 =str #17853 chain terminationEmit elements to the currently emitting ones 2015-07-03 08:36:21 +03:00