-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Upgrade to Jackson 2.9.9.20190807 #17698
Comments
A number of projects are broken with this upgrade (that contains a CVE) so let's sync with Spring Data before processing this one. |
FYI FasterXML/jackson-databind#2395 Not an inherent Spring Data issue, I'd say. |
Unfortunately the latest bom release is wrong and still refers to the previous |
There might be another problem here. As the jackson-bom now has a different version scheme if I want to configure the used BOM from the outside I need to set
But as they use the same property internally (https://github.com/FasterXML/jackson-bom/blob/jackson-bom-2.9.9.20190807/pom.xml#L29) I will get errors such as these:
|
@franzbecker that's not what's happening. |
@snicoll yes but in order to get the latest BOM I need to set Maybe this makes it more clear: https://github.com/franzbecker/spring-bom-problem/blob/master/build.gradle In the issue you mentioned your colleague notes that (#12790 (comment))
But to my understanding this is okay to do and documented here: https://docs.spring.io/dependency-management-plugin/docs/current/reference/html/#dependency-management-configuration-bom-import-override-property |
@franzbecker thanks. This looks new and a gradle specific problem as far as I can see. I don't know if the problem is here or in Jackson really. Can you please create a separate issue? |
I think the underlying problem is, as mentioned in the issue you linked, that the properties have the same name and this was fine in Maven as there were certain limitation so that you could not override the property - at least in the XML. Technically you can override the property by setting the property from the outside, e.g. |
we have the same issue using gradle |
No description provided.
The text was updated successfully, but these errors were encountered: