-
Notifications
You must be signed in to change notification settings - Fork 54
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
Bump commons-beanutils #161
Comments
@laurentschoelens great, thanks! |
Yes for sure but @mattrpav plans to move to jakarta so I suppose this will be the plan. He'll do the best choice I think |
@winne42 you can use new jaxb2-basics coordinates in jaxb-tools repository |
Hello @laurentschoelens , thanks for the info! I don't quite understand the relationship between jaxb2-basic and jaxb-tools yet (and I couldn't find info in the This is still a bit confusing. jaxb-tools' |
Yes: we decided, in order to provide jakarta versions of all artifacts, to merge all jaxb-related repositories in former maven-jaxb2-plugin repository, renamed as jaxb-tools. Everything still splitted (and as independant as it should be) and will stay splitted in maven artifacts. README.md is currently rewritten too (PR waiting to be merged) in jaxb-tools. You can use the following to build with commons-beanutils upgraded.
|
Thanks for the quick and thorough explanation, @laurentschoelens ! |
Fixed |
Fixed in jaxb-tools v2 branch and further |
Hi there, we are currently using
jaxb2-basics:0.13.1
Unfortunately, this has a dependency to
commons-beanutils:commons-beanutils:1.9.3
, which has a known security vulnerability, see https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils/1.9.3Is there any chance we could get a 0.13.2 relase that uses beanutils 1.9.4 instead?
The text was updated successfully, but these errors were encountered: