Commit graph

2877 commits

Author SHA1 Message Date
Arnout Engelen
186ace214b
akka-paradox: update to 0.39 (#30420) 2021-07-23 10:23:49 +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
Arnout Engelen
f7cc3a8297
Update genjavadoc (#30411)
To fix the publish failure introduced by #30302
2021-07-20 11:08:47 +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
Arnout Engelen
0ad1783017
Hide private members in documentation (#30370)
Co-Authored-By: Arnout Engelen <arnout@bzzt.net>

Co-authored-by: Andrei Arlou <andrei.arlou@gmail.com>
2021-07-13 12:25:17 +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
61f34e9ce3
Update sbt-scalafix to 0.9.29 (#30294) 2021-07-12 18:47:11 +02:00
Scala Steward
57dda65286
Update sbt-assembly to 1.0.0 (#30295) 2021-07-12 18:46:56 +02:00
Arnout Engelen
9b5aad942f
Share source directory between Scala 2.13 and Scala 3 (#30384) 2021-07-12 18:32:01 +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
Scala Steward
3caa219dd5
Update sbt-reproducible-builds to 0.28 (#30380) 2021-07-09 15:18:10 +02:00
Scala Steward
aec7479665
Update sbt to 1.5.4 (#30382) 2021-07-09 15:12:04 +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
Johan Andrén
9657f8430a
Revert "Hide private members in documentation (#20185) (#30356)" (#30357)
This reverts commit 55be471ffa.
2021-07-02 12:56:22 +02:00
Andrei Arlou
55be471ffa
Hide private members in documentation (#20185) (#30356) 2021-07-02 10:45:45 +02:00
Arnout Engelen
bbae718ef7
Move more release instructions to the template (#30340)
* Move more release instructions to the template

Sparked by discussion in #17432

* use newer version in example

Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>

* point to sonatype for snapshots

Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2021-06-23 17:06:13 +02:00
Scala Steward
fa23288bb3
Update sbt-jmh to 0.4.3 (#30304) 2021-06-10 21:22:49 +02:00
Arnout Engelen
ceac670501
set sonatype profile name for publishing (#30306) 2021-06-09 15:20:42 +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
Arnout Engelen
39b4a5c57a
Publish from GitHub Actions (#30288)
* Publish from GitHub Actions

* Break out instructions into release train issue template
2021-06-08 09:05:16 +02:00
Scala Steward
2c524f110f
Update sbt-pgp to 2.1.2 (#30097) 2021-06-04 15:25:08 +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
43d97e90c0
Update sbt-bill-of-materials to 1.0.2 (#30183) 2021-05-03 12:05:51 +02:00
Scala Steward
ea22157859
Update sbt-scalafix to 0.9.27 (#30181) 2021-05-03 12:05:28 +02:00
Patrik Nordwall
5de4942485
Merge pull request #30206 from jrudolph/avoid-assumptions-about-other-subproject
build: more reliable reference to protobuf jar
2021-05-03 11:01:11 +02:00
Scala Steward
ae55f262ed
Update sbt-dotty to 0.5.4 (#30180) 2021-05-03 10:46:53 +02:00
Johannes Rudolph
2b567706cb
build: more reliable reference to protobuf jar
This avoids problems when the naming convention changes and also makes
sure the file has actually been generated.
2021-04-29 12:02:01 +02:00
Johan Andrén
031886a7b3
MiMa latest patch update to 2.6.14 (#30173) 2021-04-08 14:59:08 +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
Scala Steward
0a10ce8686
Update sbt-dotty to 0.5.3 (#30095) 2021-03-22 11:47:30 +01:00
Arnout Engelen
c737f1a8e6
Commit api/japi docs when releasing (#30128) 2021-03-18 15:04:43 +01:00
Arnout Engelen
8eb8396306
genjavadoc: update 0.16 -> 0.17 (#30121)
To get the fix for 'rangepos', which is becoming the default with 2.13.5
2021-03-17 13:16:47 +01:00
Andrea Peruffo
73b97871b6
Bump Scala 3 to RC1 (#30117) 2021-03-16 17:33:56 +01:00
Scala Steward
e85bc51e82
Update sbt-scalafix to 0.9.25 (#30012) 2021-03-01 08:39:55 +00:00
Johan Andrén
3591498cf2
Bump mima latest patch (#30061) 2021-02-24 10:38:18 +01:00
Johan Andrén
7fea431041 Update to sbt-paradox-akka 0.38 with copy-snippet support for the docs #30045 2021-02-19 18:09:00 +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
Patrik Nordwall
6db28f4be6
Merge pull request #30014 from scala-steward/update/metrics-core-4.1.17
Update metrics-core, metrics-jvm to 4.1.17
2021-02-15 14:39:15 +01:00
Scala Steward
b41d6a0c43
Update sbt to 1.4.7 (#30015) 2021-02-10 10:54:34 +01:00
Scala Steward
c9789878e6
Update sbt-dotty to 0.5.2 (#30011) 2021-02-10 10:51:34 +01:00