Commit graph

357 commits

Author SHA1 Message Date
Arnout Engelen
c3be49bb7b
Use ssl-config 0.6.1 on Scala 3 (#31273) 2022-03-23 17:23:52 +01:00
Arnout Engelen
af18e824b4
Revert: Update ssl-config-core 0.6.0 (was 0.4.3) (#31252)
This partially reverts #31046, but not the changes there that were
needed to unblock playframework/playframework#11081
2022-03-18 12:18:45 +01:00
Arnout Engelen
00745b30e3
ssl-config: 0.6.0 -> 0.6.1 (#31248)
for https://github.com/lightbend/ssl-config/pull/342
2022-03-17 11:10:31 +01:00
PJ Fanning
c2b53464a9
use jackson-scala-module 2.13.2 for akka-jackson-serialization_3 (#31238) 2022-03-14 08:18:59 +01:00
Scala Steward
04a6b9f50f
Update gson to 2.9.0 (#31209) 2022-03-08 12:39:50 +01:00
Scala Steward
19d08afd09
Update logback-classic to 1.2.11 (#31207) 2022-03-07 10:31:49 +01:00
Scala Steward
24f21695cd
Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.36 (#31211) 2022-03-07 09:19:21 +01:00
Esther
1bbe952fd1
Use scala3 version of scala-java8-compat #31200 (#31201) 2022-03-04 17:23:08 +01:00
Scala Steward
afac726b69
Update scala-library to 2.13.8 (#31111)
* Update scala-library to 2.13.8
* Deal with some new deprecation errors
* Remove test for deprecated feature
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2022-02-16 09:31:21 +01:00
Renato Cavalcanti
7abc41cf4e
update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
Arnout Engelen
d7d0f5c8b2
Update typesafe config to 1.4.2 (#31104) 2022-02-03 09:29:28 +01:00
Arnout Engelen
c14855fd8b
Update config to 1.4.1 (#31101) 2022-02-01 17:21:30 +01:00
Johan Andrén
160be0be93
Bump shaded protobuf version to 3.16.1 for DoS fix (#31072) 2022-01-24 20:48:16 +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
GKuldeepak-Knoldus
f9dc476aae
migrate-SBT-Dependencies (#31014) 2021-12-23 13:58:30 +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
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
70ebdf2f2a
Update logback-classic to 1.2.7 (#30963) 2021-12-07 11:17:52 +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
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
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
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
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
Scala Steward
1e389da9b8
Update gson to 2.8.8 (#30650) 2021-09-10 14:47:00 +02:00
Scala Steward
b366d806d5
Update metrics-core, metrics-jvm to 4.2.3 (#30653) 2021-09-10 13:48:01 +02:00
Scala Steward
8ad0b992d6
Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.32 (#30508) 2021-08-23 13:06:28 +02:00
Scala Steward
d1a689e1e5
Update logback-classic to 1.2.5 (#30504) 2021-08-23 11:05:59 +02:00
Arnout Engelen
999b0853d5
Run akka-stream-tests on Scala 3 (#30451)
Refs #30243

* More createGraph
* Actually delay downstream cancellation
2021-08-13 13:56:38 +02:00
Scala Steward
49427f97ca
Update commons-io to 2.11.0 (#30505) 2021-08-13 10:47:23 +02:00
Scala Steward
ec74f52fe9
Update metrics-core, metrics-jvm to 4.1.25 (#30506) 2021-08-11 14:58:51 +02:00
Ignasi Marimon-Clos
3a76aa1ad2 Migrate PRValidation to GHActions
* Set sbtopts inline
* Ignore flaky, obsolete test
* Adds concurrency limit (run only latest commit
* Don't run scala3 workflows until ready to merge
* split publishLocal from pr validation
2021-08-11 11:26:04 +02:00
Arnout Engelen
fc1a375f51
Compile akka-serialization-jackson with Scala 3 (#30408)
Tests compile but one test fails - possibly because of the mixed Jackson
versions. Took inspiration from #30361

Refs #30243
2021-07-20 19:14:23 +02:00
Arnout Engelen
1dc345896c
Test akka-coordination on Scala 3 (#30409) 2021-07-20 11:10:24 +02:00
Scala Steward
9cd97b494f
Update scala-library to 2.13.6 (#30302)
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2021-07-19 20:33:22 +02:00
Scala Steward
412592f2cc
Update lz4-java to 1.8.0 (#30381) 2021-07-16 10:29:33 +02:00
Scala Steward
8d5a4604f9
Update metrics-core, metrics-jvm to 4.1.24 (#30379) 2021-07-12 18:47:28 +02:00
Scala Steward
59e3bc8648
Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.31 (#30383) 2021-07-12 16:19:42 +02:00
Scala Steward
36f1a2bafe
Update commons-io to 2.10.0 (#30377) 2021-07-12 15:27:43 +02:00
Ryan Burke
466802c641
Update scala-java8-compat to 1.0.0 (#30375)
The compat library added an `early-semver` versionScheme which means
that 1.0.0 is marked as binary incompatible with any version lower
than 0.9.1 - even though it's not.

For example:

```
[error] (update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error]
[error] 	* org.scala-lang.modules:scala-java8-compat_2.13:1.0.0 (early-semver) is selected over 0.9.0
[error] 	    +- com.github.blemale:scaffeine_2.13:4.1.0            (depends on 1.0.0)
[error] 	    +- com.typesafe.akka:akka-actor_2.13:2.6.14           (depends on 0.9.0)
```

The `scalaModuleMimaPreviousVersion` has been set to `0.9.1` in the project, so upgrading
Akka to this should allow it to work with a lot of other libraries who have already done
the major update (supports Scala 3) to 1.0.0.
2021-07-09 15:19:18 +02:00
Patrik Nordwall
8468e6ae03
allow minor versions after Scala 3.0 (#30331) 2021-07-09 10:48:14 +02:00