Commit graph

826 commits

Author SHA1 Message Date
Roland Kuhn
89200c8058 Merge pull request #19883 from matthewadams/master
microscopic doc improvement
2016-02-26 14:57:15 +01:00
Konrad Malawski
fc8dd46014 =doc typesafe config is still named typesafe 2016-02-26 11:39:42 +01:00
Matthew T. Adams
4567327aa6 microscopic doc improvement 2016-02-25 16:34:43 -06:00
Konrad Malawski
889e0a670e Merge pull request #19875 from jtescher/fix-typos
Fix common typos
2016-02-25 23:24:08 +01:00
Konrad Malawski
2fcc1a3a45 Merge pull request #19832 from stefan-mees/master
add Twitter Chill to list of External Akka Serializers
2016-02-25 19:07:23 +01:00
Julian Tescher
af34554b19 Fix common typos 2016-02-25 09:42:10 -08:00
Konrad Malawski
cb1de24556 Merge pull request #19881 from akka/wip-19879-AkkaSpec-RK
remove akka.stream.testkit.AkkaSpec, fixes #19879
2016-02-25 17:09:47 +01:00
Konrad Malawski
65b6c78391 Merge pull request #19868 from spray/w/missing-documentation-bits
Fix two documentation bits regarding HTTP pipelining
2016-02-25 15:34:12 +01:00
Roland Kuhn
45e97e8467 remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00
Johan Andrén
61ff9ba9b9 =doc #19840 Introduction docs for HTTP 2016-02-25 13:44:10 +01:00
Johannes Rudolph
bd2042ceb4 =doc #16491 document ways of controlling server parallelism 2016-02-24 16:09:59 +01:00
Johannes Rudolph
b6cbc7f13a =all remove unused imports 2016-02-23 20:29:22 +01:00
Johan Andrén
ddcfb5e4d0 Merge pull request #19854 from johanandren/typesafe-lightbend-name-change-johanandren
Update copyrights and links to the new company name #19851
2016-02-23 16:37:33 +01:00
Konrad Malawski
a07b9ca7aa Merge pull request #19829 from MQ-EL/master
=doc #19551 Supplement java8-lambda docs of persistence stash
2016-02-23 13:22:43 +01:00
Johan Andrén
62e30b3c08 Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
Stefan Mees
6f7df8b13b add notice that chill is based on 2.3.x but also works with 2.4.x 2016-02-23 11:28:44 +01:00
qian miao
81c1bcd55e =doc #19551 Supplement java8-lambda docs of persistence stash 2016-02-23 14:43:04 +08:00
James Roper
e0edf26a21 Remove duplicate overridden is streams customization 2016-02-22 10:00:26 +11:00
Martynas Mickevičius
988695224b #19830 Fix corrupted code include directive 2016-02-19 13:58:42 +02:00
Stefan Mees
f232079c9c add Twitter Chill to list of External Akka Serializers 2016-02-19 09:49:56 +01:00
Viktor Klang
b5516f6b93 Unbreak master by fixing StreamFileDocSpec to import scaladsl._ iso io._ 2016-02-17 14:03:20 +01:00
Endre Sándor Varga
4ba4c27b0f splitting up TLS APIs 2016-02-16 21:49:35 +01:00
Konrad Malawski
650e94ba30 Merge pull request #19802 from ktoso/wip-framing-made-proper-ktoso
!str split Framing into javadsl and scaladsl
2016-02-16 20:53:34 +01:00
Konrad Malawski
c24cac2b04 +doc add missing migration parts to java documentation 2016-02-16 19:57:03 +01:00
Konrad Malawski
c25e0abab6 !str split Framing into javadsl and scaladsl 2016-02-16 18:53:49 +01:00
Roland Kuhn
125c996fae add new Streams Quick Start
also move IOResult to akka.stream package
2016-02-16 18:14:32 +01:00
Konrad Malawski
a4e884503a Merge pull request #19797 from ktoso/wip-entity-raw-json-ktoso
+doc #19796 explain how to obtain a JsValue using entity(as)
2016-02-16 16:30:21 +01:00
Konrad Malawski
1143b27b89 +doc #19796 explain how to obtain a JsValue using entity(as) 2016-02-16 16:29:43 +01:00
Konrad Malawski
3c94805666 Merge pull request #19788 from ktoso/wip-connect-to-ktoso
-htp #19577 replace overloads of bind with HttpConnect
2016-02-16 15:07:09 +01:00
Roland Kuhn
2f9cc7d04f Merge pull request #19626 from MQ-EL/master
=per #19551 support stash overflow strategy
2016-02-16 13:50:40 +01:00
Konrad Malawski
ef827e6ef1 -htp #19577 replace overloads of bind with HttpConnect 2016-02-16 13:01:05 +01:00
Roland Kuhn
f820d90061 document that GraphStage is a blueprint, fixes #19471 2016-02-16 11:50:56 +01:00
Roland Kuhn
a25a0f0aa8 document that StreamConverters close their streams #19773
fixes #19773
2016-02-16 11:10:54 +01:00
Roland Kuhn
2b878be1c1 Merge branch 'wip-fixups-RK' 2016-02-16 10:19:38 +01:00
Roland Kuhn
e202ea8c40 clean up dependencies #19755 and other fixes
* remove inter-project dependencies between streamTestkit -> peristence -> remote
* make PartitionOutOfBoundsException extend IndexOutOfBoundsException
* some weird formatting
* remove -experimental from HTTP Testkit/Tests
* split out shared LevelDb journal tests into new subproject (not to be
  published)
