Commit graph

2245 commits

Author SHA1 Message Date
Arnout Engelen
ca3fa778d6
Check all dependencies, except NoPublish ones, fail on error (#24021) 2017-11-20 13:25:17 +01:00
Arnout Engelen
306276af76
Update whitesource to 0.1.7 (#24001)
Giving more clarity on which whitesource project/product name is used
and better output when a violation is found.

I noticed whitesource errors during our pr validation, this might help
pinpointing what's going on there.
2017-11-20 10:19:46 +01:00
golem131
2f2fdd0264 Dependency updates (#23852)
- Scala 2.12.3 -> 2.12.4
- gson 2.8.1 -> 2.8.2
- metrics-core 3.2.4 -> 3.2.5
- metrics-jvm 3.2.4 -> 3.2.5
- HdrHistogram 2.1.9 -> 2.1.10
2017-11-14 14:08:30 +00:00
Patrik Nordwall
985afe8020 add serializer for typed ShardingEnvelope, #23772 2017-11-14 12:03:34 +01:00
Konrad `ktoso` Malawski
af411d2f8d
=pro #23931 define automatic module names explicitly (#23960)
* =pro #23931 define automatic module names explicitly (otherwise would be akkaactor_2.12) etc

Read:
- http://blog.joda.org/2017/04/java-se-9-jpms-module-naming.html
- http://mail.openjdk.java.net/pipermail/jpms-spec-experts/2017-February/000582.html
- http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html

for rationale

* Update build.sbt

* Update build.sbt
2017-11-14 11:41:37 +09:00
kenji yoshida
32a23dd5ec fix deprecation warning in project/MultiNode.scala (#23941)
```
project/MultiNode.scala:46:12: method unapplySeq in class Regex is deprecated (since 2.11.0): extracting a match result from anything but a CharSequence or Match is deprecated
[warn]       case MultinodeJvmArgs(a, b) ⇒
[warn]            ^
```

- https://github.com/scala/scala/blob/v2.12.4/src/library/scala/util/matching/Regex.scala#L340
- https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html

`System.getProperties.propertyNames.asScala.toList` return `List[Any]`
2017-11-08 12:04:36 +09:00
Martynas Mickevičius
3bc627d766 #23880 Specify scope when disabling scaldoc task (#23928) 2017-11-07 10:38:57 +01:00
Martynas Mickevičius
1f5da40319 #23880 Set sources for doc task to empty, as skip does not seem to work (#23900) 2017-11-02 21:11:43 +09:00
Arnout Engelen
8eae33f40c Update to scala 2.12.4 (#23896)
* Enable (and prefer) scala 2.12.4

* Keep 2.11 the default
2017-11-01 23:14:05 +09:00
Martynas Mickevičius
5cf29a65a4
#23880 Do not generate api doc for NoPublish projects 2017-10-31 15:52:15 +02:00
Patrik Nordwall
90f0963982
Merge pull request #23870 from akka/formatDocsAndCodeConsistently
Format docs like we do our own code
2017-10-31 11:30:41 +01:00
Seth Tisue
58feb2ba0d fix 2.13 version checking in MiMa config
scalaBinaryVersion doesn't become simply "2.13" until Scala 2.13.0
is released (sometime in 2018)
2017-10-30 11:00:52 -07:00
Arnout Engelen
c9ab1b9ffb Format docs like we do our own code
Though it seems we already did?
2017-10-30 13:57:42 +01:00
Arnout Engelen
a2cbff1061
Switch languages in paradox without page refresh (#23544) 2017-10-30 13:45:30 +01:00
Martynas Mickevičius
34891df7e3 Update to Sbt 1.0.3 (#23860) 2017-10-30 19:42:32 +09:00
Martynas Mickevičius
82ca8a2cc7 Port build to SBT 1.x (#23850)
* Port build to SBT 1.x

* Fix multinode tests, always enable genjavadoc bootstrap
2017-10-30 10:13:13 +09:00
Christopher Batey
70ad537af5 Retry creation of ActorSystem in remoting tests #23481 (#23769)
* Retry creation of ActorSystem in remoting tests #23481

Remoting multi-jvm test rely on setting port = 0 which selects an open
port. This has a race where two of the JVMs open/close the same port
then configure their ActorSystem with it so one of them fails to start
due to the port being in use. This adds a simple retry so another port
is selected.
2017-10-24 14:22:25 +02:00
Arnout Engelen
282a9b65f2 Update to scalariform 1.8.1 (#23806) 2017-10-15 13:58:24 -05:00
Johan Andrén
1b216b28d4 Eplicit Java version requirement for OSGi #23795 (#23813) 2017-10-15 11:39:58 -05:00
Johan Andrén
3ad2db52c4 Remove the JUnit test runner (#23784) 2017-10-15 18:01:54 +02:00
Martynas Mickevičius
4d5528f474 Update Config to v1.3.2 (#23790) 2017-10-09 13:23:28 +02:00
Arnout Engelen
b1df13d4d4 Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00
Johan Andrén
9e68d6e88f Fork tests #22979 2017-10-04 14:22:25 +02:00
Johan Andrén
af5f84ddac mockito version supporting jdk9 #23402 2017-09-26 08:51:53 +02:00
Konrad `ktoso` Malawski
349a5f749a =jdk9,str JDK9 ready classes, in special directories (#23650)
* =jdk9,str JDK9 ready classes, in special directories

* =str,jdk9 prepare for releasing using JDK9 (needs sbt 1.0+ though)

* =str,jdk9 passing TCK spec touching some JDK9 types internally

* make sure to include linting options
2017-09-20 21:06:49 +09:00
Martynas Mickevičius
feb333f394 =doc,release Baptising the release server (#23606)
* Baptising the release server

* Update release (#23624)
2017-09-12 11:13:25 +02:00
Patrik Nordwall
d58d6ee5bf test Scala version in a Scala 2.13 friendly manner (#23620)
for the Scala 2.13 community build
2017-09-12 10:48:15 +02:00
Guido Medina
b628fb2523 =pro Update dependencies and plugins to latest. (#23591) 2017-09-11 17:48:46 +02:00
Arnout Engelen
e90a6fc3c1 Update whitesource plugin (and MiMa)
Update of MiMa was needed because of
https://github.com/typesafehub/sbt-whitesource/issues/20
2017-09-05 13:49:23 +02:00
Patrik Nordwall
24d6f6799f renamed the whitesource stable product name 2017-08-29 14:21:25 +02:00
Patrik Nordwall
9c0039eacc Merge pull request #23521 from lucianenache/update-codahale-metrics-dependencies
Updated codahale metrics dependencies to 3.2.4 #17515
2017-08-18 14:31:01 +02:00
Arnout Engelen
2623820450 Update configuration to exclude akka-bench-jmh from whitesource (#23542)
* Update configuration to exclude akka-bench-jmh from whitesource

Because we don't distribute that project

* Whitesource 'product' is always 'Lightbend Reactive Platform' again

* Ignore all unpublished subprojects from whitesource
2017-08-18 13:49:40 +02:00
Lucian Enache
6f3d83fd9a Updated codahale metrics dependencies to 3.2.4 #17515 2017-08-14 15:45:23 +02:00
Patrik Nordwall
c1f247212f Merge pull request #23505 from akka/wip-dependencies-patriknw
Upgrade camel-core dependency to 2.17.7
2017-08-10 14:10:31 +02:00
Konrad `ktoso` Malawski
e3ec5563ac Update to Reactive Streams 1.0.1 2017-08-10 00:05:10 +09:00
Thomas Szymanski
e079fe3991 Upgrade camel-core dependency to 2.17.7
Upgrade camel-core dependency to a version that fixes CVE-2017-5643.
The 2.17 branch is also currently a supported version of Camel, which
2.13 is not.
2017-08-09 12:14:44 +02:00
Martynas Mickevičius
bc0f2ee26d Load MiMa filters from file (#23083) 2017-07-27 12:33:14 +02:00
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