-
When I attempt to compile metric-core on the latest release/4.2.x with JDK 1.8.312, maven complains the following error. Is the project no longer compatible with Java 8 and need to move forward to Java 9/11?
|
Beta Was this translation helpful? Give feedback.
Answered by
joschi
Jul 3, 2022
Replies: 1 comment
-
@mcfongtw You need Java 11 to compile Dropwizard Metrics 4.2.x (because of Error Prone since Error Prone 2.11.0 and Dropwizard Metrics 4.2.9 #2419) but can still use it with Java 8. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joschi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mcfongtw You need Java 11 to compile Dropwizard Metrics 4.2.x (because of Error Prone since Error Prone 2.11.0 and Dropwizard Metrics 4.2.9 #2419) but can still use it with Java 8.