We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current implementation does not allow to build project using Java 11.
Module stats has missing dependency:
stats
<dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> </dependency>
Solution: Add missing dependency.
Module jmx uses sun.management.Agent class in com.facebook.airlift.jmx.JmxAgent8:
jmx
sun.management.Agent
com.facebook.airlift.jmx.JmxAgent8
airlift/jmx/src/main/java/com/facebook/airlift/jmx/JmxAgent8.java
Lines 20 to 22 in 88c682a
The text was updated successfully, but these errors were encountered:
also let's add another github actions for java 11 so we don't break it again.
Sorry, something went wrong.
No branches or pull requests
Problem
Current implementation does not allow to build project using Java 11.
Issue 1
Module
stats
has missing dependency:Solution: Add missing dependency.
Issue 2
Module
jmx
usessun.management.Agent
class incom.facebook.airlift.jmx.JmxAgent8
:airlift/jmx/src/main/java/com/facebook/airlift/jmx/JmxAgent8.java
Lines 20 to 22 in 88c682a
Solution: cherry-pick airlift@cb70a83 or implement similar solution.
The text was updated successfully, but these errors were encountered: