Commit graph

2631 commits

Author SHA1 Message Date
Johan Andrén
8a019f86a1
JFR-based remoting flight recorder #26282 2019-12-16 11:45:13 +01:00
Scala Steward
2ab714cd71 Update sbt to 1.3.5 (#28377) 2019-12-16 10:18:59 +01:00
Arnout Engelen
a3ca3a3fca Perform MiMa checks against 2.6.1 (#28324)
* Exclude jdk9+-specific classes from mima

as in https://github.com/akka/akka/pull/24297#issue-162564159
2019-12-13 17:05:16 +01:00
Arnout Engelen
21fbfe6724
Add checkTestsHaveRun task to check tests have run (#28350)
Extend JUnitSuite to make sure the test is included in the report.

After merging this, nothing would happen. We should then invoke
`checkTestsHaveRun` from the jenkins nightly builds. That should then
fail the build until we merge #28347 and switch the nightly builds
to run on JDK11.
2019-12-13 11:29:20 +01:00
Arnout Engelen
25ad10f893
Document asSubscriber stage (#28128)
* Unfortunately it seems the jdk9-only tests could not actually be compiled.
With these changes those can actually be compiled and ran again.

* Always link to jdk11 for java.* javadocs

* Update sbt-paradox-akka to fix linking to inner classes for javadoc
2019-12-05 16:40:05 +01:00
Patrik Nordwall
143cd6fa8a
Merge pull request #28303 from scala-steward/update/sbt-paradox-akka-0.28
Update sbt-paradox-akka to 0.28
2019-12-05 15:48:47 +01:00
Arnout Engelen
7839649fb2 Downgrade sbt-osgi (#28302)
To fix including jdk9-only classes
2019-12-04 14:39:56 -08:00
Johannes Rudolph
d0027850e6
build: fix mima checking for Akka 2.6.0 (#28300)
Previously, due to a syntax problem, only typed artifacts were checked against
2.6.0.

Co-Authored-By: Arnout Engelen <github@bzzt.net>
2019-12-04 15:40:38 +01:00
Scala Steward
8f77e6ccc3
Update sbt-paradox-akka to 0.28 2019-12-04 14:59:08 +01:00
Enno
4d04bb968b Docs: add some API links to stream operator docs (#28180)
* Docs: add some API links to stream operator docs

* Complement CONTRIBUTION.md

* Switch to frameless Javadoc
2019-12-03 09:16:05 +01:00
Scala Steward
d53d3701fa Update sbt-scalafix to 0.9.11 (#28285) 2019-12-02 13:01:08 +01:00
Scala Steward
d4ab19e60b Update mockito-core to 3.2.0 (#28283) 2019-12-02 11:46:32 +01:00
Johan Andrén
bfabdebace Revert "Remove scalac javabootclasspath hack (#28156)" (#28268)
Breaks the JDK 11 nightlies

This reverts commit 2bf43d394c.
2019-11-29 13:40:47 +01:00
sullis
dbc97fb6f3 Scala 2.13.0 -> Scala 2.13.1 (#28140)
* Scala 2.13.0 -> Scala 2.13.1

* Update to genjavadoc 0.15

* Allow 'higherKinds' without explicit import

To follow the 2.13.1 convention

* Remaining higherKinds imports

* Mima excludes for missing value classes in generics
2019-11-29 13:38:19 +01:00
Patrik Nordwall
a2b644c513
Merge pull request #28267 from dwijnand/use-CrossVersion.patch-for-silencer
Use CrossVersion.patch for Silencer plugin
2019-11-29 12:49:18 +01:00
Scala Steward
24b4c48a21 Update aeron-client, aeron-driver to 1.24.0 (#28247)
* and update agrona accordingly
2019-11-29 12:35:19 +01:00
Dale Wijnand
bcfa1b8586 Use CrossVersion.patch for Silencer plugin
For details on how these differ see:
https://www.scala-sbt.org/1.x/docs/Cross-Build.html#More+about+using+cross-built+libraries

The motivaton for this is so this part of the build doesn't need to be
(ironically) patched when running with a binary-compatible build of the
next patch release of Scala (e.g. Scala 2.13.2-bin-SHA).

Ideally this could be backported to the release-2.5 branch so it would
be immediately of use, otherwise it'll only be available in the
community builds that track Akka 2.6.
2019-11-28 08:35:05 +00:00
Scala Steward
5c0d7bf3dc Update sbt-header to 5.3.1 (#28259) 2019-11-27 18:22:12 +01:00
Enno
4946c957eb Docs: link pages with TLS (#28258) 2019-11-27 17:33:44 +01:00
Arnout Engelen
2bf43d394c Remove scalac javabootclasspath hack (#28156)
This should have been implicit with the -release flag, and now
this indeed appears to be the case. Tested with 2.12 and 2.13.0

Fixes the scalac part of #27079
2019-11-26 12:58:29 +00:00
Christopher Batey
b52271da1c Don't include protobuf settings for all projects #28227
Only akka-actor got the protobuf files due to the assembled jar being
added to the unmanaged jars for ease of use when importing into
Intellij. Removing that from default settings seems to have fixed it.

Fixes 

* Remove protobuf Any import from doc spec
2019-11-25 14:36:09 +01:00
Arnout Engelen
3381b3cd12 Update only jackson-core-databind from scala-steward (#28217)
The rest will follow, to avoid creating too many PR's
2019-11-25 14:03:15 +01:00
Scala Steward
5e2435a424 Update sbt to 1.3.4 (#28230) 2019-11-25 11:11:29 +00:00
Johan Andrén
b35dbb9912 Remove scoverage since we don't really use it (#28220) 2019-11-21 06:41:41 -08:00
Fabio Tiriticco
041b6243a5 Add docs for stream operator Sink.collection (#28210) 2019-11-21 14:29:20 +01:00
Scala Steward
37d20dba00 Update metrics-core, metrics-jvm to 4.1.1 (#28043) 2019-11-19 17:37:20 +01:00
Scala Steward
35679f142b Update gson to 2.8.6 (#27903) 2019-11-19 17:36:34 +01:00
Christopher Batey
f6bea4e75e Remove native packager plugin (#28189) 2019-11-19 15:45:03 +01:00
Scala Steward
5d882d98bf Update sbt-pgp to 2.0.0 (#27713)
* Update sbt-pgp to 2.0.0

* Fix new package name
2019-11-19 15:44:36 +01:00
Arnout Engelen
96a78a2d43
Update silencer to 1.4.4, to support scala 2.13.1 (#28190) 2019-11-19 15:30:04 +01:00
Scala Steward
76a37056ad Update jackson-annotations, jackson-core, ... to 2.10.1 (#28163) 2019-11-19 11:37:56 +01:00
Patrik Nordwall
175fe4786a
Merge pull request #28103 from scala-steward/update/jul-to-slf4j-1.7.29
Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.29
2019-11-19 10:58:22 +01:00
Arnout Engelen
81ee676923 Update ssl-config to 0.4.1 (#28183)
To make ALPN in gRPC work again
2019-11-19 09:56:17 +00:00
Scala Steward
472dac469f Remove classgraph dependency from sbt plugin scope (#28118)
As we don't use it directly and it comes in transitively from
sbt-paradox-unidoc where it is used.
2019-11-18 11:28:20 +02:00
Scala Steward
6bf36c2517 Update sbt-whitesource to 0.1.18 (#28028)
* Update sbt-whitesource to 0.1.18

* Update sbt-whitesource to 0.1.18

* Update sbt-whitesource to 0.1.18
2019-11-08 21:09:27 +01:00
Arnout Engelen
a47886c4f5 sbt option to explicitly specify the jdk8 jdk to use (#28107)
* Nicer error message when jdk home path is not found
* Also allow setting it via the environment
2019-11-08 15:59:49 +01:00
Scala Steward
3a988a35dd Update sbt-header to 5.3.0 (#28150) 2019-11-08 11:05:36 +01:00
Scala Steward
f0551ff83c Update sbt-scalafix to 0.9.8 (#28101) 2019-11-06 15:28:07 -08:00
Patrik Nordwall
6cd935dfec update mima latestPatch 2.6.0 (#28135) 2019-11-06 21:40:56 +01:00
Scala Steward
e4c1d7b1ba Drop sbt-updates altogether versus update to 0.4.3 (#27904)
Drop sbt-updates altogether
2019-11-06 10:15:02 -08:00
Enno
b5921ba943
Docs: set 2.6 release date in project info (#28129) 2019-11-06 09:51:12 +01:00
Johan Andrén
8d19962dc8 Docs polish for 2.6.0 (#28125)
* Plain text for back-link to classic pages instead of info box

* No info breakouts up top in the actor intro page

* No info boxes for the classic-version-of-the-page

The info box takes too much attention and space

* Re-order project info, update akka-paradox-sbt to get toggle
2019-11-05 20:06:32 +01:00
Scala Steward
181c0cba50
Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.29 2019-10-31 20:24:57 +01:00
eugene yokota
f3d02b3c27 Fixes intermittent "Could not create directory" issue (#28056) 2019-10-24 16:31:28 -04:00
Helena Edelson
2cc660357e
Failed: Could not create directory, file exists and is not a directory #27661 (#28055) 2019-10-24 10:35:37 -04:00
Johan Andrén
a341343f2c latestPatchOf 2.5.26 (#28031)
* latestPatchOf 2.5.26

* Bincomp fixes
2019-10-18 16:30:55 +02:00
Patrik Nordwall
5e3aa04806
Merge pull request #27989 from scala-steward/update/sbt-1.3.3
Update sbt to 1.3.3
2019-10-16 10:02:55 +02:00
Enno
70c3cdfa97
RetryFlow: retries of individual stream elements with backouff (#27742)
RetryFlow wraps a flow with context and allows to individually retry elements. A decider function decides if another try should be made and gives the element to try with.
Retries are backed off exponentially.
Retries are limited by maxRetries.

Inspired by the work of Gilad Hoch <gilad.hoch@thomsonreuters.com> and Martynas Mickevičius <self@2m.lt>
2019-10-15 18:41:30 +02:00
Patrik Nordwall
d33bc728a6 cleanup OSGi build properties 2019-10-15 13:29:43 +02:00
Patrik Nordwall
5de5dec6ee
Merge pull request #27988 from akka/wip-protobuf-3.10.0-patriknw
Update protobuf-java and protoc to 3.10.0
2019-10-15 11:09:30 +02:00