2016-02-15 20:35:37 +01:00
Johan Andrén
737991c01c Documentation improvements
* Re enabling Java tests in akka-docs (they were not run before)
* Fixed bug #19764
* #19735 Rewrote every sample using the deprecated PushPullStage and friends
  using GraphStage
* Pruned old unused graph images
* Added missing graffle file for new graph images
2016-02-15 19:33:05 +01:00
Roland Kuhn
815dc2aa70 Merge pull request #19786 from akka/wip-docs-RK
add statefulMapConcat to overview and fix links
2016-02-15 18:39:30 +01:00
Roland Kuhn
d1b35e441e add statefulMapConcat to overview and fix links 2016-02-15 16:51:58 +01:00
Konrad Malawski
10d3af1478 Merge pull request #19584 from cmbaxter/feature/xff-avoid-dns-cmbaxter
!htt #19388 Removing use of InetAddress.getByName
2016-02-15 13:29:50 +01:00
qian miao
952d768693 =per #19551 support stash overflow strategy 2016-02-15 15:27:15 +08:00
drewhk
ebb915ae4d Merge pull request #19750 from lolski/lolski-issue-19293-rebased
=str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq
2016-02-12 11:36:56 +01:00
Roland Kuhn
d42b84327c Merge pull request #19754 from akka/wip-19732-async-RK
nicer declarative .async boundaries and remove Module.nest()
2016-02-12 10:46:32 +01:00
lolski
21381d5710 =str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq and limit in tests where appropriate
* Sink.seq (Scala DSL) now returns immutable.Seq rather than Seq
* Sink.seq will not silently truncate when incoming elements is > Int.MAX_VALUE
* minor doc fixes
* replacing various grouped(n) / Sink.head with limit(n) / Sink.seq in various tests
* fix inconsistent indentation in RequestParserSpec
2016-02-12 01:36:21 +08:00
Johan Andrén
4e49d75ad8 !str #19732 Concise and consistent way to mark async boundaries 2016-02-11 18:20:23 +01:00
Alexander Golubev
5a8f4135b7 +str #18045 add recoverWith(Source) 2016-02-11 10:36:40 -05:00
drewhk
25c558c5bd Merge pull request #19739 from ktoso/wip-cleanup-docs-add-webSocket-note-ktoso
Explain WebSocket name change and remove obsolete docs part
2016-02-11 13:29:07 +01:00
Chris Baxter
fbd12c7c83 =htt #19388 Fixing broken test in akka-docs from RemoteAddress changes
Also dealing with merge conflicts from my fork's head

Conflicts:
	akka-http-core/src/test/scala/akka/http/impl/engine/parsing/HttpHeaderParserSpec.scala
	akka-http-core/src/test/scala/akka/http/impl/model/parser/HttpHeaderSpec.scala
2016-02-10 13:14:04 -05:00
Konrad Malawski
df97afe606 =doc #19737 explain websocket -> WebSocket change in migration guide 2016-02-10 16:10:16 +01:00
Roland Kuhn
cf81bdcc34 Merge pull request #19700 from akka/wip-19694-journal-protocol-RK
prohibit concurrent write request from same persistenceId #19694
2016-02-10 12:47:43 +01:00
Konrad Malawski
b3b0dce9ad Merge pull request #19528 from ataraxer/wip-http-response-cancellation
Http: HttpEntity stream cancellation
2016-02-10 10:41:27 +01:00