Commit graph

27486 commits

Author SHA1 Message Date
scala-steward-asf[bot]
0c2eb9ffa6
Update sbt to 1.10.1 (#1395)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-07-14 09:51:17 +01:00
scala-steward-asf[bot]
8bf89f4f81
Update docker-java-core, ... to 3.4.0 (#1394)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-07-14 08:39:14 +01:00
Matthew de Detrich
07013eb3a2 Fix migration notes for SubstreamCancelStrategy deprecation 2024-07-11 13:56:49 +02:00
Arnout Engelen
684fec989e
feat: publish SBOMs (#1380)
While clearly not perfect, I think we should start growing
towards publishing valid SBOMs for our artifacts, and
publishing these is a good first step in that direction.
2024-07-08 15:50:42 +02:00
scala-steward-asf[bot]
053a5ccfad
Update jackson-core to 2.17.2 (#1390)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-07-07 01:59:11 +01:00
Arnout Engelen
46c557424d
Simplify link validator config (#1381) 2024-07-02 11:46:18 +02:00
scala-steward-asf[bot]
eed2b10095
Update sbt-pekko-build to 0.3.4 (#1382)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-07-01 14:54:48 +01:00
scala-steward-asf[bot]
42994f56cd
Update junit-jupiter-engine to 5.10.3 (#1378)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-06-30 08:37:16 +01:00
scala-steward-asf[bot]
a423e9fd01
Update scalatest to 3.2.19 (#1379)
* Update scalatest to 3.2.19

* scalacheck 1.18

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2024-06-30 08:36:53 +01:00
AndyChen(Jingzhang)
3f4d52ece8
feat: add QueueClosed singleton instance for Java API (#1377) 2024-06-27 14:30:25 +08:00
PJ Fanning
3fabc04acf
add release notes for v1.0.3 (#1375) (#1376) 2024-06-23 18:50:17 +01:00
He-Pin(kerr)
1d87923667
feat: Add isCompleted method to BoundedSourceQueue (#1374) 2024-06-18 19:19:02 +08:00
He-Pin(kerr)
979964eac9
chore: Fix typo in LARS comments (#1373) 2024-06-18 13:50:26 +08:00
He-Pin(kerr)
ce9f5a072f
feat: Support adjust the scheduler's tick-duration. (#1366) 2024-06-18 12:34:45 +08:00
Arnout Engelen
c254ce90f5
fix: dependency-graph permissions (#1372)
apparently permissions must be at the job level, not the
step level.

Follow-up on #1371
2024-06-17 23:37:21 +02:00
Arnout Engelen
89195935b0
chore: restrict GitHub actions permissions (#1371)
Be more selective in granting permissions to actions
2024-06-17 23:29:23 +02:00
Martin Duhem
54ff1fcf1f
Configure TestJdk9 for Develocity (#1370)
Prevously, the tests that are run in the `TestJdk9` configuration were
not captured by Develocity: the results of these tests would not appear
in the Develocity test report and dashboard, and failed tests would not
be retried.

Because TestJdk9 is a custom configuration, Develocity cannot configure
it automatically and we need to manually add the Develocity test
settings in that configuration. This is done through an auto plugin that
is enabled only on projects where both the Develocity and Jdk9 plugins
are enabled.
2024-06-17 17:21:01 +01:00
scala-steward-asf[bot]
cf8da61699 Add 'Reformat with scalafmt 3.8.2' to .git-blame-ignore-revs 2024-06-16 07:56:40 +01:00
scala-steward-asf[bot]
fa1351b213 Reformat with scalafmt 3.8.2
Executed command: scalafmt --non-interactive
2024-06-16 07:56:40 +01:00
scala-steward-asf[bot]
ec2f01ea8c Update scalafmt-core to 3.8.2 2024-06-16 07:56:40 +01:00
scala-steward-asf[bot]
f8fabb55b0
Update netty-handler, netty-transport to 4.1.111.Final (#1368)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-06-16 12:39:19 +08:00
scala-steward-asf[bot]
797d36bf29
Update metrics-core, metrics-jvm to 4.2.26 (#1367)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-06-16 12:12:14 +08:00
Arnout Engelen
643ff46bcd
chore: add OpenSSF Best Practices badge (#1362)
This badge does come with some obligations, but mostly things we'd
want to do anyway.

See also https://cwiki.apache.org/confluence/display/SECURITY/OpenSSF+Best+Practices+Badge
2024-06-15 18:58:13 +08:00
PJ Fanning
6cdd3e9f49
make SchedKey final (#1365) 2024-06-14 10:02:09 +01:00
He-Pin(kerr)
a9584ec520
feat: Add UntypedAbstractActorWithTimers (#1361) 2024-06-14 16:14:55 +08:00
PJ Fanning
7647f13b9d
fix some typos (#1358) 2024-06-08 10:17:13 +01:00
AndyChen(Jingzhang)
b0e9886439
chore: avoid the double evaluation of entityId in ClusterSharding (#1304)
* chore: avoid the double evaluation of entityId in ClusterSharding

* new cacheable partial function

* optimized for review

* fix the right type
2024-06-05 23:23:33 +08:00
Arnout Engelen
67211737da
fix: improve workaround for Scala3 bug 18248 (#1349)
Towards #325
2024-06-04 13:56:37 +02:00
Nicolas Vollmar
92b38e72d6
Avoid unnecessary shard updates while shutting down (#1342)
* Avoid unnecessary shard updates while shutting down

* Avoid re-creating the same message for each shard
2024-06-04 07:41:44 +02:00
scala-steward-asf[bot]
62777b15db
Update guava to 33.2.1-jre (#1350)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-06-02 11:06:21 +08:00
scala-steward-asf[bot]
e4ab6a3e3f
Update HdrHistogram to 2.2.2 (#1351)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-06-02 11:05:04 +08:00
scala-steward-asf[bot]
40aaa98c55
Update jctools-core to 4.0.5 (#1352)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-06-02 11:04:24 +08:00
AndyChen(Jingzhang)
f7eddaa1aa
docs: stream operator throttle typo (#1348)
* docs: stream operator throttle typo

* more clarify

* Update docs/src/main/paradox/stream/operators/Source-or-Flow/throttle.md

* Update docs/src/main/paradox/stream/operators/Source-or-Flow/throttle.md

Co-authored-by: Arnout Engelen <arnout@engelen.eu>

---------

Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2024-05-28 19:49:59 +02:00
PJ Fanning
49210976aa
further fix needed for bcpkix (#1345) 2024-05-26 09:47:29 +01:00
scala-steward-asf[bot]
2620419d62
Update commons-compress to 1.26.2 (#1346)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-05-26 11:44:04 +08:00
PJ Fanning
a4412c4079
add bcpkix test dependency to fix dependabot issues (#1344)
* add bcpkix test dependency to fix dependabot issues

* Update Dependencies.scala
2024-05-25 22:17:55 +01:00
scala-steward-asf[bot]
3fff73894b
Update gson to 2.11.0 (#1339)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-05-23 19:58:33 +01:00
scala-steward-asf[bot]
85e854dc2d
Update netty-handler, netty-transport to 4.1.110.Final (#1340)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-05-23 19:58:20 +01:00
Philippus Baalman
f58261b0f5
Fix dynamic versioning example (#1338) 2024-05-23 17:44:59 +08:00
PJ Fanning
ee1c4b4aaa
notify CI failures (#1337) 2024-05-23 00:35:41 +01:00
He-Pin(kerr)
1e9a051777
chore: Add since 1.1.0 for foldWhile operator (#1335) 2024-05-21 23:49:36 +08:00
AndyChen(Jingzhang)
5d23adbe5d
chore: clean code in ClusterSharding (#1305)
* chore: clean code in ClusterSharding

* cleaner ShardCommandActor
2024-05-19 21:48:41 +08:00
He-Pin(kerr)
7eec328d0c
chore: Separate commands with ; in nightly-builds.yml (#1332) 2024-05-17 19:19:39 +08:00
PJ Fanning
30052f18d6
fix startsWith condition in nightly-builds.yml (#1331) 2024-05-17 11:07:17 +01:00
He-Pin(kerr)
93c1af552f
chore: Update startsWith in yml (#1330) 2024-05-17 10:16:05 +01:00
PJ Fanning
c84f1b2bbe
build issue in nightly-builds.yml (#1329)
* build issue in nightly-builds.yml

* Update nightly-builds.yml
2024-05-17 12:35:40 +08:00
PJ Fanning
c4805f1839
release notes for 1.1.0-M1 (#1204)
* release notes for 1.1.0-M1

add more notes

jackson update

warning

add extra PRs

Update releases-1.1.md

more notes

more

all 1.0 fixes are in 1.1 now

pekko tlp

* more notes for releases-1.1.md

* netty 4

* Update releases-1.1.md

* Update releases-1.1.md

* Update releases-1.1.md
2024-05-16 13:48:40 +01:00
Arnout Engelen
d98942dd3b
chore: drop custom +~ version switching (#1324)
as this feature is in sbt since https://github.com/sbt/sbt/pull/6894
and https://github.com/sbt/sbt/pull/6936
2024-05-13 10:56:26 +02:00
Philippus Baalman
7ce4c0c5ff
Use more realistic version numbers (#1323) 2024-05-13 10:19:10 +02:00
scala-steward-asf[bot]
ebcffc7925
Update sbt to 1.10.0 (#1316)
* Update sbt to 1.10.0

* chore: Use `;` to separate commands

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: He-Pin <hepin1989@gmail.com>
2024-05-12 20:14:31 +08:00