Skip to content

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)
@sweep-ai-deprecated
Copy link

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.

1 participant