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

Fix some deprecation compiler warnings #703

Merged
merged 5 commits into from
May 24, 2021

Conversation

danfickle
Copy link
Owner

In Java 11/Java 17-ea. The most notable are XMLReaderFactory and the constructors for the boxed classes - Short and Integer which may be removed when value types eventually arrive in Java.

So we can find warnings issued by Java 17-ea and Java 11 in CI.
+ Remove usage of deprecated XMLReaderFactory.
+ Exception on setting feature only impacts setting that feature, not all.
+ Ignore deprecated config file.
+ Default xml reader obtained is now 'com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser' which is a subclass of the previous default of 'com.sun.org.apache.xerces.internal.parsers.SAXParser'.
@danfickle danfickle merged commit 98cb99a into open-dev-v1 May 24, 2021
@danfickle danfickle deleted the fix_deprecated_warnings branch May 24, 2021 07:23
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