Using this dependencies
{:deps {com.datomic/peer {:mvn/version "1.0.7491"}
org.slf4j/slf4j-nop {:mvn/version "2.0.17"}
com.amazonaws/aws-java-sdk-dynamodb {:mvn/version "1.12.564"}}}
Note: aws-java-sdk-dynamodb has an updated version, but 1.12.564 is the recommended
Generate these warnings:
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by io.netty.util.internal.PlatformDependent0$4 (file:/root/.m2/repository/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar)
WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.PlatformDependent0$4
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::loadLibrary has been called by io.netty.util.internal.NativeLibraryUtil in an unnamed module (file:/root/.m2/repository/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
This issue report focus in the first part:
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by io.netty.util.internal.PlatformDependent0$4 (file:/root/.m2/repository/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar)
Trace:
- io.netty/netty-common 4.1.100
- required by org.apache.activemq/artemis-commons 2.31.2
- required by org.apache.activemq/artemis-core-client 2.31.2
- required by com.datomic/peer.