You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added suppression of deprecation warnings.
Minor name changes for consistency.
Added recipe to migrate deprecated javax xml stream apis.
Updated scanning of runtime classpath to reflect package space.
javax.xml.stream.XMLEventFactory.newInstance()
-> newFactory()javax.xml.stream.XMLInputFactory.newInstance()
-> newFactory()javax.xml.stream.XMLOutputFactory.newInstance()
-> newFactory()The text was updated successfully, but these errors were encountered: