Commit graph

2945 commits

Author SHA1 Message Date
Johan Andrén
160be0be93
Bump shaded protobuf version to 3.16.1 for DoS fix (#31072) 2022-01-24 20:48:16 +01:00
Andrei Arlou
6c5fa4e61c
docs: Use apidoc directive in serialization-jackson.md (#31001) 2022-01-24 13:27:50 +01:00
Johan Andrén
b9a1a66058
Convenience stream operators for publishing and subscribing to typed pub sub #31037 2022-01-12 16:12:15 +01:00
Johannes Rudolph
221da34234
build: update to sbt 1.5.8 (#31052) 2022-01-10 12:35:04 +01:00
Matthias Kurz
4fb7bd9bfa
Update ssl-config-core 0.6.0 (was 0.4.3) (#31046)
* ssl-config-core 0.6.0 (was 0.4.3)

ref: https://github.com/playframework/play-ws/pull/590/files

* Make validateDefaultTrustManager no-op

Co-authored-by: takayahilton <takayahilton@gmail.com>
2022-01-07 12:46:16 +01:00
Scala Steward
4a1cc0c14c
Update scala3-library to 3.1.1-RC2 (#31044) 2022-01-07 10:39:31 +01:00
Scala Steward
088b63be1a
Update logback-classic to 1.2.10 (#31042) 2022-01-06 15:21:58 +01:00
Scala Steward
63edc0bc58
Update metrics-core, metrics-jvm to 4.2.7 (#31043) 2022-01-06 15:21:43 +01:00
Oliver Heger
e4a56d7cfb
Update upper version bound for scala-java8-compat in OSGi (#31024) (#31025)
Align the version range with the actual versions of the
scala-java8-compat dependency for the different Scala versions.
2022-01-03 08:52:17 +01:00
GKuldeepak-Knoldus
f9dc476aae
migrate-SBT-Dependencies (#31014) 2021-12-23 13:58:30 +01:00
Arnout Engelen
602eb45dcc
scala3: show scala3-compatible code in most of akka-docs (#30974)
* scala3: show scala3-compatible code in most of akka-docs

There are some Streams samples that don't compile with Scala 3
yet.

* Fix warnings/errors

* scalafmtSbt
2021-12-23 11:33:21 +01:00
Patrik Nordwall
65f5289b56
Latest for mima 2.6.18 (#31008) 2021-12-20 14:15:32 +01:00
Patrik Nordwall
a94e692463
Update to logback 1.2.9, and Paradox 0.41 (#31006) 2021-12-20 11:17:56 +01:00
Patrik Nordwall
aa29071b96
Update to logback 1.2.8 (#30991)
* LOGBACK-1591
* documentation, tests and (provided) testkit
2021-12-16 09:05:37 +01:00
Arnout Engelen
5fafdced8e
Cleanup cross building (#30981)
* wip

* Don't set crossScalaVersions at the toplevel

* scalafmtSbt

* Accidentally commited

* Set default scalaVersion

* Set top-level scala version to default

* Add comment explaining why to +~
2021-12-14 11:00:02 +01:00
Johannes Rudolph
ad3a8a965d
Update to sbt 1.5.6 (#30988)
To mitigate any impact of sbt's use of log4j2
2021-12-13 15:30:50 +01:00
Patrik Nordwall
f946655ad5
Serializer for EventEnvelope and Offset (#30970) 2021-12-09 13:30:59 +01:00
Scala Steward
a9b620c184
Update aeron-client, aeron-driver to 1.37.0 (#30966)
* Update aeron-client, aeron-driver to 1.37.0

* Update agrona as well

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2021-12-07 14:23:52 +01:00
Scala Steward
259095467d
Update sbt-java-formatter to 0.7.0 (#30965) 2021-12-07 11:21:02 +01:00
Scala Steward
41891297fa
Update paradox-theme-akka, ... to 0.40 (#30964) 2021-12-07 11:20:39 +01:00
Scala Steward
fc2b7428f1
Update sbt-scalafix to 0.9.33 (#30962) 2021-12-07 11:20:19 +01:00
Scala Steward
70ebdf2f2a
Update logback-classic to 1.2.7 (#30963) 2021-12-07 11:17:52 +01:00
Patrik Nordwall
5d381cdc74
Propagate aeron system properties to forked jvm, #30601 (#30894) 2021-11-16 15:33:13 +01:00
Peter Vlugter
a601f36b20
Add access pattern simulator for testing entity passivation strategies (#30884)
* with licence comment for ycsb
2021-11-16 13:00:05 +01:00
Renato Cavalcanti
523b5b7f43
updated scala versions (#30870) 2021-11-12 17:30:49 +01:00
Scala Steward
8eeaf231ee
Update gson to 2.8.9 (#30867) 2021-11-08 10:33:05 +01:00
Scala Steward
d98a2ba6c4
Update sbt-ci-release to 1.5.10 (#30866) 2021-11-08 10:23:38 +01:00
Scala Steward
b9faf0262c
Update sbt-unidoc to 0.5.0 (#30865) 2021-11-08 10:22:59 +01:00
Johan Andrén
eb197cae7f
fix a few deprecation warnings when starting up sbt (#30829) 2021-11-01 08:53:32 +01:00
Johan Andrén
d11a15c50f
Skip mima check for Scala 3 for now (#30830) 2021-10-27 21:19:41 +02:00
kenji yoshida
bf0ef69d70
use Scala 3.1.1-RC1 instead of NIGHTLY version (#30817) 2021-10-25 09:21:27 +02:00
Arnout Engelen
cdad7938b0
Include Scala 3 in cross-build (#30392)
* Include Scala 3 in cross-build

sbt cross-building sometimes behaves surprisingly, so this does not work
yet: when switching to 3.0.1-RC1 it still tries to build the modules
that do not support that version yet, even though they are 'excluded'.

This also currently breaks cross-publishing, so we cannot merge this.
Once this works we should add a note to the documentation clarifying
that the Scala 3 artifacts are experimental.

* Fix jackson test dependency

* Don't publish docs for scala3 artifacts for now

* Publish empty doc packages for Scala 3 artifacts
2021-10-25 08:18:22 +02:00
Patrik Nordwall
9f88a1b596
Update latestPatchOf26 to 2.6.17 (#30810) 2021-10-21 11:43:28 +02:00
Scala Steward
2de42de9fc
Update aeron-client, aeron-driver to 1.35.1 (#30652)
* Update aeron-client, aeron-driver to 1.35.1

* Update agrona along with aeron

https://github.com/real-logic/aeron/blob/1.35.1/build.gradle#L45

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2021-10-20 15:16:22 +02:00
Renato Cavalcanti
4ef9b31d8e
move aeron tests in multi-node (#30706) 2021-10-20 08:07:47 +02:00
Scala Steward
16ed5b4f64
Update sbt-ci-release to 1.5.9 (#30762) 2021-10-13 09:20:56 +02:00
Arnout Engelen
7742f1ded3
Build akka persistence typed with scala3 (#30772) 2021-10-12 08:22:12 +02:00
Scala Steward
bd1bce8750
Update scala-library to 2.12.15 (#30766) 2021-10-08 16:24:02 +02:00
Scala Steward
be0cf7c38b
Update metrics-core, metrics-jvm to 4.2.4 (#30764) 2021-10-08 14:35:12 +02:00
Scala Steward
0ebbaffe9b
Update sbt-scalafix to 0.9.31 (#30760) 2021-10-07 17:40:39 +02:00
Andrei Arlou
b468efd95b
Fix external links - fifth iteration (#30697) (#30755) 2021-10-07 10:46:54 +02:00
Arnout Engelen
feb7ad7de0
pr validation against 'main' rather than 'master' (#30719)
* pr validation against 'main' rather than 'master'

* be more specific
2021-09-27 14:09:23 +02:00
Arnout Engelen
d703a2afe0
'master' to 'main' (#30714)
* 'master' to 'main'

* Repo reference in docs

* Found another in the issue template
2021-09-25 09:39:36 +02:00
Arnout Engelen
8e5493fb1a
Compile akka-cluster-metrics on scala3 (#30690)
* Compile akka-cluster-metrics on scala3

* re-introduce serialversionuid

* Avoid weird patternmatch
2021-09-17 07:00:45 +02:00
Arnout Engelen
a085b21fc1
build akka-cluster-tools on scala3 (#30683) 2021-09-16 09:06:34 +02:00
Scala Steward
0d3abd2200
Update sbt-scalafix to 0.9.30 (#30648)
* Update sbt-scalafix to 0.9.30

* Fix ConsoleLogger import

To reflect sbt-scalafix f97e8f3cd71c3efe431417f7376dd30b550f11a9

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2021-09-10 16:59:53 +02:00
Scala Steward
9138c43c6a
Update sbt-assembly to 1.1.0 (#30649) 2021-09-10 16:41:24 +02:00
Scala Steward
28adef44eb
Update sbt-java-formatter to 0.6.1 (#30651) 2021-09-10 16:41:09 +02:00
Scala Steward
1e389da9b8
Update gson to 2.8.8 (#30650) 2021-09-10 14:47:00 +02:00
Scala Steward
31f4d9c9f1
Update sbt-reproducible-builds to 0.30 (#30654) 2021-09-10 13:48:44 +02:00