Commit graph

27486 commits

Author SHA1 Message Date
scala-steward-asf[bot]
eedb5a553a
Update logback-classic to 1.3.15 (#1674)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-01-05 00:11:14 +08:00
scala-steward-asf[bot]
0cfde8132e
Update sbt-welcome to 0.5.0 (#1676)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2025-01-04 23:44:10 +08:00
He-Pin(kerr)
c8ac6c06b1
chore: Make flatMapPrefix javadsl using java.util.List (#271) 2025-01-04 23:14:09 +08:00
PJ Fanning
ec5e33fdb9
add non-default config that allows InboundQuarantineCheck to ignore 'harmless' quarantine events (#1555)
* stub test for harmless=true

Update OutboundIdleShutdownSpec.scala

Update OutboundIdleShutdownSpec.scala

Update OutboundIdleShutdownSpec.scala

* add quarantinedButHarmless check for tests

* new test case

* Update OutboundIdleShutdownSpec.scala

* try to not shutdown when quarantine is harmless

* Update OutboundIdleShutdownSpec.scala

* Create quarantine.backwards.excludes

* Update quarantine.backwards.excludes

* update log message

* try to add config

* Update ArterySettings.scala

* add tests

* Update OutboundIdleShutdownSpec.scala

* rework test
2025-01-04 11:04:06 +01:00
scala-steward-asf[bot]
dad6b9f6e3
Update scala-library to 2.13.15 (#1505)
* Update scala-library to 2.13.15

* Update link-validator.conf

* fix `-Wconf` to match new semantics

Override order reversed, see also https://github.com/scala/scala/releases

---------

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2025-01-03 20:21:05 +01:00
He-Pin(kerr)
ce3620fc1a
chore: Fix leak in FlatMapPrefix operator. (#1622) 2025-01-04 00:56:50 +08:00
He-Pin(kerr)
03712a927e
perf: optmize NettyChannelHandlerAdapter with explict extends. (#1667) 2025-01-04 00:27:42 +08:00
He-Pin(kerr)
d34927b56b
fix: Fix a leak in PrefixAndTail operator. (#1623) 2025-01-03 21:46:40 +08:00
PJ Fanning
2b6d2dc0a0
missing header (#1665) 2025-01-02 15:15:21 +01:00
PJ Fanning
ef212e9a98
reimplement fix for akka/pekko cluster (#1594)
* Revert "revert #1568 due to test failures (#1587)"

This reverts commit 7af03e5215.

* temp run nightly test in this PR

* no need for square brackets because the set print adds them

* logging to find issue

* support tcp protocols

* Update ClusterDaemon.scala

* remove temp logging

* try to fix issue in Remoting

* extra tests

* more tests

* ignore udp tests

* try to make tests tidy up after failures

* Update MixedProtocolClusterSpec.scala

* Update MixedProtocolClusterSpec.scala

* run main cluster tests for PR
2025-01-01 12:13:50 +01:00
He-Pin(kerr)
def84bf0c1
chore: fix failed in StreamConvertersSpec (#1655) 2024-12-31 21:33:21 +08:00
He-Pin(kerr)
7fef5b75f3
fix: avoid call finalizeStage more times than once. (#1650) 2024-12-31 20:17:07 +08:00
PJ Fanning
8fcac28ea2
add 2025 to copyright (#1651)
* add 2025 to copyright

* Update pekko-remote-jar-notice.txt
2024-12-31 12:53:07 +01:00
He-Pin(kerr)
8396106081
fix: Use 1.1.x build in 1.1.x nightly build (#1648) 2024-12-31 18:09:15 +08:00
He-Pin(kerr)
9596ea4c18
perf: Reduce loops in when clean queue in BroadcastHub (#1628) 2024-12-30 13:05:01 +08:00
counter2015
136319fbce
chore: Update scala-steward.yml (#1642) 2024-12-30 12:30:29 +08:00
He-Pin(kerr)
0af8295780
chore: Add netty leak detector in multi-node-testing. (#1641) 2024-12-29 21:20:14 +08:00
He-Pin(kerr)
db94dedf23
feat: Add SchedulerTask which will be notified once cancelled. (#1593) 2024-12-29 17:08:01 +08:00
He-Pin(kerr)
fc09ac6344
chore: Enable netty leak detector in CI (#1639) 2024-12-29 02:23:05 +08:00
He-Pin(kerr)
b0e753417d
chore: Turn on Netty's leak detector in build. (#1637) 2024-12-29 01:26:33 +08:00
He-Pin(kerr)
5334ea40f6
chore: Fix the @since of Sink.none operator, should be 1.2.0 (#1632) 2024-12-28 21:07:03 +08:00
PJ Fanning
aea4e836e9
jackson 2.18 with max-token-count support (#1556)
* jackson 2.18.1 with max-token-count support

* Update Dependencies.scala

* remove lock-free buffer-recycler

* add non-recycling pool

* Update Dependencies.scala
2024-12-28 14:01:10 +01:00
PJ Fanning
2cd8313bf5
add license headers to CI files (#1631) 2024-12-28 13:09:22 +01:00
He-Pin(kerr)
776487459c Update docs/src/main/paradox/stream/operators/Sink/none.md
Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2024-12-28 19:12:21 +08:00
虎鸣
898b2936e1 feat: Add Sink.none operator 2024-12-28 19:12:21 +08:00
虎鸣
2b916125f0 chore: avoid create an empty array everytime. 2024-12-28 19:10:46 +08:00
PJ Fanning
bfa37ffcf4
add 1.1 builds (#1630) 2024-12-28 11:54:29 +01:00
PJ Fanning
8473abe00d
protect 1.1.x branch (#1629) 2024-12-28 11:01:26 +01:00
scala-steward-asf[bot]
eb22d8d481
Update sbt, scripted-plugin to 1.10.7 (#1625)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-23 12:11:35 +08:00
He-Pin(kerr)
8bb6e22853
chore: Remove SupervisedGraphStageLogic (#1619) 2024-12-22 21:15:45 +08:00
He-Pin(kerr)
65fc751265
chore: fix some IDEA hints. (#1617) 2024-12-22 20:43:53 +08:00
scala-steward-asf[bot]
798a54c466
Update netty-handler, netty-transport to 4.1.116.Final (#1620)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-22 10:48:55 +08:00
He-Pin(kerr)
7184dadf4a
chore: Fix flaky test in unsafeOptionalDataVia (#1611) 2024-12-18 10:43:23 +08:00
PJ Fanning
53761e549a
run link-validator once a day (not per PR commit) (#1609) 2024-12-17 11:34:11 +01:00
PJ Fanning
3b859796c4
add missing commas in .scala-steward.conf (#1597) 2024-12-17 09:12:01 +01:00
scala-steward-asf[bot]
021e6a6a78
Update pax-exam, pax-exam-cm, ... to 4.14.0 (#1608)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-17 01:55:54 +01:00
scala-steward-asf[bot]
45a9b7f7b3
Update guava to 33.4.0-jre (#1603)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-17 01:55:40 +01:00
scala-steward-asf[bot]
4cf9e50566
Update junit-jupiter-engine to 5.11.4 (#1607)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-17 01:55:25 +01:00
PJ Fanning
784c596c61
Update pins in .scala-steward.conf (#1589) 2024-12-17 00:50:34 +01:00
PJ Fanning
7af03e5215
revert #1568 due to test failures (#1587) 2024-12-16 15:28:43 +01:00
scala-steward-asf[bot]
0a0ffd870c
Update docker-java-core, ... to 3.4.1 (#1583)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-15 11:56:51 +01:00
scala-steward-asf[bot]
f815b471de
Update pax-exam, pax-exam-cm, ... to 4.13.5 (#1584)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-15 11:56:19 +01:00
PJ Fanning
5d4e8283c3
add back brackets in logging (ClusterDaemon) (#1576) 2024-12-09 20:16:16 +01:00
He-Pin(kerr)
11d7bc49d9
chore: bump tinybundles related things too when upgrade to 4.0.0 (#1575)
* Update tinybundles to 4.0.0

* chore: bump tinybundles related things too when upgrade to 4.0.0

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-08 22:57:32 +08:00
scala-steward-asf[bot]
5a76a172c0
Update sbt, scripted-plugin to 1.10.6 (#1570)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-12-01 14:11:48 +08:00
scala-steward-asf[bot]
f1dab32a89
Update metrics-core, metrics-jvm to 4.2.29 (#1569)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-11-29 10:12:32 +01:00
sadekmunawar
e4fa6f5ea1
Allow cluster formation with mixed protocols (#1567)
Co-authored-by: Sadek Munawar <musadek@amazon.com>
2024-11-27 11:14:20 +01:00
sadekmunawar
e004814731
Fix Address ordering bug (#1562)
Co-authored-by: Sadek Munawar <musadek@amazon.com>
2024-11-25 10:24:54 +01:00
PJ Fanning
3dd4e18021
broken link in release docs (#1563) 2024-11-25 10:04:26 +01:00
scala-steward-asf[bot]
8138ef2c8a
Update commons-io to 2.18.0 (#1561)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-11-24 18:04:44 +01:00