Skip to content

Commit f7531ca

Browse files
authored
docs: document the Agrona update may need --add-opens (#2566)
Fixes apache/pekko-http#887
1 parent 22ce39e commit f7531ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/main/paradox/release-notes/releases-2.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ by early adopters. This is experimental. This release should not be used in prod
1616
* Big change for all Java DSL users due to the removal of `pekko.japi.Function` (and related classes) to use `pekko.japi.function.Function` instead (lambdas should recompile ok but if you declared variables or functions explicitly, then you may need to change your imports)
1717
* New pekko-serialization-jackson3. Users who are happy with the pekko-serialization-jackson, which uses Jackson 2, can stick with that
1818
* Changed the pekko-serialization-jackson lz4-java dependency to `at.yawk.lz4:lz4-java`, a fork that has important bugfixes
19+
20+
### Upgrade notes
21+
22+
* Agrona was updated from 1.x to 2.x, which [means](https://github.com/aeron-io/agrona/wiki/Change-Log#200-2024-12-17) you may have to add `--add-opens java.base/jdk.internal.misc=ALL-UNNAMED` if you use the Java Module System and Pekko Remote

0 commit comments

Comments
 (0)