Skip to content
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

Upgrade jax-ws #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Upgrade jax-ws #3

wants to merge 1 commit into from

Conversation

ljrk0
Copy link

@ljrk0 ljrk0 commented Nov 7, 2023

This fixes various incompatibility issues with modern JDK, including:

  • ClassNotFoundException for com.sun.tools.xjc.api.ErrorListener
  • InaccessibleObjectException: java.base cannot "opens java.lang" (JDK 9)
  • org.xml.sax.SAXParseException: schema 'xjc.xsd' cannot be read due to accessExternalSchema (JDK 9)
  • Invalid option -Xbootclasspath (JDK 10)

This fixes various incompatibility issues with modern JDK, including:

 * ClassNotFoundException for com.sun.tools.xjc.api.ErrorListener
 * InaccessibleObjectException: java.base cannot "opens java.lang" (JDK 9)
 * org.xml.sax.SAXParseException: schema 'xjc.xsd' cannot be read due to accessExternalSchema (JDK 9)
 * Invalid option -Xbootclasspath (JDK 10)
Copy link

sweep-ai bot commented Nov 7, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant