-
Notifications
You must be signed in to change notification settings - Fork 100
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
Needs update to latest commons-lang3 & commons-text #540
Comments
Digging through the code it appears this is related to usage of StringEscapeUtils from org.apache.commons.text.StringEscapeUtils |
Our usage of commons-* is pretty minimal. We may look to remove it altogether and either use more modern JDK built-in functions or self-host a few of the utilities that are used. |
That would be nice, but in the mean time we need something that works with newer versions as we have dependencies which require newer versions. When we use the newer versions, this plugin pukes. |
The #542 PR fixes the issue here by removing the unwanted / conflicted dependencies. |
@davija feel free to look at the PR |
@laurentschoelens I looked at it this morning and it should resolve my issue so I closed my PR in favor of this one. |
@davija 4.0.7 just been released and should be available in maven central soon |
You can also go for 4.0.8 which includes another fix (for another unrelated issue) Regards |
Version 4.0.6 of jaxb-maven-plugin & jaxb-plugin-annotate rely on a method that has been deprecated and running with any version later 3.12.0 breaks.
This is in:
org.apache.commons.text.translate.NumericEntityEscaper.between (NumericEntityEscaper.java:59)
Please update to use the latest commons-lang3 & commons-text libraries.
The text was updated successfully, but these errors were encountered: