-
Notifications
You must be signed in to change notification settings - Fork 9
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
Extend Gradle integration test to catch differences in dependencies #19
Extend Gradle integration test to catch differences in dependencies #19
Conversation
The test currently fails with these issues which should be fixed in the next Jackson release:
core is this: FasterXML/jackson-core#999 To fix these:
|
@jjohannes Since I created 2.15 branch, and master is for 2.16.0-SNAPSHOT, could you rebase this to |
@jjohannes I think same is also needed for |
Fixed for:
So once we get tests updated we should be ok. |
It now fails if the dependencies in Gradle Metadata differ from the dependencies in the corresponding POM. See: FasterXML/jackson-core#999
6a38c36
to
c62303c
Compare
Rebase done. Let me know if there is anything else I can help with. |
Looks like Although not sure why EDIT: |
@jjohannes Looks like It would be great if snapshot builds could be tested too as that way I could validate fixes: would this be possible? |
|
@jjohannes Ok cool wrt jr-stree. On mrbean I guess I'll need to see diffs from Afterburner's approach. On SNAPSHOTs that should work for my immediate needs, but I am curious as to where the version by default comes EDIT: n/m, above it does show what "latest" version means here. |
@jjohannes With 2.15.1-SNAPSHOT it turns out that:
(and |
Actually GMM is correct for Mr Bean, it's Maven dependencies that are wrong (I did fix Mr Bean and Afterburner both, via #205) |
@jjohannes I am having some trouble verifying fix via FasterXML/jackson-modules-base#208 -- I can modify |
Looks like new version is now available, and failure is resolved. |
It now fails if the dependencies in Gradle Metadata differ from the dependencies in the corresponding POM.
See: FasterXML/jackson-core#999