Commit graph

2257 commits

Author SHA1 Message Date
Nafer Sanabria
a2b3b836ab Upgrade to sbt 1.1.0-RC4 (#24206) 2017-12-25 14:30:04 +01:00
Christopher Batey
5f576a4bc5 Upgrade to SBT 1.1.0-RC2 (#24181)
This might be worth trying before the release as it contains a fix for
the NPE
2017-12-21 11:32:09 +01:00
Arnout Engelen
bd71487646
Update sbt-api-mappings (#23843) (#24157) 2017-12-19 18:03:54 +01:00
Konrad `ktoso` Malawski
9d734af11d
Reactive Streams 1.0.2 (#24178) 2017-12-19 10:30:00 +01:00
Patrik Nordwall
905e61664b Aeron 1.7.0 2017-12-17 17:34:07 +01:00
Konrad `ktoso` Malawski
f6b01f43f1
update jmh plugin (#24131)
Which now can work on mac and even generate flamegraphs there!
Details: https://twitter.com/ktosopl/status/939532881797439489
2017-12-15 09:14:01 +01:00
Philippus Baalman
d64f7b2b66 Update Scala 2.11.x version to 2.11.12 (#24033) 2017-12-14 09:58:59 +01:00
Johan Andrén
be3766d0ae
Post 2.5.8 fixes (#24128)
* Update MiMa latest release
* Silence some noise from sbt breaking the relase script
* MiMa excludes we had missed for a couple of releases
2017-12-08 16:53:47 +01:00
Konrad `ktoso` Malawski
f96e00ea83 =str use 1.0.2-RC1 TCK, without bumping the API dependency yet (#24108) 2017-12-07 10:25:52 +00:00
Konrad `ktoso` Malawski
b35cfa08c5 upgrade to sbt 1.0.4 (#24068) 2017-11-28 09:08:44 +01:00
Arnout Engelen
5f525779d8 Use CrossVersion.partialVersion instead of regex (#24032) 2017-11-22 17:07:54 +01:00
Arnout Engelen
5c21f2c7a6 Fix order in which japi and api docs are returned (#24026) (#24027)
I thought I fixed this before but perhaps that didn't make it in. If this goes
wrong again later let's double-check the order is deterministic.
2017-11-21 11:00:12 +09:00
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