[FLINK-39857] Upgrade Pekko to 1.6.0#28314
Conversation
|
From the release notes https://pekko.apache.org/docs/pekko/current/release-notes/releases-1.5.html and https://pekko.apache.org/docs/pekko/current/release-notes/releases-1.6.html, 1.6 is trivial. 1.5 does change some dependencies: I have two concerns: typesafe config 1.4.2 -> 1.4.6: Currently pinned to 1.4.2 in flink-rpc/flink-rpc-akka/pom.xml:143. Pekko 1.6 likely requires 1.4.6 protobuf-java 4.33.5 Looks like the Do we need to think through that? Maybe relocate this version in the |
|
look at |
|
we don't use pekko's protobuf v4 |
jnh5y
left a comment
There was a problem hiding this comment.
Looks good; thanks for updating the typesafe config.
What is the purpose of the change
The PR bumps Pekko to 1.6.0 (tested against java25 and scala2.12.21 in Pekko's ci)
Brief change log
pom, NOTICE
Verifying this change
existing tests
Does this pull request potentially affect one of the following parts:
@Public(Evolving): ( no)Documentation
Was generative AI tooling used to co-author this PR?