You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ec2-user@ip-172-31-45-245 application-signals-demo]$ java -version
openjdk version "22.0.2" 2024-07-16
OpenJDK Runtime Environment Corretto-22.0.2.9.1 (build 22.0.2+9-FR)
OpenJDK 64-Bit Server VM Corretto-22.0.2.9.1 (build 22.0.2+9-FR, mixed mode, sharing)
How I fix the issue, pinning lombok version to 1.18.32 issue disappear? but I'm not sure if it is actually the root cause or not, so issue created here. Please verify if it is necessary to pin version here, or maybe it's caused by parent package's version pin issue?
Issue description
For some reason, under Amazon 2023, the command below will failed,
After hours debug, found it is okay to run under Amazon Linux 2, but not Amazon Linux 2023.
Deep dive into the issue, I doubt it is related to Java version support issue?
Amazon Linux 2 - Java version info
Amazon Linux 2023 - Java version info
How I fix the issue, pinning
lombok
version to1.18.32
issue disappear? but I'm not sure if it is actually the root cause or not, so issue created here. Please verify if it is necessary to pin version here, or maybe it's caused by parent package's version pin issue?Diff
Testing Environment
The text was updated successfully, but these errors were encountered: