Matthew de Detrich
9b00480828
Simplify and cleanup MultiJvm, MultiNode, Copyright in sbt build
2024-01-22 02:40:17 +01:00
PJ Fanning
b273c06c68
add incubating to NOTICE ( #1009 )
...
* add incubating to NOTICE
* more notice files
2024-01-21 13:56:34 +01:00
He-Pin(kerr)
0c31c65ae1
chore: Mention how long paradox will took. ( #1007 )
...
* chore: Mention how long paradox will took.
2024-01-21 16:35:53 +08:00
scala-steward-asf[bot]
030410b332
Update metrics-core, metrics-jvm to 4.2.24
2024-01-21 09:14:05 +08:00
scala-steward-asf[bot]
4f2f9e3e81
Update sbt-boilerplate to 0.7.0
2024-01-21 09:12:47 +08:00
scala-steward-asf[bot]
04a35d382c
Update netty-handler, netty-transport to 4.1.106.Final
2024-01-21 09:08:38 +08:00
PJ Fanning
3c7921c66c
add conf header ( #999 )
2024-01-20 21:34:13 +01:00
PJ Fanning
8f142e3e18
improve performance in PEM reader ( #997 )
...
* improve performance in PEM reader
* revert use of java 11 readString method
2024-01-20 18:17:26 +01:00
PJ Fanning
45e94b9dda
remove some unnecessary test dependencies ( #993 )
2024-01-20 14:19:41 +01:00
He-Pin(kerr)
51b7ac519a
feat: Add collectFirst stream operator. ( #984 )
2024-01-20 19:39:22 +08:00
He-Pin(kerr)
cd70ae8a6a
perf: Micro optimization for collect* operator. ( #983 )
2024-01-20 19:31:16 +08:00
He-Pin(kerr)
9bf2566c13
chore: Fix incorrectly prefixed config names ( #992 )
2024-01-20 18:39:11 +08:00
He-Pin(kerr)
637d72af7a
chore: Clean up some duplicated code.
...
---------
Co-authored-by: Matthew de Detrich <matthew.dedetrich@aiven.io>
2024-01-20 09:38:13 +01:00
He-Pin(kerr)
b1ec854b8c
chore: Fix FlowCollectWhileSpec. #985
2024-01-20 05:01:57 +08:00
AndyChen
7b2a3d8c27
fix: reject zero and negative periodic tasks schedule ( #887 )
...
* fix: reject zero and negative periodic tasks schedule
* fix: undo the symbol change
* use different test name, redescribe the exception
* abstract check function
* remove the printlns change
* reduce time units scale convert
2024-01-18 12:47:13 +01:00
He-Pin(kerr)
19da73673d
feat: Add collectWhile operator. ( #964 )
2024-01-17 01:07:47 +08:00
PJ Fanning
11ba3d7bef
fix managerName to use pekko ( #587 )
...
* fix managerName to use `pekko`
* make name configurable
* Update PekkoProtocolTransport.scala
2024-01-16 13:53:57 +01:00
He-Pin(kerr)
bd8ee25b80
feat: Add mapWithResource stream operator. ( #931 )
2024-01-16 18:29:05 +08:00
He-Pin
d6ae9979f9
chore: Update .git-blame-ignore-revs for sort imports of stream modules.
2024-01-16 16:32:30 +08:00
He-Pin
c44c0b7cbd
chore: Sort imports on stream,stream-tests,stream-testkit
2024-01-16 16:10:53 +08:00
He-Pin
28b7f4ccdf
chore: Update import group in scalafix.conf
2024-01-16 16:10:53 +08:00
He-Pin(kerr)
9e38362ed3
feat: Add expectNextN to StreamTestKit. ( #962 )
2024-01-16 13:26:51 +08:00
He-Pin(kerr)
d313eef0a9
chore: Add collect operator test for stream javadsl. ( #963 )
2024-01-16 10:13:29 +08:00
PJ Fanning
7c82c2a1c4
fix up javadoc on Creator trait ( #961 )
2024-01-16 00:56:25 +08:00
He-Pin(kerr)
87609395a6
chore: Deprecate JAPI. ( #949 )
2024-01-15 19:34:25 +08:00
PJ Fanning
dc034749b3
use sbt-pekko-build ( #826 )
...
* try sbt-pekko-build
* Use latest sbt-pekko-build 0.3.0
* remove temp resolver
---------
Co-authored-by: Matthew de Detrich <matthew.dedetrich@aiven.io>
2024-01-15 10:44:49 +01:00
He-Pin(kerr)
df302b8ee6
feat: Add create method to PFBuilder. ( #947 )
2024-01-15 17:37:14 +08:00
kerr
cf70478201
feat: Add dimap operator to Flow. ( #942 )
2024-01-15 15:01:34 +08:00
kerr
057fe066e8
chore: Fix compiling error in AsSubscriber.java and FromPublisher.java ( #953 )
2024-01-15 11:12:25 +08:00
A. Halim
c411fa528a
Remove repeated word
2024-01-15 11:10:30 +08:00
He-Pin
3a1b811277
chore: Fix scaladoc link in contramap.md
2024-01-15 09:47:20 +08:00
PJ Fanning
8c688dad2e
use more of StandardCharsets ( #952 )
...
* use more of StandardCharsets
* scalafmt
2024-01-14 23:50:50 +01:00
He-Pin
485639ef82
chore: Ignore two pb files from java formatter.
2024-01-14 23:29:40 +08:00
He-Pin
43bab55616
chore: Add @since 1.1.0 to contramap operator.
2024-01-14 23:09:49 +08:00
He-Pin
447728f3c0
feat: Add flatten operator.
2024-01-14 20:24:06 +08:00
Laglangyue
6872f9c8b7
Fix some non-standard comments ( #939 )
...
* Fix some non-standard comments
* revert
---------
Co-authored-by: Jiafu Tang <jiafu.tang@qq.com>
2024-01-14 12:47:51 +01:00
He-Pin
269748d674
chore: Add foreach to index.md
2024-01-14 19:09:18 +08:00
scala-steward-asf[bot]
aebe6cd4bc
Update jul-to-slf4j, log4j-over-slf4j, ... to 2.0.11 ( #938 )
...
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2024-01-14 02:58:19 +01:00
kerr
72f0a426b8
feat: Add support for for comprehensions. ( #935 )
2024-01-14 00:39:44 +08:00
PJ Fanning
6883d15576
use StandardCharsets ( #934 )
2024-01-13 12:40:16 +01:00
PJ Fanning
2ae6c8d00c
tidy up imports in new docker code ( #930 )
...
* tidy up imports in new docker code
* try to fix issues
* Update Dependencies.scala
2024-01-12 22:06:01 +01:00
Samuele Resca
b7be586e77
Replacing deprecated docker-client with docker-java ( #922 )
...
* Replacing deprecated docker-client with docker-java.
* Addressing feedback.
* Awaiting for image pull.
---------
Co-authored-by: Samuele Resca <sr7@ad.datcon.co.uk>
2024-01-12 16:12:23 +00:00
He-Pin
3f8be563b9
feat: Make SingleConsumerMultiProducer the default mailbox for stream.
2024-01-11 14:57:09 +08:00
He-Pin
ccce5c0426
feat: Optimize recoverWith stream operator for single source.
2024-01-10 02:57:44 +08:00
PJ Fanning
468aab0c63
reformat some headers ( #921 )
...
* reformat some headers
* add new line at EOF
2024-01-09 19:14:17 +01:00
Matthew de Detrich
b9d2cc6187
Use latest sbt-osgi
2024-01-09 19:00:34 +01:00
kerr
959c98dba5
chore: Fix typos in onErrorComplete.md ( #916 )
2024-01-08 13:19:00 +08:00
kerr
2b3818b55a
feat:Add onErrorComplete stream operator. ( #913 )
2024-01-08 02:30:52 +08:00
Matthew de Detrich
688eac7bf5
Add second sbt-osgi in dependency update ignore list
2024-01-07 04:13:22 +01:00
PJ Fanning
3f97d9fe04
jackson 2.16 support ( #564 )
...
* jackson 2.15 support
* Update JacksonObjectMapperProvider.scala
Update JacksonObjectMapperProvider.scala
Update JacksonObjectMapperProvider.scala
Update JacksonObjectMapperProvider.scala
* jackson 2.15.3
* jackson 2.16
* Update reference.conf
* add max-document-length
* Update .scala-steward.conf
* Update reference.conf
* 2.16.1
* Create JacksonFactorySpec.scala
* Update JacksonFactorySpec.scala
* add blank line
2024-01-06 20:07:03 +01:00