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
WildFly >= 27.x is based on JavaSE 11.
Remove https://github.com/jboss/xerces/blob/jboss-2.12.0.SP3/pom.xml#L264 Compile with Java 11 to avoid accidental use in JavaSE 8 WildFly.
The text was updated successfully, but these errors were encountered:
@ropalka @scottmarlow Shall I prepare a PR here?
Sorry, something went wrong.
what actually I need to do here , can any one help
If you want to compile this project with JDK11 you need to eliminate line 264 as mentioned above @Swastik-123
No branches or pull requests
WildFly >= 27.x is based on JavaSE 11.
Remove https://github.com/jboss/xerces/blob/jboss-2.12.0.SP3/pom.xml#L264
Compile with Java 11 to avoid accidental use in JavaSE 8 WildFly.
The text was updated successfully, but these errors were encountered: