-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Gradle module metadata for 2.13.4.1 references non-existent jackson-bom 2.13.4.1 #3627
Comments
Can confirm we can observe this issue as well. |
I have a strong sense of Deja Vu here but I thought issue had been fixed: having to do with the way Gradle module metadata plug-in was trying to guess version to fill in. but looks like fix is only in 2.14 branch, not 2.13. The whole Gradle module metadata has been more hassle than worth from maintainer perspective. I just hope there is some value for Gradle users when information has been correct. :-/ It does sound like I need to fix |
Ok. This is my bad: I thought I had left the local override in I will try to get 2.13.4.2 (databind) / 2.13.4.20221013 (bom) release out ASAP today. Thank you @arjenm for reporting this and apologies for not catching the issue myself. |
Ok, published:
First one is available via Maven Central, second on its way there. Please LMK if you find further issues. |
### What changes were proposed in this pull request? Bump Jackson Databind from 2.13.4.1 to 2.13.4.2 ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? There is a regression about Gradle in 2.13.4.1 and got fixed in 2.13.4.2 FasterXML/jackson-databind#3627 ### How was this patch tested? Existing UT. Closes #38355 from pan3793/SPARK-40886. Authored-by: Cheng Pan <[email protected]> Signed-off-by: Sean Owen <[email protected]>
### What changes were proposed in this pull request? Bump Jackson Databind from 2.13.4.1 to 2.13.4.2 ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? There is a regression about Gradle in 2.13.4.1 and got fixed in 2.13.4.2 FasterXML/jackson-databind#3627 ### How was this patch tested? Existing UT. Closes #38355 from pan3793/SPARK-40886. Authored-by: Cheng Pan <[email protected]> Signed-off-by: Sean Owen <[email protected]> (cherry picked from commit e73b157) Signed-off-by: Sean Owen <[email protected]>
FasterXML/jackson-databind#3590 FasterXML/jackson-databind#3627 Change-Id: If1bf01ca0a05772e140427fe2164dde05be264d7 Signed-off-by: Robert Varga <[email protected]>
FasterXML/jackson-databind#3590 FasterXML/jackson-databind#3627 Change-Id: If1bf01ca0a05772e140427fe2164dde05be264d7 Signed-off-by: Robert Varga <[email protected]> (cherry picked from commit 36012dd)
FasterXML/jackson-databind#3590 FasterXML/jackson-databind#3627 Change-Id: If1bf01ca0a05772e140427fe2164dde05be264d7 Signed-off-by: Robert Varga <[email protected]> (cherry picked from commit 36012dd)
### What changes were proposed in this pull request? Bump Jackson Databind from 2.13.4.1 to 2.13.4.2 ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? There is a regression about Gradle in 2.13.4.1 and got fixed in 2.13.4.2 FasterXML/jackson-databind#3627 ### How was this patch tested? Existing UT. Closes apache#38355 from pan3793/SPARK-40886. Authored-by: Cheng Pan <[email protected]> Signed-off-by: Sean Owen <[email protected]>
* Migrating CQL Evaluator and its dependencies to 2.4 to fix #1733 * Evaluator 2.4's generate care plan returns an IBaseResource to prepare for R5. * Migrates to evaluator 2.4 * Removes outdated antlr dependency fix of 2.4 * Forces Jackson 2.14.1 due to a dependency bug when using Gradle and the 2.13.4.1 version FasterXML/jackson-databind#3627 * Forces Jackson 2.14.1 due to a dependency bug when using Gradle and the 2.13.4.1 version FasterXML/jackson-databind#3627 * Fixing tests to match CQL-Evaluator's tests * Spotless apply * Force version of caffeine * Forces HAPI and FHIR CORE to earlier versions due to hapifhir/org.hl7.fhir.core#1046 * deleting non existant r4b * Fixing imports of the Benchmark module * Moving common blocks to Dependencies. * spotless apply
Describe the bug
It seems this closed issue re-occured with the release of databind version 2.13.4.1
#3428
This module file references BOM 2.13.4.1 which does not exist.
https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.1/jackson-databind-2.13.4.1.module
Version information
2.13.4 + databind 2.13.4.1
To Reproduce
Have a gradle file with:
Which causes this error in Gradle:
Expected behavior
A working set of jackson packages :)
The text was updated successfully, but these errors were encountered: