-
Notifications
You must be signed in to change notification settings - Fork 92
Drop XMLEventReader #293
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
Drop XMLEventReader #293
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in build.sbt
, maybe it makes more sense to just set mimaPreviousVersion
to None
, now that we've moved to a 2.0 series and broken bincompat anyway?
5f2d723
to
36ee54d
Compare
36ee54d
to
9316888
Compare
9316888
to
a121f47
Compare
Yeah, the MiMa part of the build is going to get unwieldy, but I'd like to have MiMa enabled to track the changes. |
here is a sample before-and-after for switching user code from scala.xml.pull to javax.xml.stream.events: |
Follow-up to #193. Previously, #200.