Commit graph

316 commits

Author SHA1 Message Date
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
Scala Steward
3594faf646
Update gson to 2.8.7 (#30296) 2021-07-07 13:07:57 +02:00
Johan Andrén
3a3e643e07
akka-stream compiling on Scala 3 (#30324)
Changes:
* Private constructor for case class means private apply in Scala 3
* Logger class with Any instead of wildcard where needed
* Explicit import of internal implicit conversion import SinkToCompletionStage
* Hopefully source and binary compatible Scala 3 signature for GraphApply.create methods
* ZipLatestWith leaking private type
* Auto apply-to-lambda made explicit
* Internal async callback event class covariant
* Hub leaking private type
* Remove cycles in stream Buffer classes
* Avoid cyclic import in ResizableMultiReaderRingBuffer
* Safe cast of Subscribers
* Explicit import of internal implicit conversion SourceToCompletionStage
* Ambigous field name and method
* recover delegates using PF from javadsl not inferred, made explicit
* TcpStage completing promise with wrong type
* Collect aggregator empty value cannot be underscore with type ascription
* Some type alias shenanigans in QueueSink removed
* Explicit type on effectiveMaximumBurst in Throttle
* Override method return type not inferred in GraphInterpreter
* MutableCollectorState.accumulated getter got wrong type somehow
* TLS actor fallback case only applicable to null
* Some internal unchecked pattern matching removed
* Ok that createGraph is not present in Java API
* Separate impl per language for implicit actor system apply
2021-07-06 18:01:41 +02:00
Scala Steward
d83cda8f56
Update scala-library to 2.12.14 (#30301) 2021-06-09 12:12:46 +02:00
Scala Steward
d69d04957b
Update jctools-core to 3.3.0 (#30100) 2021-06-08 11:27:28 +02:00
Scala Steward
5abc119577
Update metrics-core, metrics-jvm to 4.1.21 (#30232) 2021-06-02 08:27:48 +02:00
Lukas Rytz
aa03e8b089
Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248)
Also: Migrate to sbt slash syntax
2021-05-25 12:50:51 +02:00
Scala Steward
4ff77b813e
Update junit to 4.13.2 (#30099) 2021-03-30 23:29:37 +02:00
Johan Andrén
c5655a9ce6
Upgrade to Scala 2.13.5 (#30072) 2021-03-30 20:57:23 +02:00
Johan Andrén
6789a289d4
Upgrade jackson to 2.11.4 #30126 (#30130) 2021-03-22 18:01:31 +01:00
Andrea Peruffo
73b97871b6
Bump Scala 3 to RC1 (#30117) 2021-03-16 17:33:56 +01:00
Scala Steward
2f25c26961
Update aeron-client, aeron-driver to 1.32.0 (#30013)
* Update aeron-client, aeron-driver to 1.32.0
* Agrona 1.9.0
2021-02-16 09:21:32 +01:00
Scala Steward
79b1eecc1e
Update metrics-core, metrics-jvm to 4.1.17 2021-02-09 04:04:12 +01:00
Andrea Peruffo
da70e0ccd4
Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956)
* Remove @switch when it doesn't take effect
* Use ActorRef.noSender
* Minor tweaks to SchedulerSpec
* Disambiguate TypedActor for Scala 3
* Bump ScalaTest to a version compatible with Scala 3
* Bump ScalaCheck
* Disambiguate Event in SupervisorHierarchySpec
* Scala 3 compatible EventBusSpec
* Prevent private unused variables to be erased by Scala 3
* Bump mockito
* Explicit actorRef2Scala import
* restore original .scalafix.conf
* Scala 3 compatible tailrec
* Reminder to re add switch annotation in case
* Move to nowarn instead of silencer
* Bump to Scala 2.12.13
* Cross compatible annotations
* fix docs generation
* adapt the build for Scala 3
* fix errors but bus
* remove more SerialVersion from trait
* scalacheck only from scalatest
* cross-compile akka-actor-tests
* restore cross-compilation
* early initializers workaround
* scalacheck switch
* cross compatible FSM.State class
* cross compatible LARS spec
* Change results to pass LineNumberSpec
* fix stackoverflow in AsyncDnsResolverIntegrationSpec
* FSM.State unapply
* fix Scala 2.13 mima
* SerialVersionRemover compiler plugin
* removed unused nowarns
2021-02-01 16:38:29 +01:00
Scala Steward
1542ef1e6a
Update asn-one to 0.5.0 (#29943) 2021-01-21 16:35:59 +01:00
Johan Andrén
a1d405d564
Merge pull request #29881 from scala-steward/update/jackson-databind-2.10.5.1
* Update jackson-databind to 2.10.5.1
* Separately version jackson-databind
2021-01-13 09:37:52 +01:00
Patrik Nordwall
65fa8b635a
Merge pull request #29945 from scala-steward/update/metrics-core-4.1.16
Update metrics-core, metrics-jvm to 4.1.16
2021-01-13 08:07:21 +01:00
Scala Steward
245ea645a2
Update metrics-core, metrics-jvm to 4.1.16 2021-01-10 02:03:46 +01:00
Arnout Engelen
31f654768f
Update copyright to 2021 2021-01-08 17:55:38 +01:00
Patrik Nordwall
ec7e1f29f2
Merge pull request #29886 from scala-steward/update/jctools-core-3.2.0
Update jctools-core to 3.2.0
2021-01-04 10:58:03 +01:00
Scala Steward
426bdda67d
Update spray-json to 1.3.6 (#29885) 2020-12-14 15:34:55 +01:00
Arnout Engelen
1de02c71ea
Separately version jackson-databind 2020-12-14 09:38:06 +00:00
Scala Steward
0ffe4f6c3e
Update jctools-core to 3.2.0 2020-12-11 00:04:10 +01:00
Scala Steward
331b6663a0
Update jackson-databind to 2.10.5.1 2020-12-11 00:03:04 +01:00
Scala Steward
90146f39ec
Update metrics-core, metrics-jvm to 4.1.14 (#29807) 2020-11-16 12:32:01 +01:00
Scala Steward
f75ffde652
Update scalacheck to 1.15.1 (#29809) 2020-11-16 12:31:05 +01:00
Scala Steward
ac58f7d4ca
Update aeron-client, aeron-driver to 1.31.1 (#29806)
* Update aeron-client, aeron-driver to 1.31.1

* Update agrona to 1.8.0

Co-authored-by: Christopher Batey <christopher.batey@gmail.com>
2020-11-16 10:52:30 +01:00
Scala Steward
dab8f3b642
Update metrics-core, metrics-jvm to 4.1.13 (#29725) 2020-10-28 09:52:29 +01:00
Scala Steward
cd342ae283
Update junit to 4.13.1 (#29728) 2020-10-12 13:01:07 +02:00
Seth Tisue
9aff46947e
upgrade ScalaTest, scalatestplus-junit, scalatestplus-mockito (#29688) 2020-10-02 09:22:00 +02:00
Scala Steward
2c2cb4ecd5
Update commons-codec to 1.15 (#29653)
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2020-09-24 09:49:30 +02:00
Scala Steward
78d81de709
Update aeron-client, aeron-driver to 1.30.0 (#29655)
* Update aeron-client, aeron-driver to 1.30.0

* Upgrade to agrona 1.7.2, to keep in line with aeron

Co-authored-by: Christopher Batey <christopher.batey@gmail.com>
2020-09-24 09:47:37 +02:00
Scala Steward
84278bd6d9
Update commons-io to 2.8.0 (#29654) 2020-09-23 10:47:08 +02:00
Scala Steward
375814ce6b
Update jctools-core to 3.1.0 (#29656) 2020-09-23 10:46:11 +02:00
Patrik Nordwall
7bf12721c1 Merge branch 'master' into feature-active-active-event-sourcing 2020-09-02 15:46:06 +02:00
Scala Steward
cfbbf74b77
Update jctools-core to 3.0.1 (#29519) 2020-08-24 11:29:31 +02:00
Scala Steward
988e240368
Update metrics-core, metrics-jvm to 4.1.12.1 (#29518) 2020-08-24 10:06:17 +02:00
Christopher Batey
207b89224f Fix patch versin for scala when overriding
To remain compatible with silencer, chop off the patch to not break
downstream builds
2020-08-18 07:46:06 +01:00
Christopher Batey
08182bbdeb ActiveActive: Events with metadata and events by persistence id for (#29287) 2020-08-17 07:27:57 +01:00
Christopher Batey
ad2d7e2d00 Initial prototype of active active event sourcing (#29265) 2020-08-17 07:25:34 +01:00
Arnout Engelen
c41c0420ad
Update scala to 2.13.3 and silencer to 1.7.0 (#28991)
* Update scala to 2.13.3 and silencer to 1.7.0
* Also travis
* Fix various warnings
2020-08-10 12:54:38 +02:00
Patrik Nordwall
f097400c92
Merge pull request #29429 from scala-steward/update/metrics-core-4.1.11
Update metrics-core, metrics-jvm to 4.1.11
2020-08-10 08:49:55 +02:00