Commit graph

2190 commits

Author SHA1 Message Date
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
Arnout Engelen
ac166da042 Use akka-paradox version with algolia fix (#23087) 2017-06-03 08:53:20 -07:00
Arnout Engelen
4bdccd416f Make sure connections are aborted correctly on Windows #19611 2017-06-01 09:32:58 +02:00
Arnout Engelen
1705bb543e Update to theme with extra icons 2017-05-26 17:11:44 +02:00
Johan Andrén
c9904976b8 Reapplying Martynas unidoc fix 2017-05-26 14:09:07 +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
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
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
Konrad `ktoso` Malawski
9bcc7dbd35 +doc akka typed java docs made into paradox and mima fixed 2017-05-22 16:51:29 +02:00
Konrad `ktoso` Malawski
17baf49fc7 Merge branch 'master' into wip-typed-to-master 2017-05-22 13:32:59 +02:00
Johannes Rudolph
00e7917b9d Merge pull request #22987 from akka/releasedParadox
Use paradox akka-theme artifacts from jcenter
2017-05-22 11:26:12 +02:00
Arnout Engelen
af65b6c4c9 Use paradox akka-theme artifacts from jcenter
Let's see of artifactory sees them, too.
2017-05-20 12:02:55 +02:00
Patrik Nordwall
32e6a59363 Start shards after full cluster restart, #22868
* when using remember entities with ddata mode the set of
  shards were not saved in durable storage and therefore the
  remembered entities were not loaded until the first message
  was sent to the shard
* the coordinator stores the set of shards in a durable GSet
* loaded when the coordinator is started and added to the State,
  rest is already taken care of via the unallocatedShards Set in
  the State
* when new shards are allocated the durable GSet is updated if it
  doesn't already contain the shard identifier
2017-05-19 14:47:35 +02:00
Patrik Nordwall
3881516654 update logback test/docs dependency (#22972) 2017-05-19 13:30:57 +02:00
Martynas Mickevičius
c68a035337 Update to the latest akka-paradox 2017-05-17 15:13:01 +03:00
Martynas Mickevičius
0a171d70cd Merge pull request #22963 from 2m/wip-latest-paradox-2m
Update to the latest akka-paradox
2017-05-16 11:15:07 +03:00
Martynas Mickevičius
b3a9d09389 Update to the latest from https://github.com/akka/akka-paradox/pull/1 2017-05-16 10:21:13 +03:00
Masaru Nomura
dbd2b23f45 Replace deprecated sbt method <+= with += in Version.scala
Fixed the following warning in Version.scala

```
[warn] akka/project/Version.scala:15: `<+=` operator is deprecated. Try `lhs += { x.value }`
[warn]   or see http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html.
[warn] resourceGenerators <+= generateVersion(resourceManaged, _ / "version.conf",

[warn] akka/project/Version.scala:18: `<+=` operator is deprecated. Try `lhs += { x.value }`
[warn]   or see http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html.
[warn] sourceGenerators <+= generateVersion(sourceManaged, _ / "akka" / "Version.scala",
```
2017-05-16 01:23:32 +09:00
Patrik Nordwall
e198cf6a60 fix mima filters 2017-05-15 16:58:07 +02:00
Arnout Engelen
ccb587209f Generate paradox documentation when building a release (#22907) (#22925) 2017-05-15 05:13:33 -07:00
Patrik Nordwall
55f3c68ca4 Merge branch 'master' into wip-akka-docs-new 2017-05-15 12:22:32 +02:00
Martynas Mickevičius
344669788c Update to latest paradox with sidenote directive support 2017-05-15 11:57:07 +03:00
Arnout Engelen
ef672897b5 Update sbt-updates and dependency-graph plugins (#22927) 2017-05-12 07:31:23 -07:00
Martynas Mickevičius
0e7a8e1e61 #22909 Fix parameters
* @binVersion@
* @github@
* @samples@
* @exampleCodeService@
2017-05-12 16:38:46 +03:00
Arnout Engelen
4cb9c2436f Add java examples to getting started guide, with language switch (#22919)
* Java version of new Hello World
* Define paradox groups, use shorthand directives
* Make tutorial apply to both java and scala
* Use sbt-paradox-akka
2017-05-12 04:42:10 -07:00
Martynas Mickevičius
dd798d6ca8 Use released Paradox version 2017-05-11 17:18:09 +03:00
Hawstein
b3d00afdd1 Move ConstantFun to akka.util, #22813 2017-05-10 18:00:42 +02:00
Arnout Engelen
2933c449b6 Replace sphinx config with paradox config
paradox docs are now semi-functional, though rather empty (because
no converted docs yet)
2017-05-10 16:04:43 +02:00
Arnout Engelen
5507147073 Move content from akka-docs-new into akka-docs
Now the paradox documentation is no longer functional until we update akka-docs
to generate from paradox instead of sphinx
2017-05-10 15:21:23 +02:00
Richard Imaoka
b569e80e25 Test cases for BackoffSupervisor's replyWhileStopped (Fixes #21213) 2017-05-09 22:56:42 +09:00
Patrik Nordwall
20abc9c3be Merge branch 'master' into wip-typed-merge-patriknw 2017-05-05 16:19:45 +02:00
Arnout Engelen
090893179f Implement watchWith to customize the termination msg, #18778
* Add test with both normal and adapted AS

And add watch method on Actor, fix comment

* Formatting

* Avoid 'unreachable' in javadocs as it could be confusing

* Fix unwatching

* Exclude added methods from MiMa

* Some comments and variable names

* Fix compilation errors after rebase

* More specific docs on when Terminated is sent
2017-05-05 09:13:32 +02:00
Arnout Engelen
c9cd09f9bf Add version 2.5.1 to MiMa (#22824) 2017-05-02 07:39:33 -07:00
Patrik Nordwall
f7758afb61 add missing mima filter for 2.5.0 2017-04-28 18:12:08 +02:00
Patrik Nordwall
856d07483d update to Scala 2.11.11 and 2.12.2 2017-04-28 18:01:42 +02:00
Patrik Nordwall
3ab101039f Lazy init of LmdbDurableStore, #22759 (#22779)
* Lazy init of LmdbDurableStore, #22759

* to avoid creating files (and initializing db) when not needed,
  e.g. cluster sharding that is not using remember entities
* enable MiMa against 2.5.0

* use OptionVal instead
2017-04-28 15:12:14 +02:00
Gilad Hoch
edee4ba409 +str #22711 adding GroupedWeightedWithin 2017-04-28 15:07:06 +02:00
Patrik Nordwall
b72ce56f2f fix more timestamp formatting, #22774
* regression introduced by #22716
  (never released)
2017-04-25 07:43:05 +02:00
Patrik Nordwall
cdd56a21a9 Merge pull request #22769 from akka/wip-file-io-startPosition-patriknw
Add startPosition option for FileIO API
2017-04-24 17:58:58 +02:00
Guido Medina
64a3a9c028 Refactor SimpleDateFormat to the new DateTimeFormatter of JDK 8 which is thread safe. 2017-04-24 14:22:31 +09:00
Cedric CORBIERE
33ce3f0b77 Add startPosition option for FileIO API
* New startPosition parameter to FileIO.toPath
* New startPosition parameter to FileIO.fromPath
* default startPosition value : 0
* fix binary compatibilities
* Add the MiMa filters for the internal classes
* Feedback from comments of the PR
2017-04-21 15:00:39 +02:00
Patrik Nordwall
b3f9cd7dce Merge pull request #22738 from akka/wip-aeron-1.2.5-patriknw
update to Aeron 1.2.5, and fix the SharedMediaDriverSupport
2017-04-21 11:13:32 +02:00
Patrik Nordwall
ee326960c2 fix compilation error in multi-jvm tests
* it was not detected by PR validation because of bug
  in sbt 0.13.13, <<= operator with triggeredBy
* updated to sbt 0.13.15
2017-04-20 10:45:36 +02:00
Patrik Nordwall
8e57304c7d update to Aeron 1.2.5, and fix the SharedMediaDriverSupport 2017-04-18 15:16:01 +02:00
Martynas Mickevičius
aba78aeffb Update api mapping plugin 2017-04-12 17:10:34 +03:00
Patrik Nordwall
3b53daa370 Revert "update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693"
This reverts commit 3d0d50e98b.
2017-04-12 07:38:02 +02:00
Patrik Nordwall
3d0d50e98b update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693
* SharedMediaDriverSupport failed with NPE with Aeron 1.2.4, and
  concludeAeronDirectory solves that
2017-04-11 18:30:18 +02:00
Martynas Mickevičius
0af4b63b78 #21524 Add typed tests dependency to docs 2017-04-10 13:31:09 +03:00