Commit graph

20983 commits

Author SHA1 Message Date
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
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
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
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
Dale Wijnand
6693fd6f7d Drop the exec bit on non-executable files 2017-05-23 16:06:27 +02:00
Johan Andrén
7f12bd9f4e Extra warning about rolling upgrades and sharding added (#23000)
* Extra warning about rolling upgrades and sharding added

* More clear
2017-05-23 15:47:05 +02:00
Patrik Nordwall
5c2e97ea7a update quickstart page, #22900 2017-05-23 15:22:23 +02:00
Patrik Nordwall
5c92071441 Merge pull request #23014 from akka/wip-23013-ActorDocSpec-patriknw
fix race in fiddle example test, #23013
2017-05-23 15:12:07 +02:00
Patrik Nordwall
aefd9a9186 fix race in fiddle example test, #23013 2017-05-23 14:15:44 +02:00
Patrik Nordwall
a3aa569742 Merge pull request #23012 from akka/wip-ClusterShardingRememberEntitiesSpecNewExtractorSpec-patriknw
harden ClusterShardingRememberEntitiesSpecNewExtractorSpec
2017-05-23 14:07:48 +02:00
Arnout Engelen
0d6cacbc66 Merge pull request #23011 from akka/akka-typed-console
Sbt console initialization in akka-typed
2017-05-23 04:57:24 -07:00
Patrik Nordwall
9835c08779 harden ClusterShardingRememberEntitiesSpecNewExtractorSpec 2017-05-23 13:44:24 +02:00
Arnout Engelen
3607bf9303 Sbt console initialization in akka-typed
It appears stacked imports don't work when used in one `initialCommands`
line.
2017-05-23 13:05:46 +02:00
Patrik Nordwall
de51340ba2 Merge pull request #22965 from akka/wip-22946-process-patriknw
fix concurrency bug in typed ActorCell, #22946
2017-05-23 12:41:07 +02:00
Patrik Nordwall
c42642b95a Merge pull request #23009 from akka/wip-22982-another-DateTimeFormatter-patriknw
Fix invalid DateTimeFormatter usage in AeronErrorLog, #22982
2017-05-23 11:55:39 +02:00
Patrik Nordwall
4f5ebf1890 don't continue processing after fatal exception, #22946 2017-05-23 11:36:19 +02:00
Patrik Nordwall
74999312a6 fix concurrency bug in typed ActorCell, #22946
* !queue.isEmpty is not an quarantee that queue.poll will return non-null,
  see JavaDoc in AbstractNodeQueue
* the reproducer in the issue triggered dropping because mailbox was full
2017-05-23 11:14:46 +02:00
Patrik Nordwall
88a1a60f1c Fix invalid DateTimeFormatter usage in AeronErrorLog, #22982
* reason was the Z in the pattern, then one must use ZonedDateTime
  instead of LocalDateTime
* using the same formatter as the StdOutLogger instead
2017-05-23 11:07:59 +02:00
Patrik Nordwall
4707b11405 Merge pull request #23007 from akka/wip-23006-ClusterShardingSpec-patriknw
harden another case in ClusterShardingSpec, #23006
2017-05-23 10:27:27 +02:00
Patrik Nordwall
70d69c5fb2 Merge pull request #22999 from ktoso/wip-typed-to-master
Merge Akka Typed to master branch
2017-05-23 10:20:06 +02:00