Commit graph

21213 commits

Author SHA1 Message Date
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
Patrik Nordwall
e4b8256009 Merge pull request #23387 from Hawstein/fix-max-park-nanos
fix comments for maxParkNanos and spinning
2017-08-08 13:12:30 +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
Manu Zhang
5be1a527b1 Fix #23385, Update ExtendedActorMaterializer doc (#23431) 2017-08-02 10:53:14 +02: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
Konrad `ktoso` Malawski
6be0c4c55f =act #23458 cross link Patterns java APIs (#23459) 2017-08-02 14:33:47 +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
Nafer Sanabria
2d42fedb9a =str update reference FlowMaterializer to ActorMaterializer (#23457) 2017-07-31 16:06:29 +09:00
Josep Prat
3b01e08904 Typed test kit improvements #23360
* Call right overloaded super method in spawn and spawnAnonymous (avoiding infinite recursion)
* Add Effects for each type of Spawning
2017-07-28 09:53:37 +02:00
Sebastian Harko
cc11ed40b5 Persistence: Reference.conf : remove refs to persistent view (#23451) 2017-07-28 09:15:36 +02:00
Martynas Mickevičius
423f6d0094 Update CONTRIBUTING.md regarding MiMa issue filters (#23448) 2017-07-27 14:38:26 +02:00
Martynas Mickevičius
bc0f2ee26d Load MiMa filters from file (#23083) 2017-07-27 12:33:14 +02:00
Sebastian Harko
227950e631 Docs: Persistence: Fix Layout Issue (#23446) 2017-07-27 01:52:52 -07:00
Jimin Hsieh
8e4e9c0e07 Fix broken link. (#23447) 2017-07-27 01:50:47 -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
Johannes Rudolph
8eabc685dc =act #23437 wake up SelectionHandler every 10 seconds to prune stale selection keys 2017-07-26 15:52:48 +02:00
Jan Ypma
7b7749cd7b Fix #23165: Update StreamConverters.fromInputStream docs to reflect reality 2017-07-26 12:08:17 +02:00
Sebastian Harko
7d822cc7d5 fix typo (#23434) 2017-07-26 02:31:28 -07:00
Johan Andrén
6cd3b17854 Annotated extendable cluster tool actors with DoNotInherit (#23335) 2017-07-26 10:42:13 +02: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
Arnout Engelen
a01eea8f25 Add some logging to track down #20180 2017-07-24 23:53:33 +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
Hawstein
814153b266 give a more comprehensive doc 2017-07-21 17:11:46 +09:00
Hawstein
4684e19828 add zero-copy constructor to create ByteString from external array 2017-07-21 17:11:46 +09:00
Hawstein
e2ccb014a9 fix comments for maxParkNanos and spinning 2017-07-20 22:40:24 +08:00
James Roper
c60d20af32 Restart Flow/Source/Sink #19950 2017-07-20 15:02:34 +02:00
Viktor Klang
b43e6b519a Reencoding idle tracking to take place withing the AffinityPool's IdleStrategy 2017-07-20 21:59:28 +09:00
Viktor Klang
912a6f33e9 Optimizations and correctness fixes to the AffinityPool
Notably:
* Reimplementation of ImmutableIntMap for much faster performance
* Benchmark for ImmutableIntMap added to akka-bench-jmh
* Many small performance improvements to the impl of AffinityPool
* Correctness fixes for pool lifecycle management
2017-07-20 21:59:28 +09:00
Arnout Engelen
aec87a94c4 Include imports in the GraphStage logging snippets (#23378) 2017-07-19 22:11:59 +09:00