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
This came up when I tried moving from Xpp3 to Stax for our Modello readers in Versions Maven Plugin. It turns out that modello-stax adds a namespace- and version check in the generated Stax parser while it does not do so in other flavours of the parser.
This came up when I tried moving from Xpp3 to Stax for our Modello readers in Versions Maven Plugin. It turns out that
modello-stax
adds a namespace- and version check in the generated Stax parser while it does not do so in other flavours of the parser.See StaxReaderGenerator.java#L217
Perhaps there should come a new optional parameter to make the check optional and also consistent with other parsers?
The text was updated successfully, but these errors were encountered: