Commit graph

1481 commits

Author SHA1 Message Date
Patrik Nordwall
b75bb8fc46 Deprecation and documentation for the AESCounterBuiltinRNG issue
* reproducer test of AESCounterBuiltinRNG issue
* update documentation of random-number-generator
* deprecate AES128CounterSecureRNG AES256CounterSecureRNG
* incorporate feedback from Johannes
2018-08-29 18:25:37 +02:00
Arnout Engelen
91cbd6ed99 Link to sample projects 2018-08-28 16:10:20 +02:00
Patrik Nordwall
d5b2aea176
Merge pull request #25035 from piotrromanski/wip-fix-math-abs-usage
Handle a negative value returned by Math.abs()
2018-08-27 16:29:32 +02:00
Paolo Rascunà
573e8f0cb2 typo: actuall -> actual (#25513) 2018-08-27 11:20:35 +02:00
jczuchnowski
7be4090ccd Add missing imports for Custom stream processing docs #25525 2018-08-26 00:50:32 +02:00
Richard Imaoka
75723dcf4f Correct timeout 2018-08-25 09:26:43 +09:00
Patrik Nordwall
1369d3fcdf fix initial state of output port transitions, #25502 2018-08-24 16:46:03 +02:00
Christopher Batey
336400832b
Typed default blocking dispatcher + docs (#25359)
Closes #24893
2018-08-23 17:20:06 +01:00
Richard Imaoka
c12eb92e55 Formatting, and use java.time.Duration 2018-08-23 23:40:16 +09:00
Patrik Nordwall
051f5f8b5a
Merge pull request #25431 from andreaTP/updateScalafiddleIntegration
+doc Improved scalafiddle integration
2018-08-23 14:12:55 +02:00
andrea
de3dbea7b4 improved scalafiddle integration 2018-08-23 11:41:45 +01:00
Guy Youansi
eb5885e94e add java.time.Duration support for javadsl #24646
* add java.time.Duration support for askWithReplyto methods and add deprecated to method with akka Timeout as parameter type
2018-08-23 12:09:21 +02:00
Patrik Nordwall
8309dc9b45
Merge pull request #25389 from chbatey/nit-1
Remove use of deprecated methods in java docs
2018-08-23 11:26:39 +02:00
Christopher Batey
001a7569b9
Split up persistence documentation (#25396)
* Split up persistence documentation

Into:
* User facing persistence
* Building a Journal
* Persistent FSM so new users don't see it as easily (also add a warning
it will be replaced by typed persistence)
2018-08-22 10:47:32 +01:00
Patrik Nordwall
3fcfb8d699
Merge pull request #25405 from chbatey/cluster-sharding-docs
Break up cluster sharding docs into sections
2018-08-21 20:37:12 +02:00
Kazuhiro Sera
482eaea122 Fix several minor typos detected by github.com/client9/misspell (#25448)
* Fix several minor typos detected by github.com/client9/misspell

* Revert s/erminater/erminator/ in /ActorSystemSpec
2018-08-21 11:02:37 +09:00
Nathan Brown
61f844471b Correct parameter order in FSM transition-syntax example (#25439)
To match example and Scala version.
2018-08-20 16:34:35 +02:00
Andras Szatmari
799aff28c8 Various documentation fixes of "Basics and working with Flows" (#25494) 2018-08-20 15:10:07 +02:00
lteqgt
17aabf1f00 Docs: IDE tip wrt to javadsl / scaladsl #25312 (#25464)
* add note about IDE auto-importers

* add ide tips in "additiona" section

* link note to IDE Tips section in "additional"
2018-08-20 14:38:57 +02:00
YossiTamari
97c8e5b6f8 It's Duration.Inf, not inf (uppercase). (#25495) 2018-08-19 18:43:06 +09:00
Josep Prat
545160e107 =doc Fix Config links in testing (#25421) (#25422)
* =doc Fix Config links in testing (#25421)

refs: #25421
Fixes links to Configuration html page
Removes link to Ray Roestenburg blog page as it's now returning 404
Fixes link to `ConfigFactory` in Configuration doc page

* Add Ray's blog link from web archive
2018-08-13 12:09:21 +09:00
Andras Szatmari
84ced6f501 Minor documentation fixes (#25462)
* Fix indefinite wording

Fix indefinite error introduced in https://github.com/akka/akka/pull/25219

* Fix indefinite wording

Fix indefinite wording error introduced in https://github.com/akka/akka/pull/25117
2018-08-11 20:13:15 +09:00
Syed Akber Jafri
32a7c9a8fc Delist 'Start Building RESTful Microservices using Akka HTTP with Scala' (#25446)
* Delist 'Start Building RESTful Microservices using Akka HTTP with Scala'

I don't believe this book was a particularly good resource. This shouldn't be listed as a resource.

* Books are now seperated into a recommended section and others

Books are now seperated into a recommended section and others.
Start Building RESTful Microservices using Akka HTTP with Scala is placed on the bottom.

* Update books.md
2018-08-10 15:59:12 +09:00
Justin Pihony
b1904325ca Add ClusterSingleton supervision documentation (#25419)
* Add ClusterSingleton supervision documentation

* Make example code compilable

* Changed snip per comment

* Back to double snip
2018-08-08 16:24:48 +09:00
Jakub Kozłowski
d014877786 Remove "Future is a monad" title (#25437)
* Add explanation for Future breaking monad laws

* Update futures.md
2018-08-07 15:14:06 +09:00
Christopher Batey
131e6d10d6 Separate out Effects and ChainedEffects in typed persistence (#25357)
* Separate out Effects and ChainedEffects in typed persistence

* Document order of execution for ChainedEffects
* Change stop to a just a ChainedEffect rather than both

Closes #25042
Closes #25041

* ChainedEffect renamed to SideEffect
2018-08-03 17:15:49 +09:00
Nafer Sanabria
3a92104160 Impl Sink.takeLast operator
Add documentation

reformatting

Address review comments
2018-08-03 16:31:28 +09:00
Richard Imaoka
d4ce5240ba image centering 2018-08-02 00:16:49 +09:00
Christopher Batey
59040fadad Add jaxb to camel test classpath (#25417)
* Add jaxb to camel classpath

* Add activation

* Set camel additioanl libs to be provided

* Doc extra deps

* Add as test dep
2018-08-02 00:13:03 +09:00
Jean-Loup Roussel-Clouet
cdd177b2c6 Fix a typo in cluster-usage.md (#25424) 2018-08-01 10:24:18 +01:00
Paweł Bartkiewicz
31347a60f4 Fix link to substreams documentation (#25420) 2018-08-01 14:09:14 +09:00
Christopher Batey
5835585993 Break up cluster sharding docs into sections 2018-07-30 09:31:12 +01:00
Richard Imaoka
8f5ea03a6f Fix compilation errors and minor update to the futures.md 2018-07-29 00:41:09 +09:00
Richard Imaoka
52864ffb28 Add the pipe pattern section (#23948) 2018-07-28 23:57:15 +09:00
David Mischke
2737caf8fb use correct Source import 2018-07-27 17:51:00 +02:00
David Mischke
f543f69c93 Merge branch 'master' of https://github.com/akka/akka into document-stream-source-range-operator 2018-07-27 12:35:28 +02:00
kenji yoshida
5b3b191bac Remove procedure syntax (#25362) 2018-07-25 13:38:27 +02:00
Christopher Batey
8476a90d1f Remove use of deprecated methods in java docs 2018-07-25 09:50:19 +01:00
David Mischke
f94733acc6 addressing review comments #24933 2018-07-23 13:07:32 +02:00
David Mischke
9885a56f17 Merge branch 'master' of https://github.com/akka/akka into document-stream-source-range-operator 2018-07-21 14:16:58 +02:00
David Mischke
80c0596733 improve Source.range docs #24933 2018-07-21 14:09:32 +02:00
Ikenna Darlington Ogbajie
fb9bb51dc7 Add examples in Scala documentation for Source.fromFuture #24933 (#25374)
* Add scala documentation for Source.fromFuture #24933
2018-07-20 07:17:05 +01:00
iyogi
3e698be9ce Add code sample for operator Source.single (#25375)
* Add code example for Source.single
2018-07-20 07:15:13 +01:00
Gordon Cheung
1638580339 Added code example for the stream operator map (#25373)
* Added code example for the stream operator map
2018-07-19 08:15:17 +01:00
Roman Filonenko
4a8368bfe0 remove unreferenced akka-docs/src/test/*/tutorial_6 (#25363) (#25364) 2018-07-19 15:22:10 +09:00
Chang Liu
862a66ecc7 Add docs and example for akka-stream operator from (#24933) (#25372)
* Add docs and example for akka-stream operator from (#24933)

* add seperate test class for code example of akka-stream from

* add copyright header
2018-07-19 13:38:47 +09:00
Giuseppe D'Alessio
578f32d322 Adding combine operator scala example #24933 (#25371) 2018-07-18 18:53:31 +02:00
David Mischke
598b22622d Adding documentation to Source.range method #24933 2018-07-18 18:49:47 +02:00
Roman Filonenko
3b8a448de2 fix broken link in akka-stream docs on ask #25358 (#25360) 2018-07-18 17:35:20 +09:00
Song Kun
ac79f9b03d Fix broken links of CRDTs materials in "Learn More about CRDTs" (#25351)
* Add a new link to "Strong Eventual Consistency and Conflict-free Replicated Data Types" and remove "Eventually Consistent Data Structures". fix #25338

* Update distributed-data.md
2018-07-16 14:10:23 +09:00