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
PJ Fanning
719c944dff
Update format.yml ( #1322 )
2024-05-12 12:09:26 +01:00
PJ Fanning
ea49f7bba7
Create publish-1.1-docs.yml ( #1321 )
2024-05-08 09:31:02 +01:00
PJ Fanning
b34d529f34
fix link in reference.conf ( #1320 )
2024-05-07 19:04:03 +01:00
PJ Fanning
977e3091ce
upgrade to jackson 2.17 ( #1318 )
2024-05-07 14:28:52 +01:00
PJ Fanning
42ea8099b5
add bcprov test dependency due to CVE ( #1313 )
...
* add bcprov test dependency due to CVE
* Update Dependencies.scala
2024-05-07 11:57:02 +01:00
PJ Fanning
e74a7eb5bb
remove unnecessary scalafix setting ( #1312 )
2024-05-07 09:12:04 +02:00
scala-steward-asf[bot]
3155d94fcc
Update HdrHistogram to 2.2.1 ( #1315 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-05-07 09:08:01 +02:00
João Costa
cce5f9b0d9
Avoid boxing in Framing ( #1247 )
...
* Fix FramingBenchmark
* Add specialized indexOfByte
* Rename indexOfByte to indexOf
* Add missing @since(1.1.0) and reformat scaladoc
* Fix Scala 2.12 ambiguity problem
* Inline nextString
* Change default ByteString#indexOf to call indexWhere
This is always overriden, but I guess it won't hurt to have a default
* Remove default indexOf override
Calling indexWhere is already the default
* Fix MiMa issues
2024-05-06 20:19:40 +01:00
scala-steward-asf[bot]
b6f2c5774e
Update scala-library to 2.13.14 ( #1308 )
...
* Update scala-library to 2.13.14
* rename var that causes compile issue
* Update PekkoDisciplinePlugin.scala
* Update link-validator.conf
---------
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-05-04 15:20:47 +02:00
scala-steward-asf[bot]
d2255a0d34
Update sbt-scalafix to 0.12.1 ( #1306 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-05-03 14:31:29 +02:00
scala-steward-asf[bot]
499ed3ca03
Update guava to 33.2.0-jre ( #1307 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-05-03 14:29:05 +02:00
He-Pin(kerr)
2c3e9b43b6
chore: Add Source.fromArray operator for Java dsl. ( #1248 )
2024-04-30 22:52:39 +08:00
João Costa
b5eb6ff01a
Replace Akka reference With Pekko ( #1303 )
2024-04-29 16:15:21 +02:00
AndyChen(Jingzhang)
750939070a
chore: update sbt-multi-jvm doc ( #1302 )
2024-04-29 15:05:14 +02:00
scala-steward-asf[bot]
098ab4a298
Update commons-codec to 1.17.0 ( #1300 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-04-28 09:28:04 +08:00
AndyChen(Jingzhang)
51d6e09664
chore: idea tips for not fq import ( #1297 )
2024-04-26 14:54:23 +08:00
PJ Fanning
c9d08f208a
update durable state status in persistence-plugins.md ( #1296 )
2024-04-26 09:41:05 +08:00
Alexey Venderov
25fcfc96dd
Fix Develocity access key environment variable name ( #1295 )
2024-04-25 19:25:22 +02:00
Alexey Venderov
763cdb64eb
Capture build scans on ge.apache.org to benefit from deep build insights ( #1288 )
...
* Capture build scans on ge.apache.org to benefit from deep build insights (#1 )
* Add Develocity plugin and configure it to publish to Apache Develocity instance
* Add Develocity access token to CI jobs
* Use convention plugin to configure Develocity
* Add opt-in property
* Revert "Add opt-in property"
This reverts commit ff556b9764fd6b980b24082a3195ba3fbd22faf6.
* Improve variable name
* Use upper case i in CI abbreviation
2024-04-25 17:25:52 +02:00
Syed Ali
7deed41917
Documentation for typed EventStream ( #1195 )
...
* Fixes #1162 : Documentation for typed event stream
* Fixes #1162 : Added standard apache headers
* Fixes #1162 : fix compilation errors
* Fixes #1162 : formatting java source
* Fixes #1162 : missing subscription and no need to subscribe to actor
* Fixes #1162 : fix compilation for JDK9
* Fixes #1162 : fix compilation for JDK9
* Fixes #1162 : fix compilation for Scala3
2024-04-25 12:07:17 +02:00
Alexey Venderov
4c1828438e
Fix javadoc link to include module name ( #1292 )
2024-04-25 11:03:57 +02:00
PJ Fanning
263ef3cc57
Update .sbtopts to match mem in .jvmopts-ci ( #1290 )
2024-04-25 07:17:43 +08:00
He-Pin(kerr)
77532c1bb5
feat: Add retry with predicate ( #1269 )
2024-04-23 20:34:16 +08:00
PJ Fanning
64e07dcf1b
new durable state persistence exceptions ( #1271 )
...
* new persistence exceptions
typos
scalafmt
add annotation
refactor due to review comments
Update DurableStateExceptionSpec.scala
Delete PersistenceException.scala
refactor
Update DurableStateStoreException.scala
refactor again
* refactor again
* Update DurableStateStoreException.scala
* more generic exception
* add javadoc
2024-04-22 21:17:10 +02:00
PJ Fanning
ad535376f2
Extend fanningpj KEY ( #1286 )
...
* Extend fanningpj KEYS
2024-04-22 00:04:41 +02:00
scala-steward-asf[bot]
08782cd258
Update netty-handler, netty-transport to 4.1.109.Final ( #1284 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-04-16 17:11:52 +08:00
João Costa
f70c26087c
chore: Fix ByteIterator#indexWhere ( #1282 )
...
It would blow up when from was out of bounds.
2024-04-16 10:41:21 +08:00
He-Pin(kerr)
3cd08016b5
chore: Remove vavr link. ( #1280 )
2024-04-15 13:40:02 +08:00
He-Pin(kerr)
55f065f257
chore: Refactor UnfoldResourceSourceAsync. ( #1240 )
2024-04-15 10:44:26 +08:00
scala-steward-asf[bot]
b3c5c02527
Update aeron-client, aeron-driver to 1.44.1 ( #1278 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-04-14 08:43:20 +02:00
scala-steward-asf[bot]
9ed6bfc56c
Update jul-to-slf4j, log4j-over-slf4j, ... to 2.0.13 ( #1279 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-04-14 08:38:01 +02:00
PJ Fanning
3f9976f632
relax protobuf so that 3.x upgrades are ok in .scala-steward.conf ( #1273 )
2024-04-12 11:08:04 +02:00
scala-steward-asf[bot]
43255e76c2
Update commons-io to 2.16.1 ( #1274 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-04-12 00:48:16 +02:00
PJ Fanning
1f20fa4aba
agronaVersion 1.21.1 ( #1267 )
2024-04-06 13:08:53 +02:00
scala-steward-asf[bot]
c250c48be9
Update guava to 33.1.0-jre ( #1259 )
...
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-04-06 19:06:16 +08:00
scala-steward-asf[bot]
d20e964bce
Update sbt-assembly to 2.2.0 ( #1256 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-04-06 12:02:04 +02:00
scala-steward-asf[bot]
a6c22bb629
Update commons-compress to 1.26.1 ( #1262 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-04-06 12:01:38 +02:00