Commit graph

3240 commits

Author SHA1 Message Date
scala-steward-asf[bot]
a603d47f9d
Update sigar-loader to 1.6.6 (#727)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-16 10:05:11 +01:00
PJ Fanning
5314dcf7cc use bcpkix-jdk18on (jdk15on no longer published) 2023-10-16 11:44:11 +08:00
PJ Fanning
955b6224fc
scalatest 3.2.17 (#735) 2023-10-15 11:48:33 +01:00
scala-steward-asf[bot]
49f2f07dcb
Update commons-codec to 1.16.0 (#724)
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>
2023-10-15 04:14:45 +01:00
scala-steward-asf[bot]
2615e358c1
Update jimfs to 1.3.0 (#718)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 03:31:46 +01:00
scala-steward-asf[bot]
45d6b7df4b
Update asn-one to 0.6.0 (#719)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:33:04 +01:00
scala-steward-asf[bot]
69e192b5d4
Update commons-io to 2.14.0 (#725)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:29:00 +01:00
scala-steward-asf[bot]
21bb4dde07
Update metrics-core, metrics-jvm to 4.2.21 (#726)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:23:47 +01:00
scala-steward-asf[bot]
279ec93ce0
Update bcpkix-jdk15on to 1.70 (#729)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:18:02 +01:00
scala-steward-asf[bot]
a8d8ece4cc
Update commons-compress to 1.24.0 (#728)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:15:19 +01:00
scala-steward-asf[bot]
6d25bb063d
Update jctools-core to 4.0.1 (#730)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:14:31 +01:00
scala-steward-asf[bot]
567c4b64ae
Update sbt-jmh to 0.4.6 (#734)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:13:50 +01:00
scala-steward-asf[bot]
e72dfa58a7
Update lmdbjava to 0.8.3 (#731)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:12:51 +01:00
scala-steward-asf[bot]
77ff42d99b
Update logback-classic to 1.2.12 (#710)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:11:24 +01:00
scala-steward-asf[bot]
3d47f0565d
Update gson to 2.10.1 (#717)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:10:11 +01:00
scala-steward-asf[bot]
fa0a509119
Update sbt-license-report to 1.6.1 (#716)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:08:56 +01:00
scala-steward-asf[bot]
3101167ffe
Update sbt-dynver to 5.0.1 (#711)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:06:30 +01:00
scala-steward-asf[bot]
0b3dc44f8b
Update sbt-scalafix to 0.11.1 (#709)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
2023-10-15 02:04:08 +01:00
AndyChen
2ce80b17f7
Update Netty to 4.1.100.final (#689) 2023-10-11 17:50:27 +08:00
PJ Fanning
d15f18f802
sbt-assembly 2.1.3 (#686) 2023-09-28 12:43:05 +01:00
kerr
77a55ae4d2 =sbt Update Netty to 4.1.98.final 2023-09-25 15:43:10 +08:00
Naoki Yamada
b7a5f673a9
add external javadoc links (#353) (#674)
Co-authored-by: Naoki Yamada <yamada.naoki@tis.co.jp>
2023-09-23 19:08:15 +01:00
PJ Fanning
7bee80e058
mapAsyncPartitioned / mapAsyncPartitionedUnordered (#561)
* Create MapAsyncPartition.scala

add license

add test

Update LICENSE

try to fix test

* Update MapAsyncPartitionSpec.scala

wip

Update MapAsyncPartition.scala

wip

* changes to get code to compile with scala 2.12

* more tests

scalafmt

* Update MapAsyncPartition.scala

* make code more closely match the Akka API

java

Update Flow.scala

more java api

* Add ordered version of the operator

* Fix formatting

* update docs

* test null function result

* java api

* add back code to get scala 2.12 compile working again

* Unify mapAsyncPartitioned implementations

* remove special license

Update CopyrightHeader.scala

* java tests

javafmt

* update docs

update tests

update javadoc

---------

Co-authored-by: Jacek Sokol <jacek@scalabs.pl>
2023-09-21 18:35:39 +01:00
kerr
46edc51a82
Migrate the classic transport to Netty 4 without CVEs (#643)
* !remoting Update classic transport from Netty 3 to netty4

* use lambda

* =sbt Update Netty4 version to 4.1.97.final

* Reduce allocation in ChannelLocalActor.

* Remove the duplicated code in NettyHelpers.
2023-09-16 02:24:28 +08:00
Matthew de Detrich
d0b9c43bb5 Update to SBT 1.9.6 and use Apache Staging repo constant 2023-09-15 19:50:46 +02:00
PJ Fanning
e9ab2cc486 agrona 1.19.2 2023-09-09 13:43:50 +08:00
kerr
68dd099bd0 =sbt Update Scala to 2.13.12 2023-09-08 19:05:02 +08:00
PJ Fanning
4d37f98e76
protobuf-java 3.19.6 (#636)
Update pekko-protobuf-v3-jar-license.txt
2023-09-08 11:54:30 +01:00
PJ Fanning
8d34f8039f
scala 3.3.1 (#632)
* scala 3.3.1

* Update Player.scala

---------

Co-authored-by: kerr <hepin1989@gmail.com>
2023-09-08 14:19:03 +08:00
PJ Fanning
99cc4e794d
use sbt paradox release (#597) 2023-08-29 14:55:36 +01:00
kerr
e6ebc66db8 =sbt Bump sbt to 1.9.4 2023-08-25 18:43:48 +08:00
PJ Fanning
d6ddba13d3
sbt-source-dist 0.1.10 (#551) 2023-08-09 23:12:51 +01:00
He-Pin
262d485d56 =sbt Do retry connection in Player. 2023-08-08 19:20:35 +08:00
He-Pin
0e89e793aa !test Migrate multi node testkit to Netty 4.
Signed-off-by: He-Pin <hepin1989@gmail.com>
2023-08-07 04:23:57 +08:00
He-Pin
5a8f811d53 +sbt Concat LICENSE in SbtMultiJvm assembly result.
Signed-off-by: He-Pin <hepin1989@gmail.com>
2023-08-06 19:45:29 +08:00
Matthew de Detrich
ebb98f10d4 Also check Scala 3 artifacts in MiMa 2023-08-03 13:29:42 +02:00
PJ Fanning
964dcf53eb
remove shaded protobuf-java v2 jar (pekko-protobuf) (#489)
* remove protobuf v2 support

* Update OSGi.scala

* ci issue

* remove refs to pekko-protobuf classes

* fix comment

* update comments

* Update Serialization.scala
2023-08-01 11:35:58 +01:00
Matthew de Detrich
c18a81a243 Remove javafmtOnCompile and check in CI 2023-08-01 11:33:43 +02:00
Matthew de Detrich
9a20ea25b2 Update sbt-header 2023-07-30 15:36:26 +02:00
Matthew de Detrich
b7fdada663 Remove org.apache.pekko package from sbt build 2023-07-30 14:47:28 +02:00
PJ Fanning
6e73368760
Update project-info.conf (#506) 2023-07-28 22:27:41 +01:00
Matthew de Detrich
5fb79340f5 Update sbt-reproducible-builds and set check resolver to staging 2023-07-28 15:51:27 +02:00
Dongxu Wang
60b13b4872
sbt.version 1.9.3 (#499) 2023-07-26 11:51:55 +01:00
Matthew de Detrich
a3f48833c9 Update latest pekko-sbt-paradox 2023-07-18 11:05:31 +02:00
PJ Fanning
533759ae56
enable mima check (#481)
* enable mima check

* use java 11 when running mima checks (java 8 builds are missing jfr classes)

* copy over excludes from akka

* fix up excludes
2023-07-15 10:31:54 +01:00
PJ Fanning
8e8dfa9cbb sbt.version 1.9.2 2023-07-15 15:43:29 +08:00
Matthew de Detrich
4a889e5336 Change defs to val 2023-07-13 08:10:38 +02:00
Matthew de Detrich
bd9ff4da5b Fix new sources so that they use the Apache standard header 2023-07-12 16:04:47 +02:00
Matthew de Detrich
5d8afe1158 Update sbt-header to apply standard Apache Header for new sources 2023-07-12 16:04:47 +02:00
Naoki Yamada
2b2d325006
Make unidoc generate external javadoc links (#477)
* make unidoc generate external javadoc links (#353)

* Move code of updating apiMappings
2023-07-10 14:19:11 +01:00