Commit graph

27486 commits

Author SHA1 Message Date
scala-steward-asf[bot]
df8062a989
Update netty-handler, netty-transport to 4.1.115.Final (#1559)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-11-13 08:34:11 +01:00
Alden Torres
e2b5e70597
minor documentation fix (#1558) 2024-11-12 21:20:16 +01:00
scala-steward-asf[bot]
7f6ce90423
Update sbt, scripted-plugin to 1.10.5 (#1557)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-11-10 10:49:10 +01:00
Arnout Engelen
e21fa9eb7b
fix: link to GitHub for Hyperic Sigar (#1552)
sigar seems dormant: the website is not on 'https', and has become
entirely unreachable recently. The repo hasn't seen an update since
9 years.

Perhaps we should consider whether it's responsible to still link to
it at all - but for now let's at least link to the GitHub repo instead
of the defunct website.
2024-11-07 14:37:06 +01:00
dependabot[bot]
c55423a446
Bump scalacenter/sbt-dependency-submission from 2 to 3 (#1551)
Bumps [scalacenter/sbt-dependency-submission](https://github.com/scalacenter/sbt-dependency-submission) from 2 to 3.
- [Release notes](https://github.com/scalacenter/sbt-dependency-submission/releases)
- [Commits](https://github.com/scalacenter/sbt-dependency-submission/compare/v2...v3)

---
updated-dependencies:
- dependency-name: scalacenter/sbt-dependency-submission
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-07 14:34:56 +01:00
PJ Fanning
a91be2656c
another attempt to fix schedule in dependabot.yml (#1550) 2024-11-07 12:48:47 +01:00
PJ Fanning
7c03e37fee
fix alignment in dependabot.yml (#1549) 2024-11-07 11:57:41 +01:00
Arnout Engelen
686ba872be
chore: add dependabot for github-actions (#1548)
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
2024-11-06 14:14:38 +01:00
scala-steward-asf[bot]
bcd44ee31d
Update bcpkix-jdk18on, bcprov-jdk18on, ... to 1.79 (#1546)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-11-03 09:01:46 +01:00
scala-steward-asf[bot]
ece409a4aa
Update sbt to 1.10.4 (#1547)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-11-03 09:01:12 +01:00
scala-steward-asf[bot]
7602ac3315
Update jackson-core to 2.17.3 (#1545)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-11-03 09:00:43 +01:00
scala-steward-asf[bot]
68d93f79ae
Update sbt-license-report to 1.7.0 (#1540)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-27 01:53:14 +00:00
scala-steward-asf[bot]
9736194e7a
Update sbt-develocity to 1.1.2 (#1541)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-27 01:52:45 +00:00
scala-steward-asf[bot]
4a16486a42
Update aeron-client, aeron-driver to 1.45.1 (#1542)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-27 01:52:29 +00:00
scala-steward-asf[bot]
7ba918136c
Update junit-jupiter-engine to 5.11.3 (#1543)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-27 01:52:11 +00:00
scala-steward-asf[bot]
2854a007f9
Update sbt to 1.10.3 (#1544)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-27 01:51:35 +00:00
Arnout Engelen
de1de409c6
Make CycloneDX SBOM artifact easier to recognize (#1536)
Adding the 'classifier' to get artifacts with names like
`pekko-actor_2.13-cylonedx.xml` consistent with what the Maven
plugin does.
2024-10-21 21:48:21 +01:00
PJ Fanning
52ab09bec3
try to link to right protobuf-java pom (#1535) 2024-10-17 09:07:33 +02:00
Domantas Petrauskas
4afe7cf331
Configuring persistence plugins at runtime for EventSourcedBehavior (#1518)
* Add runtime journal plugin configuration to EventSourcedBehavior

* Add runtime journal plugin configuration test for event journals

* Add runtime journal plugin configuration test for snapshot store

* Mark SnapshotStorageEmulatorExtension class as internal API

* Add runtime journal plugin configuration test for event journals explicitly

* Address review comments

* Address review comments

* Add binary compat exclusions

* Fix test name

* Add Java API

* Use pekko option converters instead of scala jdk
2024-10-16 22:50:58 +01:00
Domantas Petrauskas
0e10d291db
Implement events by slice in testkit (#1533) 2024-10-16 21:51:34 +01:00
Domantas Petrauskas
9230df8b06
Implement EventsByTagQuery in PersistenceTestKitReadJournal (#1532)
* Initial implementation of events by tag in testkit

* Simplify implementation of events by tag in testkit

* Fix pekko imports

* Fix compilation on 2.12

* Add test for events having multiple tags

* Fix pekko import

* Fix test compilation on 2.12

* Remove redundant sorting by persistence ID
2024-10-16 15:19:59 +01:00
PJ Fanning
726ddbfd43
CI: setup-sbt (#1531)
* CI: setup-sbt

* Update dependency-graph.yml
2024-10-16 08:05:29 +01:00
PJ Fanning
bbbcaccd2c
revert zipWithIndex changes (#1526)
* revert zipWithIndex changes

* scalafmt

* Update FlowZipWithIndexSpec.scala
2024-10-14 09:28:14 +01:00
scala-steward-asf[bot]
d20f1028ff
Update sbt-dynver to 5.1.0 (#1530)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-13 11:24:38 +01:00
scala-steward-asf[bot]
614b36257b
Update sbt-pekko-build to 0.4.1 (#1529)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-13 11:18:44 +01:00
PJ Fanning
95e8355c4c
remove old resolver support (#1523) 2024-10-09 08:19:43 +01:00
Arnout Engelen
107c17f68a
Fix determining log class by stack on JDK21 (#1522)
Fixes #1521

It appears on JDK21 the lambda class is called e.g. `class org.apache.pekko.persistence.typed.EventSourcedBehaviorLoggingSpec$ChattyEventSourcingBehavior$$$Lambda/0x00007f1aa03e53b0` instead of e.g. `class org.apache.pekko.persistence.typed.EventSourcedBehaviorLoggingSpec$ChattyEventSourcingBehavior$$$Lambda$523/0x000000080053e040`
2024-10-08 13:45:02 +02:00
PJ Fanning
242145821f
v1.1.2 docs (#1520) 2024-10-07 13:50:16 +01:00
scala-steward-asf[bot]
fd9a0a4fc0
Update scala3-library to 3.3.4 (#1506)
* Update scala3-library to 3.3.4

* correctly determine logger class for Scala 3.3.4 stacktraces

Co-Authored-By: Wojciech Mazur <wmazur@virtuslab.com>

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Co-authored-by: Wojciech Mazur <wmazur@virtuslab.com>
2024-10-07 14:10:40 +02:00
PJ Fanning
b8c3dbe1e4
release 1.1.2 (#1515) 2024-10-07 13:10:28 +01:00
scala-steward-asf[bot]
6e1e06e650
Update metrics-core, metrics-jvm to 4.2.28 (#1516)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-06 02:05:10 +01:00
scala-steward-asf[bot]
41dbdc48bf
Update junit-jupiter-engine to 5.11.2 (#1517)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-06 02:04:48 +01:00
scala-steward-asf[bot]
4f95c405e6
Update netty-handler, netty-transport to 4.1.114.Final (#1514)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-10-03 13:11:18 +01:00
PJ Fanning
1e09622775
reduce use of scala.collection.JavaConverters (#1511)
Update Index.scala

Update Index.scala
2024-10-02 10:40:51 +01:00
Clay Johnson
2698511938
Disabled Develocity local build cache (#1512)
sbt-develocity v1.1 ships with local and remote build cache support for the
`compile` and `test` tasks (see
https://gradle.com/develocity/releases/2024.2#build-caching-for-sbt).

The local build cache is enabled by default, while the remote cache requires
configuring the nodes that are allowed to upload artifacts to the build cache
(see
https://docs.gradle.com/develocity/sbt-build-cache/#rolling_out_the_cache_in_your_organization).

It's important to confirm that a project's build is ready to use the build cache
(local or remote) to avoid unexpected behaviors. Specifically, one should make
sure that all relevant inputs to the `compile` or `test` task are captured, as
otherwise the generated build cache key will be incorrect (this can lead to
erractic behavior, as entries from the cache will be reused when they
shouldn't). Refer to
https://docs.gradle.com/enterprise/sbt-plugin/#caching_the_compile_task to know
what are the build cache inputs captured for the `compile` task and
https://docs.gradle.com/enterprise/sbt-plugin/#caching_the_test_testonly_and_testquick_tasks
for the `test` task.

This commits disables the local build cache so that a proper rollout can be
planned (see
https://docs.gradle.com/develocity/sbt-build-cache/#rolling_out_the_cache_in_your_organization).

Co-authored-by: Mirco Dotta <mdotta@gradle.com>
2024-10-02 11:23:20 +02:00
Matthew de Detrich
bc32e04b13 Fix CollectionUtil toSeq methods
Signed-off-by: Matthew de Detrich <mdedetrich@gmail.com>
2024-10-01 15:17:53 +02:00
PJ Fanning
711f711360
replace more uses of Util.immutableSeq (#1509)
* replace more uses of Util.immutableSeq

* Update ClusterClient.scala

* more changes

* Update NettySSLSupport.scala

* Update ClusterClient.scala

* Update ClusterClient.scala
2024-10-01 13:43:31 +01:00
PJ Fanning
090390a4f0
issue with full list copies in pekko-stream javadsl (#1491)
* commit

CollectionUtil

scalafmt

* build issue

* inline

* scala 3 compile issue

* continue use if Util.immutableSeq in Scala 2.12

* Update CollectionUtil.scala
2024-09-30 20:27:45 +01:00
PJ Fanning
6c9f1a6c8f
develocity 1.1.1 (#1501)
* develocity 1.1.1

* Update .scala-steward.conf
2024-09-29 19:05:18 +01:00
scala-steward-asf[bot]
54e90cc400
Update sbt-scalafix to 0.13.0 (#1502)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-09-29 08:42:50 +01:00
scala-steward-asf[bot]
e4f4174ebd
Update guava to 33.3.1-jre (#1503)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-09-29 02:55:37 +01:00
scala-steward-asf[bot]
14c5d768ab
Update junit-jupiter-engine to 5.11.1 (#1504)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-09-29 02:55:09 +01:00
PJ Fanning
f24e43687b
mark stop() method as noinline (#1485)
* mark stop() method as noinline

* Update Dispatch.scala
2024-09-25 10:00:21 +01:00
PJ Fanning
78d6f175cc
revert to develocity 1.0.1 (#1500) 2024-09-25 09:22:11 +02:00
PJ Fanning
fb67f7f666
sbt 1.10.2 (#1498) 2024-09-23 15:06:35 +02:00
PJ Fanning
ab098af3e7
Revert "Update sbt to 1.10.2 (#1496)" (#1497)
This reverts commit 5ec5f0b3fc.
2024-09-22 22:23:15 +02:00
scala-steward-asf[bot]
de002f1340
Update protobuf-java to 3.25.5 (#1494)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-09-22 02:10:40 +01:00
scala-steward-asf[bot]
eaca7f5c42
Update commons-io to 2.17.0 (#1495)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-09-22 02:10:25 +01:00
scala-steward-asf[bot]
5ec5f0b3fc
Update sbt to 1.10.2 (#1496)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-09-22 02:10:11 +01:00
PJ Fanning
57f13ec41b
revert to sbt develocity 1.0 (#1493) 2024-09-21 22:43:58 +01:00