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

Update scala-xml to 2.0.0 #345

Closed
wants to merge 1 commit into from
Closed

Update scala-xml to 2.0.0 #345

wants to merge 1 commit into from

Conversation

ckipp01
Copy link
Member

@ckipp01 ckipp01 commented May 20, 2021

No description provided.

Comment on lines +320 to +329
val customXML: XMLLoader[Elem] = XML.withSAXParser {
val factory = SAXParserFactory.newInstance()
factory.setFeature(
"http://apache.org/xml/features/nonvalidating/load-external-dtd",
false
)
factory.newSAXParser()
}

val xml = customXML.loadFile(fileIn(dir))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needed to change in order to account for scala/scala-xml#177. I'm not super worried about this seeing that we are only using this parser to test here.

@ckipp01
Copy link
Member Author

ckipp01 commented May 20, 2021

So scala-xml is no longer published for 2.11, which is annoying seeing that we just added support back in for 2.11.12. This basically leaves us with 3 options:

  1. Drop Scala 2.11 support even though we just added it back in. It seems that a lot of libraries are doing this lately
  2. Don't update to the newest scala-xml
  3. Set the version of scala-xml based on the version of Scala we are using dynamically.

@ckipp01
Copy link
Member Author

ckipp01 commented Sep 23, 2021

Included in #384. This will be merge into the 2.0 branch due to 2.0 not supporting 2.11.

@ckipp01 ckipp01 closed this Sep 23, 2021
@ckipp01 ckipp01 deleted the xml branch September 23, 2021 10:03
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