Nafer Sanabria
2078396197
=doc Akka & GitHub appearances in docs ( #20968 )
...
* =doc capitalize akka word
* Capitalize GitHub appearances in docs
2016-07-18 10:33:44 +02:00
Richard Imaoka
12fadfe8e5
+doc Indicate in doc BalancingPool should not support Broadcast #15030 ( #20979 )
2016-07-18 10:33:09 +02:00
Nikolay Donets
b7567a5c55
Nikdon 20535 check same origin ( #20962 )
...
* =htp checkSameOrigin shows allowed origins
add HttpOriginRangeDefault into the javadsl and refactor
resolving binary compatibility + add copyright
return back public static final in the HttpOriginRange
* =htp #20535 address bin compat issues in checkSameOrigin PR
2016-07-15 13:39:40 +02:00
Thomas Szymanski
3871e18acd
Fix typos in HTTP streaming doc ( #20963 )
2016-07-15 12:38:11 +02:00
Jacek Kunicki
6e0a2caf4b
Corrected onPush description in Custom stream processing docs #20959 ( #20960 )
2016-07-14 21:54:33 +02:00
Harit Himanshu
07ec6b7f4c
Adding note on usage of Cluster Dispatcher #20775 ( #20927 )
...
* Adding note on usage of Cluster Dispatcher #20775
* Remove `[` and `]` to from Cluster Usage node #20775
2016-07-11 15:48:07 +02:00
Nafer Sanabria
1009f8e235
=doc Fix indefinite articles typos in docs ( #20924 )
2016-07-11 14:13:40 +02:00
Nafer Sanabria
32810e1f1d
=htc, doc replace usages of deprecated methods of FileIO ( #20928 )
2016-07-10 17:41:57 +02:00
Konrad Malawski
60fb163331
+doc #20192 explain need of draining entities in server/client HTTP ( #20852 )
...
* +doc #20192 explain need of draining entities in server/client HTTP
* missing javadsl for Connection header
* Update HttpClientExampleDocTest.java
2016-07-08 14:47:29 +02:00
Konrad Malawski
77513c41d4
Document handling blocking ops in ScalaDSL Akka HTTP ( #20912 )
...
* +doc Added doc handling blocking operations #20066 (by @ktoso)
* Move and rewrite handling blocking ops somewhat
2016-07-08 14:05:49 +02:00
Arnout Engelen
92019c7ac9
Recommend new SecureRandom for an HTTPS server #20908 ( #20909 )
2016-07-08 11:12:36 +02:00
Konrad Malawski
54ecf32d2b
=htp #20915 fix too small timing issue in DirectivesSpec ( #20916 )
...
* =htp #20915 fix too small timing issue in DirectivesSpec
* applying scalariform reformatting that keeps popping up
2016-07-08 10:33:32 +02:00
Nafer Sanabria
625413e413
=doc Correct minor typo ( #20897 )
...
* Correct minor typo
* Fix minor typos
2016-07-06 11:08:57 +02:00
Patrik Nordwall
9fbab1f268
Merge pull request #20768 from denisrosca/master
...
Warning for actors with value class arguments
2016-07-05 16:49:41 +02:00
Konrad Malawski
91eb27947b
+doc add http (experimental) migration guide to ease upgrading DSLs ( #20860 )
...
* +doc add http (experimental) migration guide to ease upgrading DSLs
* Update migration-guide-2.4.x-experimental.rst
2016-07-01 12:37:49 +02:00
Simão Martins
2a182a6c4e
+doc #20794 explain Prop edge cases. ( #20861 )
...
* +doc #20794 explain Prop edge cases.
* Create a CompileOnly spec for props edge cases.
2016-07-01 11:32:20 +02:00
Michal Sitko
72f8544efd
+htp #18929 add withSizeLimit directive ( #20760 )
...
withSizeLimit and withoutSizeLimit directives added
2016-06-28 12:14:44 +02:00
Martynas Mickevičius
2836e990cb
Merge pull request #20805 from 2m/wip-sigar-loader-extract-dir-2m
...
#20804 add a note for unique per instance extract directory
2016-06-23 10:14:01 +03:00
Martynas Mickevičius
672a10a7ea
#20804 add a note for unique per instance extract directory
...
If extract directory for sigar loader is shared, first instance
JVM crashes when the second one is started.
2016-06-22 16:30:40 +03:00
Martynas Mickevičius
e39255cef0
Merge pull request #20809 from 2m/wip-#20808-restart-node-2m
...
#20808 clarify docs on the quarantined node restart
2016-06-22 16:27:45 +03:00
gosubpl
4b89fcd643
+doc #20466 akka http java dsl example snippets timeout directives ( #20812 )
...
* #20466 added checks to the TimeoutDirectivesExampleSpec
* #20466 added missing Java directive wrapper, added Java test, added some comments to Scala spec
* #20466 test minor fixes (typos, comments, unused code)
* #20466 replaced placeholders with proper snippets in Java docs
* #20466 added proper withRequestTimeout example to JavaTestServer
* #20466 comment - clarifies the request-timeout = infinite case
* #20466 post-review changes (#20812 )
2016-06-22 01:55:28 +02:00
Martynas Mickevicius
2de90adc02
#20808 clarify docs on the quarantined node restart
2016-06-20 13:10:43 +02:00
Chris Birchall
f246c56087
+doc Add more imports to the stream quick start guides for Java and Scala ( #20797 )
...
* Add more imports to the stream quick start guides.
This makes it easier for people to execute the code samples while they
read through the guide.
* Change line endings to be consistent with other files
For some reason these 2 files had CR+LF line endings.
2016-06-18 11:15:17 +02:00
Denis Rosca
071b64809f
Warning for actors with value class arguments
...
Update documentation to specify that value class arguments are not
supported for Prop creation using the recommended classOf[] approach.
Issue: #20735 , #16444
2016-06-10 22:00:44 +03:00
Michal Sitko
b7fdcb06c4
+doc add depenedency note to docs #20732 ( #20761 )
2016-06-09 16:02:27 +02:00
Hawstein
efb18c95b1
example snippet for akka http java dsl: FileAndResourceDirectives ( #20758 )
2016-06-09 15:34:25 +02:00
Robert Budźko
e40a2b21c4
+doc #20521 Enrich docs and tests regarding empty strings used in matchers ( #20719 )
2016-06-08 15:20:21 +02:00
kwyczesany
7fdd5983a3
+htp #19756 : Add extractData and extractRequestEntity directives. ( #20730 )
...
* 19756: Add extractData and extractRequestEntity directives.
remove unnecessary import
* #19756 : add documentation to extractDataBytes and extractRequestEntity directives
2016-06-07 21:02:38 +02:00
Michal Sitko
bf76d6c389
+doc #20699 improve docs for akka-http ( #20722 )
...
Made imports in docs snippets more complete and a few minor improvements
2016-06-07 00:17:23 +02:00
Stefano Bonetti
fc58fa1f05
Amending docs for KillSwitch #20708 ( #20716 )
2016-06-06 11:28:04 +02:00
Johan Andrén
2643857e82
=doc Invalid FrameParser example fixed #20519
2016-06-03 14:24:31 +02:00
Stefano Bonetti
b84c6c5271
Adding docs for KillSwitch #20265
2016-06-03 14:23:11 +02:00
Hawstein
f98c1946d8
+doc #20466 example snippet for akka http java dsl: BasicDirectives ( #20647 )
2016-06-03 13:43:42 +02:00
Björn Antonsson
c66ce62d63
Update to a working version of Scalariform
2016-06-02 22:12:36 +02:00
Patrik Nordwall
03eaacdbbb
Merge pull request #20680 from akka/wip-ByteString.empty-patriknw
...
use ByteString.empty
2016-06-02 14:37:03 +02:00
Patryk Jażdżewski
c75504c3b6
doc #20622 Document the Raw URI option in reference docs ( #20682 )
...
* #20622 : add a paragraph to HTTP Model doc explaining raw-request-uri-header flag
* raw-request-uri-header flag - better description in docs
* fix typo: it's -> its
* fix typo: requests -> request's
2016-06-02 12:25:05 +02:00
tjugo
0eda4075ef
+htp #20535 add checkSameOrigin directive to HeaderDirectives ( #20560 )
...
* #20535 add checkSameOrigin directive to WebSocketDirectives
* refactoring + add docs
* refactoring + cleanup in docs
* fix types and conversions in the InvalidOriginHeaderRejection
* simplify InvalidOriginHeaderRejection to InvalidOriginRejection
2016-06-02 11:58:20 +02:00
gosubpl
b9b1bf1749
doc #20672 pulling pattern link broken ( #20686 )
...
* trailing slash removed from link
* broken link to akka-work-pulling-pattern also fixed in faq
2016-06-01 22:28:09 +02:00
Patrik Nordwall
184e45e6b2
use ByteString.empty
...
* and a few other cleanups
2016-06-01 15:01:02 +02:00
Konrad Malawski
fe47d596bc
+doc add java example for onCompleteWithBreaker ( #20675 )
...
* +doc #20198 add java example for onCompleteWithBreaker
* =doc fix sphinx warnings
2016-06-01 10:31:50 +02:00
Stefano Bonetti
3f8dacfd44
+htp #20198 onCompleteWithBreaker directive ( #20402 )
2016-05-31 21:48:19 +02:00
Patrik Nordwall
f07041091f
Merge pull request #20660 from akka/wip-20659-leaking-tests-patriknw
...
fix memory leaks in tests, #20659
2016-05-31 19:34:55 +02:00
Alexander Golubev
23027a2801
=str #19921 Error in documentation: Graph_cycles ( #20656 )
...
* =str 19921 Error in documentation: Graph_cycles
* =str 19921 Error in documentation: Graph_cycles
2016-05-31 12:28:07 +02:00
Saeed Zarinfam
6b08767137
=doc Fix how to access deadLetters from system in actor ( #20665 )
...
When a developer copy `system.deadLetters` from documentation, it does not work in Actor and system must get from context.
2016-05-31 12:05:55 +02:00
Patrik Nordwall
be448e9fbb
fix memory leaks in tests, #20659
2016-05-31 08:51:00 +02:00
gosubpl
66d4f82685
=doc fix inaccurate docs #20632 ( #20652 )
...
* Replace Rest with Remaining and RestPath with RemainingPath
* changed files: path-directives.rst and path-matchers.rst
2016-05-29 20:55:35 +02:00
Konrad Malawski
a299b30c0b
!htp,java #20592 javadsl complete* should take Marshaller[...,RequestEntity] ( #20593 )
2016-05-24 15:20:28 +02:00
David Piggott
dfc7943e94
=doc Remoting documentation addition ( #20463 ) ( #20584 )
...
* Add missing fullstop
* Document that sends to local actors via remote paths aren't remoted (#20463 )
2016-05-24 11:21:03 +02:00
Felipe Fernández
d9c7f9b7f0
=doc,htp #20466 Include Respond Directives Examples for Java. ( #20595 )
...
* Include Respond Directives Examples for Java.
* Include license on RespondWithDirectivesExamplesTest.
2016-05-24 10:54:44 +02:00
Ashu Gupta
e2c1638171
HTTP: Document how a type is marshalled into json #20514
2016-05-18 18:39:10 +02:00