Commit graph

2208 commits

Author SHA1 Message Date
Konrad `ktoso` Malawski
d4092f7852 =str upgrade streams TCK to 1.0.1-RC2 (#23343) 2017-07-12 17:08:08 +02:00
Konrad `ktoso` Malawski
695861afd7 =pro,str Upgrade to Reactive Streams 1.0.1, unlocks #20241 2017-07-10 15:57:19 +02:00
Patrik Nordwall
df089ccde1 Merge pull request #22873 from akka/wip-15733-timers-patriknw
Support for Actor timers, and fix bug in FSM, #15733
2017-07-07 13:45:04 +02:00
Zahari Dichev
4d45064296 Add AffinityPool which pins actors to threads (#23104) 2017-07-07 13:36:26 +02:00
Patrik Nordwall
f8a1d635fa Support for Actor timers, and fix bug in FSM, #15733
* backport of the timers from Akka Typed, #16742
* also fixed a small bug in FSM timers, which could result in that
  a timer from a previous incarnation was let through to new
  incarnation after restart
* no more need for the complicated "how to" section in docs of
  how to schedule periodic messages
2017-07-06 14:29:35 +02:00
Johan Andrén
2b2923f1b6 MaybeSource rewritten as GraphStage #22789 2017-07-05 12:55:28 +01:00
Konrad `ktoso` Malawski
5f22f8e552
=pro update sbt-jmh (readying up for sbt 1.0) 2017-06-27 18:49:19 +09:00
Patrik Nordwall
ff4c4d5c90 remove scm from akkaPomExtra, included by sbt-git 2017-06-19 17:17:46 +02:00
Patrik Nordwall
2970287f95 discard large deltas, #23025
* to avoid OversizedPayloadException
* some complex deltas grow for each update operation, e.g.
  when updating different keys in ORMap (PNCounterMap)
* such large deltas can safely be discarded and disseminated as full
  state instead
* added ReplicatedDeltaSize interface to be able to define the "size"
  and when that size exceeds configured threshold the delta is discarded
2017-06-16 14:20:26 +02:00
Patrik Nordwall
f28c38cea8 fix MiMa 2017-06-16 12:25:08 +02:00
Patrik Nordwall
c9dd7f0ea2 Merge pull request #23116 from jrudolph/jr/w/23023-log-unknown-disassociation-reasons
=rem #23023 log reasons for disassociations with debug level
2017-06-16 09:43:46 +02:00
Johannes Rudolph
cf99cf13b6
=rem #23023 log reasons for disassociations with debug level 2017-06-14 14:29:04 +02:00
Johan Andrén
698223ae48 Copied as little as possible of the deprecated stuff from sbt (#23147) 2017-06-14 14:19:43 +02:00
Konrad `ktoso` Malawski
b7d7316c1c =str #22917 recoverWithRetries allow 0 and negative values 2017-06-13 11:18:46 +02:00
Arnout Engelen
ee79a3d1a8 Update whitesource report on release (#23146) 2017-06-13 11:18:24 +02:00
Arnout Engelen
de3a48f2c3 Simplify whitesource configuration (#23141) 2017-06-12 03:22:41 -07:00
Arnout Engelen
cd6b6ffe67 Add sbt-whitesource plugin (#23122) 2017-06-09 13:34:21 +02:00
Arnout Engelen
571350612a Update camel to 2.15.6 (#23124) 2017-06-09 12:53:28 +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
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