Patrik Nordwall
2f712cceeb
Merge pull request #23523 from jlprat/fix-broken-link-actor-docs
...
=doc Transform broken link to ActorNotFound to inline code #23517
2017-08-18 14:27:27 +02:00
Arnout Engelen
3a3f13447a
Add alsoTo to stages ( #23537 )
2017-08-17 19:09:18 +09:00
Atiq Sayyed
55f7bf43a2
Merged the document from java/stream/index and scala/strea/index ( #23539 )
2017-08-17 00:57:48 -07:00
Richard Imaoka
7eeb9b5210
Merge paradox/scala/camel.md and java/camel.md ( #23456 )
2017-08-16 07:49:10 -07:00
Arnout Engelen
4f0ff3ac13
Document rolling upgrades of clusters using ddata ( #23372 )
2017-08-16 04:54:10 -07:00
SirMullich
e2c3af14ac
Update tutorial.md
...
typo "temperaturs", fixed to "temperatures"
2017-08-16 17:11:56 +06:00
Josep Prat
5ec1447de0
=doc Transform broken link to ActorNotFound to inline code #23517
...
Refs: #23517
Broken link by mistake, should just be the class name surrounded by backticks
2017-08-15 07:56:55 +02:00
Josep Prat
5216c8b403
=doc Fix wrong scala/java snippet directives #23513
...
Issue: #23513
Fix inline snippet in stream-io
Fix wrong rendering on other pages
2017-08-11 19:23:11 +02:00
Patrik Nordwall
c1f247212f
Merge pull request #23505 from akka/wip-dependencies-patriknw
...
Upgrade camel-core dependency to 2.17.7
2017-08-10 14:10:31 +02:00
Patrik Nordwall
bf1167fe3b
fix link labels in migration guide ( #23491 )
2017-08-10 13:44:29 +09:00
Patrik Nordwall
945ade245e
Add PartitonHub, #21880
...
* FixedSizePartitionHub in Artery
* expose consumer queue size
2017-08-09 17:00:35 +02:00
Konrad `ktoso` Malawski
8cbc3b5570
+doc more details on akka.actor.Status support in ask ( #23463 )
2017-08-09 16:13:43 +02:00
Sébastien Lorion
a95a94acff
Replace ClusterRouterGroup/Pool "use-role" with "use-role-set" #23496
2017-08-09 16:06:18 +02:00
Patrik Nordwall
87750496f8
disclaimer about security vs binary compatibility
2017-08-09 14:24:48 +02:00
Patrik Nordwall
f8fd3c6488
security announcement CVE-2017-5643
2017-08-09 13:54:32 +02:00
Nafer Sanabria
ad1ffeda2b
throw java.io.NotSerializableException during deserialization ( #22821 )
...
* throw java.io.NotSerializableException during deserialization
* formatting fix
* add annotation to all fromBinary methods
* remove annotation
* add annotation to remaining methods in Serialization.scala
2017-08-08 13:15:18 +02:00
Sebastian Harko
74ddb49969
=doc fix issue with Graceful Stop ( #23478 )
...
* distributed data is on by default
* clarify paragraph
* add missing space
* make sentence shorter
* fix grammar
* fix issue with graceful stop
2017-08-07 17:57:43 +09:00
Sebastian Harko
efb91ff8c8
Docs: Cluster Usage ( #23479 )
...
* distributed data is on by default
* clarify paragraph
* add missing space
* make sentence shorter
* fix grammar
* akka cluster docs: add gradle, rename java / scala to maven / sbt
2017-08-07 17:56:40 +09:00
Christopher Batey
83533e9c30
Fix docs typo ( #23474 )
2017-08-05 15:00:09 +09:00
Sjoerd Mulder
2b1d964f14
=build Fixing sbt deprecation warning ( #23454 )
...
warning: `<<=` operator is deprecated. Use `key := { x.value }`
See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
2017-08-02 15:21:15 +09:00
Nafer Sanabria
dc038c69f3
Merge content of stream graphs.md ( #23455 )
2017-07-31 11:38:05 -07:00
Sebastian Harko
bdf8cd42e6
=doc Akka Persistence: sbt/Maven instead of Scala/Java ( #23450 )
...
* distributed data is on by default
* clarify paragraph
* add missing space
* make sentence shorter
* fix grammar
* sbt instead of Scala and Maven instead of Java
* add gradle
* substitute scala akka versions
* fix TCK section
* fix version
* =doc clarify there is no language specific dependency
2017-07-31 18:02:51 +09:00
Sebastian Harko
227950e631
Docs: Persistence: Fix Layout Issue ( #23446 )
2017-07-27 01:52:52 -07:00
Alexander Golubev
d004a32206
=str add Input/OutputStream mapMaterialized value warning in doc ( #23424 )
2017-07-27 01:48:34 -07:00
Sebastian Harko
3bad6da9a8
Docs: Persistence: Fix note about sharding and snapshots ( #23444 )
2017-07-27 10:20:47 +02:00
Ryan Brideau
cce775380d
Cleaned up the comments and fixed typo ( #23418 )
2017-07-26 18:15:42 +02:00
Sebastian Harko
3b4ca5fbf7
Docs: Akka Persistence: Better intro for snapshots ( #23430 )
2017-07-26 17:02:37 +02:00
Johan Andrén
407131cb4e
Stream supervision doc clarification #23376
2017-07-26 16:23:46 +02:00
Sebastian Harko
7d822cc7d5
fix typo ( #23434 )
2017-07-26 02:31:28 -07:00
gosubpl
daa1d6c5f0
Merge scala & java content for typed-actors.md docs ( #23052 ) ( #23422 )
2017-07-26 01:08:35 -07:00
Ryan Brideau
d9cf9dce7a
Removed TOC ( #23425 )
...
- Removed TOC as it is inconsistent with the rest of the documentation and duplicates the side menu
2017-07-26 01:00:14 -07:00
Daniele Torelli
f23c1f3456
Docs: Improve TwitterStreamQuickstartDocSpec fiddle code ( #23411 )
...
* Hashtags should not contain any special character
* Leverage `Set[Hashtag]` to remove duplicates across different tweets
* Add clarifying comments
2017-07-26 09:56:29 +02:00
Konrad `ktoso` Malawski
00e7f21d66
+slf #23409 support org.slf4j.Marker
2017-07-26 09:41:09 +02:00
Ryan Brideau
b8f20989c4
Small typo ( #23419 )
2017-07-26 09:38:12 +02:00
Ryan Brideau
0c22d638e9
Fixed typos and broken code snippet ( #23423 )
...
- Removed unnecessary @ symbols for Scala/Java.
- Inserted space between code snippets to fix broke tabs
2017-07-26 09:32:42 +02:00
Sebastian Harko
a98bd94b49
remove references to persistent views ( #23426 )
2017-07-26 09:26:17 +02:00
Sebastian Harko
8eb19d394e
fix small issue ( #23428 )
2017-07-26 00:06:32 -07:00
Richard Imaoka
3b74128c1f
Fix glued Scala/Java code snippet tabs ( Fixes #23415 ) ( #23420 )
2017-07-25 12:12:16 -07:00
Richard Imaoka
e0692b5e93
Merge paradox/scala/futures.md and java/futures.md ( #23397 )
2017-07-25 12:09:45 -07:00
synox
e5249c69b6
=doc fixed broken link to CompletableFuture ( #23412 )
2017-07-25 18:17:56 +09:00
Oliver Lockwood
c0e90a0e70
Fix reference to Hitch-Hiker's Guide ( #23410 )
2017-07-24 07:34:29 -07:00
gosubpl
13a3f992da
Merge scala & java content for typed.md docs ( #23052 ) ( #23407 )
2017-07-24 04:11:02 -07:00
Arnout Engelen
1b0c27dc75
Merge distributed-data.md (scala and java versions into one) ( #23052 ) ( #23395 )
2017-07-21 08:19:48 -07:00
gosubpl
7fdfaec91f
=doc replace java version with a link - distributed-data.md ( #23052 )
2017-07-21 16:51:37 +02:00
gosubpl
a1ba7aab6f
=doc consolidate content of distributed-data.md ( #23052 )
2017-07-21 16:40:35 +02:00
James Roper
c60d20af32
Restart Flow/Source/Sink #19950
2017-07-20 15:02:34 +02:00
Arnout Engelen
aec87a94c4
Include imports in the GraphStage logging snippets ( #23378 )
2017-07-19 22:11:59 +09:00
Arnout Engelen
d083fcffd8
Add streams cookbook to java docs again ( #23379 )
2017-07-19 05:56:22 -07:00
Sebastian Harko
24383d2499
rephrase section on persistence a bit ( #23364 )
2017-07-19 12:49:51 +02:00
Sebastian Harko
f57bed8687
fix small issue ( #23363 )
2017-07-18 00:08:34 -07:00