-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
Execution default of goal com.github.siom79.japicmp:japicmp-maven-plugin:0.11.0:cmp failed #303
Comments
I see the same thing with JDK 17. |
Why does it say 0.11.0 ? When your pom.xml says 0.15.2 |
I get |
There are several closed issues related to JAXB. |
I had already tried a few of the suggestions in the closed issues.
I builds with no problems with JDK 1.8.
… On Nov 15, 2021, at 5:51 AM, Martin Grigorov ***@***.***> wrote:
There are several closed issues <https://github.com/siom79/japicmp/issues?q=jaxb> related to JAXB.
You can check whether any of them solves your issue.
Or try to create a simple application demonstrating the problem, so others can try to debug it!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#303 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAXWFW3WBVUFAABL6O4HAC3UMEF7VANCNFSM5H232NEA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
For me it worked better with Actually, also moving to jaxb-runtime 2.3.5 in the dependencies for the japicmp plugin, like martin-g suggested (or the issues that was linked), did the trick for me. |
I tried your suggestion in IntelliJ with JDK 17 and still got the same 8 errors.
It works in JDK 1.8
… On Nov 15, 2021, at 7:54 AM, Klara ***@***.***> wrote:
For me it worked better with export MAVEN_OPTS="--add-opens=java.base/java.lang=ALL-UNNAMED" when using JDK 17.
(Still got an API incompatibility error though)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#303 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAXWFW5MGJMZVMNVUJYYGQ3UMEUMNANCNFSM5H232NEA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I am trying to build Flink on OS X Monterey.
I got this error running
Here are the pom.xml dependencies in 'flink-metrics-core:
Any ideas?
The text was updated successfully, but these errors were encountered: