Skip to content

Fix some deprecation compiler warnings#703

Merged
danfickle merged 5 commits into
open-dev-v1from
fix_deprecated_warnings
May 24, 2021
Merged

Fix some deprecation compiler warnings#703
danfickle merged 5 commits into
open-dev-v1from
fix_deprecated_warnings

Conversation

@danfickle

Copy link
Copy Markdown
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.

danfickle added 5 commits May 16, 2021 21:14
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