Commit graph

20999 commits

Author SHA1 Message Date
Arpan Chaudhury
8456c3f2e0 changing java stages-overview.md stream-composition.md stream-flows-and-basics.md to symlinks (#23126) 2017-06-08 07:37:53 -07:00
Martynas Mickevičius
f20aea6b5e Merge pull request #22967 from 2m/wip-not-bound-address-2m
#22889 Use port 0 for address which is supposed to never be bound
2017-06-08 15:39:18 +02:00
Martynas Mickevičius
d0c0d91730 Merge pull request #22968 from johanandren/wip-final-sbt-deprecated-operator-fixes-johanandren
Last sbt deprecation warnings fixed
2017-06-08 14:04:37 +02:00
Johannes Rudolph
b3487eabe6 Merge pull request #23110 from jrudolph/jr/fix-source-queue-edge-cases
=str break out a few source implementations into separate files
2017-06-08 11:09:18 +02:00
Atiq Sayyed
d5155755db Merged the document from java/stream/stages-overview and scala/stream… (#23085)
* Merged the document from java/stream/stages-overview and scala/stream/stages-overview #23084
* Merged the document from java/stream/stream-composition.md and scala/stream/stream-composition.md #23086
2017-06-07 10:24:12 -07:00
Johan Andrén
168b40e40c Two unrenamed variable references fixed (#23120) 2017-06-07 18:00:02 +02:00
Arnout Engelen
41098a427f Some cleanups in ClusterClientSpec (#23095)
Mainly replacing within+awaitAssert with awaitAssert with a timeout - seems
cleaner.
2017-06-07 05:54:47 -07:00
Arnout Engelen
b80ee5e3d3 Log fatal errors to stderr, add exceptions to 'marked' errors (#23109)
* Log fatal errors to stderr, add exceptions to 'marked' errors (#23107)

After logging to stderr it seems reasonable to include the exception
in the logging though the logging subsystem

* Add cause message to logging on fatal error

* Flush twice for extra safety

printStackTrace does some allocations, there might be rare cases where
we can at least salvage the cause.
2017-06-07 05:52:26 -07:00
Richard Imaoka
48975a5ce0 Merge paradox/scala/cluster-sharding.md and java/cluster-sharding.md (#23112)
* Identical contents in scala/cluster-sharding.md and java/cluster-sharding.md for easier review

* Replace java/cluster-sharding.md with a symlink to scala/cluster-sharding.md

* fix typo
2017-06-07 02:11:35 -07:00
Richard Imaoka
32d1d006c7 Add mentions to akka.stream.impl.package and fix some typos. (Fixes #23073) (#23075) 2017-06-07 01:44:31 -07:00
Richard Imaoka
6c1d82a4e6 Merge paradox/scala/cluster-metrics.md and java/cluster-metrics.md (#23098)
* Identical contents in scala/cluster-metrics.md and java/cluster-metrics.md for easier review

* Replace java/cluster-metrics.md with a symlink to scala/cluster-metrics.md

* Fix typo
2017-06-07 01:43:18 -07:00
Richard Imaoka
711c0ff027 Move a warning on -optimize to CONTRIBUTING.md (Fixes #22932) (#23089) 2017-06-07 01:42:42 -07:00
Johannes Rudolph
084b1220ff =str break out a few source implementations into separate files 2017-06-06 16:38:25 +02:00
Johannes Rudolph
3a28584f77 =str gather no stack trace for TcpIdleTimeoutException (#23106)
Fixes akka/akka-http#1176
2017-06-06 02:14:45 -07:00
Richard Imaoka
b7f0e57dcc Merge paradox/scala/cluster-client.md and java/cluster-client.md (#23096) 2017-06-05 01:33:56 -07:00
Martynas Mickevičius
8521333f49 Fix quotes around version number in the docs (#23092) 2017-06-04 16:16:33 +02:00
Martynas Mickevičius
e63054173d #22889 Use port 0 for address which is supposed to never be bound 2017-06-04 11:45:08 +02:00
Christopher Hunt
f4bf497536 Corrected the setup of contact paths for subscribers #22991
The initial contact paths should be assumed as published as that's what client subscribers will receive upon subscription. Any changes to contact points are a delta to that.
2017-06-04 11:40:17 +02:00
Arnout Engelen
ac166da042 Use akka-paradox version with algolia fix (#23087) 2017-06-03 08:53:20 -07:00
Richard Imaoka
c569bdbc7c Merge akka-docs/paradox/scala/actors.md and java/actors.md (#23079)
* Identical contents in scala/actors.md and java/actors.md
* Replace java/actors.md with a symlink to scala/actors.md
2017-06-03 06:34:22 -07:00
Richard Imaoka
fb3e42f2e8 Merge paradox/scala/agents.md and java/agents.md (#23080) 2017-06-02 02:30:05 -07:00
Arnout Engelen
4bdccd416f Make sure connections are aborted correctly on Windows #19611 2017-06-01 09:32:58 +02:00
Ilya Ganelin
ce7a7a2148 Added rate normalization and supporting tests. #15283 (#21928)
* Added rate normalization and supporting tests. #15283

* Added function to normalize rate
* Added supporting tests to confirm rate is set as expected.

* Added rate normalization and supporting tests. #15283

* Added function to normalize rate
* Added supporting tests to confirm rate is set as expected.
* Fixed formerly existing tests to work with normalized rate.

* Adjusted test timing to be less restrictive to not be affected by GC pauses.

* Reduced duration to make tests fater.
2017-05-30 14:48:39 +02:00
Konrad `ktoso` Malawski
1f63ebf911 =per #23042 Recover.none should immediately carry None snapshot crit (#23043)
* =per #23042 Recover.none should immediately carry None snapshot crit

* Update migration-guide-2.4.x-2.5.x.md
2017-05-29 16:04:43 +02:00
Hawstein
2449aeeb14 =per Optimize highestSequenceNr method in AtomicWrite (#23059)
* optimize highestSequenceNr method in AtomicWrite

* Use Long instead of Option[Long]
2017-05-29 15:24:56 +02:00
Richard Imaoka
5d276a730c Fix typo in the comment of completeIfPossible() 2017-05-29 14:44:07 +02:00
Hawstein
5071789614 Fix the multiple invoke issue of JavaPartialFunction.apply in javadsl testkit 2017-05-29 13:51:08 +02:00
Konrad `ktoso` Malawski
f459b28289 =format remove whitespace causing formatting trouble (#23060) 2017-05-29 12:49:32 +02:00
Arnout Engelen
1c78d724cc Reworded 'Asynchronous Testing' intro a bit (closes #23054) (#23055) 2017-05-29 03:21:25 -07:00
Pepe García
398c944693 fix scaladoc in PersistentFSMBase #23056 (#23057) 2017-05-29 11:19:40 +02:00
Arnout Engelen
1705bb543e Update to theme with extra icons 2017-05-26 17:11:44 +02:00
Johan Andrén
8bf5096d04 Same github url construction logic for both kinds of github links (#23040) 2017-05-26 15:25:51 +02:00
Johan Andrén
c9904976b8 Reapplying Martynas unidoc fix 2017-05-26 14:09:07 +02:00
Johan Andrén
a84a3bbd83 modules in alphabetical order 2017-05-26 14:03:54 +02:00
Johan Andrén
874169b42b Fixed unidoc filter and unused property setter 2017-05-26 14:00:05 +02:00
Johan Andrén
5006c223d9 No more sbt.Build, all projects in build.sbt (one issue outstanding though) 2017-05-26 14:00:05 +02:00
Johan Andrén
5400f92050 A few small warnings fixed 2017-05-26 13:53:56 +02:00
Arnout Engelen
acc9ca2092 Fix 'Location Transparency' link in remoting
Also merge Java and Scala variations of this .md
2017-05-26 12:55:24 +02:00
Arnout Engelen
f038d16ac9 Add Java API 'getRef' to 'Terminated' (#22985) (#23021)
* Add Java API 'getRef' to 'Terminated' (#22985)

* Expose `ActorRef[Nothing]` as `ActorRef[Void]` in Java API

* Expose `ActorRef[Void]` as Java API for more objects
2017-05-26 03:01:47 -07:00
Philippus Baalman
194b223ee0 Fix broken links in docs, fixes (#23034) (#23038)
* Fix link after source was moved in 59f53e1a22, fixes https://github.com/akka/akka/issues/23034

* Fix broken link to Akka Cluster
2017-05-26 00:16:53 -07:00
Philippus Baalman
fd9c2b6898 Add 'Books and Videos' header (#23036) 2017-05-26 09:00:57 +02:00
Philippus Baalman
20c42ee4ce Improve docs (#23037)
* Spell 'GitHub' and 'Gitter' properly, and a typo
* Use https in GitHub links
* Fix link as source was moved in 59f53e1a22
2017-05-26 09:00:20 +02:00
Arnout Engelen
908c885bbc Remove warnOldDocs.js from release procedure
Since we don't have that file with Paradox.

We'd probably want to reintroduce this (or something similar) however.
2017-05-25 12:56:03 +02:00
Martynas Mickevičius
8563831a8b Merge pull request #23031 from sebastianharko/master
Docs: fix table in docs for akka persistence
2017-05-25 10:12:09 +03:00
Sebastian Harko
e6527bb162 fix table 2017-05-24 23:58:39 +02:00
Sebastian Harko
5bc40a3b61 Fix table 2017-05-24 23:57:09 +02:00
Roland Kuhn
643168747c add Reactive Design Patterns
The book describes many principles that are very useful when building actor-based systems and many of the code samples use Akka.
2017-05-24 19:25:04 +02:00
Konrad `ktoso` Malawski
b3a1b48467 !typ #22970 Actor.restarter renamed to supervise (#23015)
* !typ #22970 Actor.restarter renamed to supervise

* =typ cache NothingClassTag for supervision

* cleanup
2017-05-24 11:23:18 +02:00
Arnout Engelen
42faaa8699 Log cause message of causes without stack traces (#23018) 2017-05-24 00:28:05 -07:00
Martynas Mickevičius
d6191a7811 Merge pull request #23017 from akka/wip-22900-quickstart-link-patriknw
update quickstart page, #22900
2017-05-23 17:27:02 +03:00