PJ Fanning
f361cb2f59
Create CHANGELOG.md ( #909 )
...
* Create CHANGELOG.md
* Update CHANGELOG.md
2024-01-06 16:47:26 +01:00
PJ Fanning
d5381958c8
fix ByteStringBuilder.addAll ( #903 )
...
* fix ByteStringBuilder.addAll
* sort out tests for different scala versions
* rework tests
* rework unmanaged source dirs
2024-01-04 12:21:13 +01:00
PJ Fanning
16e72eb396
Update build.sbt ( #907 )
2024-01-04 12:20:30 +01:00
Marco Zühlke
cda63179fc
Remove hard-coded scalafmt version ( #901 )
...
Since `scalafmt-native-action v3` the scalafmt version will be picked up from the `.scalafmt.conf` file.
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2024-01-04 10:40:53 +01:00
kerr
5cb7ad7d75
feat: Reimplement MapConcat operator without statefulMapConcat. ( #902 )
...
* feat: Reimplement MapConcat operator without statefulMapConcat.
* chore: sort imports
* chore: Remove the @inline annotation
2024-01-04 13:33:08 +08:00
Matthew de Detrich
ca64e66bc7
Fix Windows path issue with option-converters.excludes
2024-01-04 04:57:35 +01:00
Matthew de Detrich
f8c4aee8be
Remove Scala 3 inline keyword from Java specific conversion methods
2024-01-01 01:55:16 +01:00
Matthew de Detrich
7ed85713e2
Fix header for Scala212CompatTest
2024-01-01 01:29:07 +01:00
PJ Fanning
d7f1b9058a
2024 added to copyright ( #896 )
2023-12-31 16:30:15 +01:00
Matthew de Detrich
3a605226df
Fix scala-steward updating incorrect repo's
2023-12-31 09:54:35 +01:00
scala-steward-asf[bot]
4f8b16b217
Update jul-to-slf4j, log4j-over-slf4j, ... to 2.0.10 ( #893 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-12-31 09:44:10 +01:00
Matthew de Detrich
0f1db5301e
Fix remaining missing inline statements/annotations
2023-12-30 07:13:27 +01:00
Matthew de Detrich
8cb7d256dc
Remove @inline annotations and enable Scala 2 inliner
2023-12-30 03:41:12 +01:00
He-Pin
d829637ef2
chore: Fix RecipeAdhocSource test.
2023-12-28 17:58:37 +08:00
He-Pin
09023ce47a
perf: Drop the usages of SupervisedGraphStageLogic to reduce allocation.
2023-12-28 15:56:48 +08:00
Matthew de Detrich
b818925edc
Replace SubstreamCancelStrategy with SupervisionDecider for Split
2023-12-28 05:46:37 +01:00
He-Pin
c78e2d7610
chore: Add tests for not invoking onComplete twice for statefulMap operator.
2023-12-25 19:02:12 +08:00
He-Pin
413e79f5d3
chore: Fix GraphApply.scala.template
2023-12-25 12:49:47 +08:00
jxnu-liguobin
417196fb46
Optimize closeState flag ( #872 )
...
Co-authored-by: jxnu-liguobin <jxnu-liguobin@outlook.com>
2023-12-25 08:30:27 +08:00
He-Pin
16e587ded1
perf: Fold In&OutHanlder in FlatMapPrefix.
2023-12-24 22:15:54 +08:00
He-Pin
6b3096c28a
chore: Add special null value handling doc for mapAsync and mapAsyncUnordered.
2023-12-24 16:34:00 +08:00
scala-steward-asf[bot]
d96e641896
Update aeron-client, aeron-driver to 1.43.0
2023-12-24 14:24:49 +08:00
He-Pin
1ecf66c6ff
=str Remove unused comments
2023-12-23 21:11:39 +08:00
He-Pin
781b1226e7
=str Optimize concat for javadsl.Source.empty.
2023-12-23 19:38:23 +08:00
He-Pin
873868c87b
=str Add dedicated stream timeout exceptions for stream timeout operators.
2023-12-23 19:06:30 +08:00
He-Pin
80cd63faf5
=str code clean up in Sliding.
2023-12-23 18:37:45 +08:00
He-Pin
3a1d31e841
=str Avoid subMaterialization when the provided recover source is empty.
2023-12-23 18:27:46 +08:00
PJ Fanning
8dedfc242f
fix broken link ( #853 )
2023-12-19 09:59:37 +01:00
He-Pin
fecd517d48
=str Fold InHandler and outHandler for UniqueBidiKillSwitchStage.
2023-12-18 16:09:30 +08:00
He-Pin
a159aee6d8
+str Add combine seq method to Source and Sink.
2023-12-18 16:09:00 +08:00
He-Pin
0eed6a128b
=str Fold InHandler and OutHandler for operator Scan.
2023-12-18 01:01:30 +08:00
He-Pin
a7a49bd24e
=str Fold InHandler and OutHandler for operator ActorRefSource.
2023-12-17 18:32:08 +08:00
scala-steward-asf[bot]
42848fce57
Update sbt-jmh to 0.4.7 ( #846 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-12-17 08:53:32 +01:00
scala-steward-asf[bot]
0f1c82cf75
Update netty-handler, netty-transport to 4.1.104.Final ( #844 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-12-17 08:45:57 +01:00
PJ Fanning
cc8bf7671b
try to fix ClusterActorLoggingSpec ( #808 )
...
* try to fix test
* Update build-test-prValidation.yml
2023-12-13 00:17:40 +01:00
PJ Fanning
7332626430
Use recoverWith instead of recover in SnapshotSerializer akka backwards compatibility ( #841 ) ( #843 )
...
Co-authored-by: Łukasz Krenski <sakulk@gmail.com>
2023-12-12 11:34:18 +01:00
PJ Fanning
d8943ce391
support reading akka-persistence snapshots ( #837 ) ( #838 )
...
* support reading akka-persistence snapshots
* add test
* Update SnapshotSerializerSpec.scala
2023-12-11 09:51:30 +01:00
scala-steward-asf[bot]
81ff45c301
Update metrics-core, metrics-jvm to 4.2.23 ( #839 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-12-10 10:17:55 +01:00
scala-steward-asf[bot]
38324fc1a6
Update lmdbjava to 0.9.0 ( #840 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-12-10 10:17:10 +01:00
PJ Fanning
f6af100531
rework noisy dns log ( #835 )
2023-12-08 10:24:35 +01:00
PJ Fanning
b11e1a02e2
run java 21 build with main nightly job ( #831 )
2023-12-04 14:20:19 +01:00
PJ Fanning
7586a7a6cb
note about building on windows ( #830 )
2023-12-04 08:59:43 +01:00
PJ Fanning
ccbb31619e
upgrade setup-java action ( #824 )
2023-12-04 08:58:59 +01:00
scala-steward-asf[bot]
2c785a6980
Update logback-classic to 1.3.14 ( #827 )
...
* Update logback-classic to 1.3.14
* Revert commit(s) 1c274284dd
* Update logback-classic to 1.3.14
---------
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-12-03 08:50:34 +01:00
scala-steward-asf[bot]
e47c4d2587
Update commons-io to 2.15.1 ( #828 )
...
* Update commons-io to 2.15.1
* Revert commit(s) 16ceb0f63b
* Update commons-io to 2.15.1
---------
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-12-03 08:50:19 +01:00
PJ Fanning
b46750a78f
add more v1.0.2 release notes ( #823 )
2023-12-02 12:40:04 +01:00
kerr
3d9e723e22
=str Fix maybe throw for MinimalStage. ( #822 )
2023-12-02 17:42:25 +08:00
PJ Fanning
9fad559cf6
upgrade logback due to cve ( #821 )
2023-12-02 09:50:56 +01:00
PJ Fanning
8fefca1c81
add Akka path parsing tests ( #819 )
2023-11-28 10:51:24 +01:00
PJ Fanning
2ebec0364d
adjust log-on-startup docs ( #815 )
...
* adjust log-on-startup docs
* update message
2023-11-26 10:55:09 +01:00