Skip to content
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

Artifactory plugin pulls in outdated Jackson version #109

Open
veita opened this issue Mar 20, 2024 · 0 comments · May be fixed by #110
Open

Artifactory plugin pulls in outdated Jackson version #109

veita opened this issue Mar 20, 2024 · 0 comments · May be fixed by #110
Labels
bug Something isn't working

Comments

@veita
Copy link

veita commented Mar 20, 2024

Describe the bug

The plugin pulls in the outdated Jackson version 2.14.1 https://github.com/jfrog/artifactory-gradle-plugin/blob/2576ef39a4a8a5e6a523a00a4e3be1ec1e1a18d2/build.gradle.kts#L48C71-L48C77.

This causes errors in other plugins.

Current behavior

Gradle build fails with errors.

java.lang.NoSuchFieldError: Class com.fasterxml.jackson.annotation.JsonFormat$Feature does not have member
 field 'com.fasterxml.jackson.annotation.JsonFormat$Feature READ_DATE_TIMESTAMPS_AS_NANOSECONDS'

Reproduction steps

Go to https://github.com/veita/gradle-plugin-dependency-bug and follow the steps described there.

Expected behavior

The Artifactory should play nicely with other plugins.

Artifactory Gradle plugin version

5.1.1

Operating system type and version

Linux

JFrog Artifactory version

Any.

Gradle version

8.6

@veita veita added the bug Something isn't working label Mar 20, 2024
veita added a commit to veita/artifactory-gradle-plugin that referenced this issue Mar 22, 2024
Fixes jfrog#109

Signed-off-by: Alexander Veit <[email protected]>
@veita veita linked a pull request Mar 23, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant