He-Pin(kerr)
4f2434b650
chore: Drop @unused annotation from pekko ( #2241 )
2025-09-20 13:28:02 +08:00
He-Pin(kerr)
870d4499cc
chore: sort imports ( #2235 )
2025-09-20 11:30:05 +08:00
He-Pin(kerr)
8254acc0e8
chore: Remove ccompat.JavaConverters ( #2234 )
2025-09-20 01:12:16 +08:00
He-Pin(kerr)
9b2853c730
chore: Use scala.jdk.DurationConverters ( #2205 )
2025-09-20 01:05:11 +08:00
PJ Fanning
f2b677dfa0
remove scala 2.12 support ( #1986 )
...
* remove scala 2.12 support
* move around some source because we don't need as many source dirs
* move more files
* remove annotations
* remove annotations
* Create remove-scala-2.12-support.excludes
* remove some scala-2.12 refs
* remove compat.PartialFunction
* Update remove-scala-2.12-support.excludes
2025-09-13 10:03:10 +01:00
He-Pin(kerr)
00b0a99278
chore: bump javafmt to 0.10.0 ( #2081 )
...
* chore: bump javafmt to 0.10.0
* chore: format with javafmt
2025-08-25 19:32:35 +08:00
PJ Fanning
40dfb57c90
Scheduler: remove more deprecated methods ( #2037 )
...
* try to remove remaining deprecations in scheduler
* Update Scheduler.scala
* Update Cluster.scala
* mima
2025-08-22 16:24:15 +01:00
PJ Fanning
e0619c34fb
generate source with protobuf 32 ( #2036 )
...
* generate source with protobuf 32
* javafmt
2025-08-20 08:21:18 +01:00
He-Pin(kerr)
7325c729ce
Make use of eq and ne. ( #1994 )
...
* chore: make use of eq instead of ==
* chore: make use of ne instead of !=
2025-08-03 17:32:32 +08:00
PJ Fanning
63b671c898
remove some deprecated cluster code ( #1959 )
...
* remove some deprecated cluster code
* build issues
* Update Member.scala
* mima checks
2025-07-31 08:31:11 +01:00
He-Pin(kerr)
9577b01b10
chore: bump scalafmt to 3.9.7 ( #1916 )
2025-06-24 10:27:14 +02:00
PJ Fanning
d7f0d51028
support akka configs in InitJoinAck ( #1877 )
...
* support akka configs in InitJoinAck
* Update SeedNodeProcess.scala
* add tests
* add akka version
* Init join ack test (#4 )
* modify mixed protocol test to be strict
Update ClusterDaemon.scala
* Update SeedNodeProcess.scala
* refactor
* rename methods (review comment)
2025-06-03 19:14:09 +01:00
PJ Fanning
9227912ea6
Join cluster check adjusted to support akka ( #1866 )
...
* update cluster initjoin check to support akka
* add test
* extra test
2025-05-27 19:49:57 +01:00
PJ Fanning
81559093dd
allow compat check in cluster test ( #1865 )
2025-05-26 13:06:24 +02:00
PJ Fanning
c44dc07ed8
Issue forming mixed Akka/Pekko cluster when classic remoting with SSL/TLS is used ( #1857 )
...
* create test for mixed cluster (classic netty with ssl)
* wip
* truststore/keystore
* Update MixedProtocolClusterSpec.scala
* Update MixedProtocolClusterSpec.scala
2025-05-21 20:58:30 +01:00
PJ Fanning
05044a65d3
protobuf-java 4.29.3 ( #1795 )
...
* try protobuf-java 4.30.0
* regen code
* javafmt
* mima
* Create protoc4-upgrade.excludes
* more mima
* Update protoc4-upgrade.excludes
2025-04-17 23:10:33 +02:00
scala-steward-asf[bot]
919d9c9309
Update protobuf-java to 3.25.6 ( #1748 )
...
* Update protobuf-java to 3.25.6
* regenerate protobuf classes with protoc 25.6
---------
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2025-01-27 11:26:18 +01:00
scala-steward-asf[bot]
5b2aab6f7a
Update scalafmt-core to 3.8.4 ( #1717 )
...
* Update scalafmt-core to 3.8.4
* Reformat with scalafmt 3.8.4
Executed command: scalafmt --non-interactive
* Add 'Reformat with scalafmt 3.8.4' to .git-blame-ignore-revs
* remove postfixOps imports
Assuming we want to keep the default
`rewrite.avoidInfix.excludePostfix = false` - otherwise
we can drop this commit
---------
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2025-01-18 10:36:38 +08: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
PJ Fanning
7af03e5215
revert #1568 due to test failures ( #1587 )
2024-12-16 15:28:43 +01:00
PJ Fanning
5d4e8283c3
add back brackets in logging (ClusterDaemon) ( #1576 )
2024-12-09 20:16:16 +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
PJ Fanning
1e09622775
reduce use of scala.collection.JavaConverters ( #1511 )
...
Update Index.scala
Update Index.scala
2024-10-02 10:40:51 +01:00
PJ Fanning
711f711360
replace more uses of Util.immutableSeq ( #1509 )
...
* replace more uses of Util.immutableSeq
* Update ClusterClient.scala
* more changes
* Update NettySSLSupport.scala
* Update ClusterClient.scala
* Update ClusterClient.scala
2024-10-01 13:43:31 +01:00
scala-steward-asf[bot]
fa1351b213
Reformat with scalafmt 3.8.2
...
Executed command: scalafmt --non-interactive
2024-06-16 07:56:40 +01:00
Philippus Baalman
f58261b0f5
Fix dynamic versioning example ( #1338 )
2024-05-23 17:44:59 +08:00
PJ Fanning
e3410bcaa8
Pekko becomes TLP ( #1214 )
2024-03-22 14:16:08 +01:00
PJ Fanning
0646754739
forward fit Akka compat changes ( #1211 )
...
* Handle mixed akka/pekko protocol names
* add extra changes needed to get akka cluster support
* add default for pekko.remote.akka.version (#1112 )
* add default for pekko.cluster.akka.version
* refactor configs
* Update reference.conf
* add validations for config settings
* Update RemoteSettings.scala
* Update RemoteSettingsSpec.scala
* scalafmt
---------
Co-authored-by: Matthew de Detrich <matthew.dedetrich@aiven.io>
2024-03-22 10:23:09 +01:00
PJ Fanning
46f93816ce
Protobuf 3.23.4 ( #1103 )
...
* protobuf-java 3.22.5
* deprecation issue
* protobuf-java 3.23.4
2024-02-07 14:32:56 +01:00
AndyChen(Jingzhang)
8ce4973fc9
Configuration typo fixes ( #1100 )
...
* configuration typo
* chore: all module configuration typo fix
* apply suggestion
2024-02-05 17:21:23 +01:00
PJ Fanning
8c688dad2e
use more of StandardCharsets ( #952 )
...
* use more of StandardCharsets
* scalafmt
2024-01-14 23:50:50 +01: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
Philippus Baalman
094356362a
Remove superfluous comma ( #694 )
2023-10-02 21:10:52 +01:00
Naoki Yamada
201992d984
Fix invalid scaladoc links which cannot be found ( #353 )
...
* Add enough package name
* Fix invalid syntax of links to a method
2023-09-26 19:26:45 +08:00
PJ Fanning
4f570ea24c
Yet more Akka version numbers in deprecation warnings ( #545 )
...
* Yet more Akka version numbers in deprecation warnings
more
* more akka version numbers
Update ClusterMessageSerializer.scala
more changes
2023-08-07 00:47:04 +01: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
PJ Fanning
4169e7d476
fix up some docs with version numbers that are Akka versions
2023-08-04 13:03:25 +08:00
PJ Fanning
b0fdac259b
adjust ASF header ( #450 )
2023-06-22 14:19:26 +01:00
PJ Fanning
56f71cdde5
Remove jar from source repo ( #340 )
...
* remove jar
* update shell script to download jar
* Update pekko-cluster
2023-05-24 23:10:06 +01:00
Matthew de Detrich
480f516398
Unwrap single string interpolation syntax
2023-05-24 16:28:02 +02:00
PJ Fanning
5322174ecc
replace 2551 with 7354
2023-03-09 05:00:01 +08:00
PJ Fanning
1969f7580d
change 2552+ port numbers
2023-03-09 05:00:01 +08:00
PJ Fanning
785369030d
change default port number to 7355
2023-03-09 05:00:01 +08:00
PJ Fanning
0a8b8a572f
set license headers on conf files ( #227 )
2023-03-03 13:24:19 +01:00
PJ Fanning
7e653454a9
use pekko: in urls and fix other branding issues ( #184 )
...
* use pekko: in urls and fix other branding issues
* update comments
* fix artery test
* test changes
* scalafmt
* try to fix some tests and fixing more akka refs
* more akka refs
* more changes
* more akka refs
* Update LeaseMajoritySpec.scala
* Update docs/src/main/paradox/testing.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update docs/src/main/paradox/project/migration-guides.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update actor/src/main/scala/org/apache/pekko/serialization/Serialization.scala
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update scripts/release-train-issue-template.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* revert link-validation change
* Update JacksonModule.scala
* revert key name changes to fix 2 tests
* fix one test
* more test trouble
* more test issues
* fix hashing test
* Update RouterTest.java
* update code comment
---------
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
2023-02-22 12:48:15 +01:00
PJ Fanning
c32fcf1f0a
update more akka refs to use pekko name ( #200 )
2023-02-17 10:49:40 +01:00
PJ Fanning
2824a44abe
replace akka based names in logging code ( #197 )
2023-02-16 10:46:33 +01:00
PJ Fanning
3ee028f915
update some random akka refs ( #196 )
2023-02-16 10:39:18 +01:00
PJ Fanning
3c196e98f3
remove support for legacy Lightbend Split Brain Resolver ( #190 )
2023-02-15 15:54:14 +01:00
Johannes Rudolph
c4887c68b0
fix binary protobuf descriptor data ( #168 )
...
Fixes #164 , #167
2023-02-13 10:38:42 +01:00