-
Notifications
You must be signed in to change notification settings - Fork 21
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
Conflicting property-based creators during upgrade to v0.35.4 #513
Comments
Seems strange to have
"data" -> should be "change" I think |
seems to be related to a spring boot upgrade from 3.3.5 to 3.4.1 |
PR try to address this #514 |
PR completed with a test case https://github.com/streamthoughts/jikkou/pull/514/files#diff-753d67b1d33e9fa347b62fd925b983b1934bf0ef21594e9872598f5b9e24d95cR60 to demonstrate the problem, this is due to the new fasterxml which does not allow multiple |
Hello
Describe the bug
After upgrading from v0.33.3 to v0.35.4, we have an error to on aiven acl topic resources.
To Reproduce
Steps to reproduce the behavior:
input testing resources that we use
Sorry for the bad reproducer as you know (For @fhussonnois) this is a little complex to give a reproducer code in our case.
Expected behavior
As of before no change in the jikkou log output because we do not change the input acl resources.
Screenshots/Configs
here is the stack trace
Additional context
Add any other context about the problem here.
My supposition is a conflict between
https://github.com/streamthoughts/jikkou/blob/main/core/src/main/java/io/streamthoughts/jikkou/core/models/change/SpecificStateChange.java#L32
and
https://github.com/streamthoughts/jikkou/blob/main/core/src/main/java/io/streamthoughts/jikkou/core/models/change/SpecificStateChange.java#L54
both have
the first one should be instead
The text was updated successfully, but these errors were encountered: