Commit graph

20971 commits

Author SHA1 Message Date
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
Patrik Nordwall
bf6cd6d2c7 harden another case in ClusterShardingSpec, #23006
* due to the new StartEntity message the start is not
  as instant as it used to be and therefore the test must
  retry this check
2017-05-23 07:24:04 +02:00
Patrik Nordwall
d46dc6946b Merge pull request #23004 from akka/wip-23003-serialize-creators-patriknw
serialize-creators=off in tests, #23003
2017-05-22 21:37:48 +02:00
Patrik Nordwall
edef9e34c7 serialize-creators=off in tests, #23003 2017-05-22 20:11:03 +02:00
Patrik Nordwall
110dcdc916 Merge pull request #23002 from akka/wip-ClusterShardingSettings-patriknw
add missing newline
2017-05-22 17:47:20 +02:00
Patrik Nordwall
102af069eb add missing newline 2017-05-22 16:59:32 +02:00
Konrad `ktoso` Malawski
9bcc7dbd35 +doc akka typed java docs made into paradox and mima fixed 2017-05-22 16:51:29 +02:00
andrea
833f3e8f32 addressing comments 2017-05-22 16:11:53 +02:00
andrea
8a6cebedef +doc Basic Fiddle interactive examples 2017-05-22 16:11:53 +02:00
Martynas Mickevičius
c840bd6f37 #22808 Move CoupledTerminationFlow to Flow.fromSinkAndSourceCoupled
Also mention coupled variant in the uncoupled scaladoc
2017-05-22 16:00:10 +02:00
Johan Andrén
f2adb0a3fd Avoid infinite recursion in AbstractFSM with Java on Scala 2.12 #12887 2017-05-22 15:41:19 +02:00
Patrik Nordwall
f528e67422 Merge pull request #22996 from akka/wip-22994-remember-patriknw
fix remember entities tests, #22994
2017-05-22 15:27:28 +02:00
Patrik Nordwall
cbc3423ff7 Merge pull request #22988 from richard-imaoka/doc-22986-paradox-note-windows-imaoka
Add note for paradox on Windows
2017-05-22 15:20:07 +02:00