Rebase to jackson-databind 2.19.1
Resolves: RHEL-103106
This commit is contained in:
parent
63b5bcbf07
commit
94c46c78ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
SOURCES/jackson-databind-2.10.0.tar.gz
|
||||
/jackson-databind-2.10.0.tar.gz
|
||||
/jackson-databind-2.14.2.tar.gz
|
||||
/jackson-databind-2.19.1.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: jackson-databind
|
||||
Version: 2.14.2
|
||||
Version: 2.19.1
|
||||
Release: 1%{?dist}
|
||||
Summary: General data-binding package for Jackson (2.x)
|
||||
License: Apache-2.0 and LGPL-2.0-or-later
|
||||
@ -31,12 +31,18 @@ Jackson Annotations for configuration.
|
||||
%pom_remove_plugin ":maven-enforcer-plugin"
|
||||
%pom_remove_plugin "org.jacoco:jacoco-maven-plugin"
|
||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
|
||||
%pom_remove_plugin "org.codehaus.mojo:animal-sniffer-maven-plugin"
|
||||
%pom_remove_plugin "org.gradlex:gradle-module-metadata-maven-plugin"
|
||||
|
||||
%pom_xpath_set "//pom:javac.src.version" "1.8"
|
||||
%pom_xpath_set "//pom:javac.target.version" "1.8"
|
||||
%pom_xpath_inject "//pom:properties" " <maven.compiler.source>1.8</maven.compiler.source>"
|
||||
%pom_xpath_inject "//pom:properties" " <maven.compiler.target>1.8</maven.compiler.target>"
|
||||
|
||||
cp -p src/main/resources/META-INF/NOTICE .
|
||||
sed -i 's/\r//' LICENSE NOTICE
|
||||
|
||||
# unavailable test deps
|
||||
# unavailable test depsd
|
||||
%pom_remove_dep javax.measure:jsr-275
|
||||
rm src/test/java/com/fasterxml/jackson/databind/introspect/NoClassDefFoundWorkaroundTest.java
|
||||
%pom_xpath_remove pom:classpathDependencyExcludes
|
||||
@ -44,12 +50,6 @@ rm src/test/java/com/fasterxml/jackson/databind/introspect/NoClassDefFoundWorkar
|
||||
# TestTypeFactoryWithClassLoader fails to compile
|
||||
# - it's the only test that uses powermock, so drop the powermock dependencies
|
||||
# - mockito is only transitively pulled in by powermock, so add it back
|
||||
%pom_remove_dep org.powermock:
|
||||
%pom_add_dep org.mockito:mockito-core::test
|
||||
rm src/test/java/com/fasterxml/jackson/databind/type/TestTypeFactoryWithClassLoader.java
|
||||
|
||||
# Off test that require connection with the web
|
||||
rm src/test/java/com/fasterxml/jackson/databind/TestJDKSerialization.java
|
||||
|
||||
%mvn_file : %{name}
|
||||
|
||||
@ -64,6 +64,10 @@ rm src/test/java/com/fasterxml/jackson/databind/TestJDKSerialization.java
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.19.1-1
|
||||
- Rebase to upstream version 2.19.1
|
||||
- Resolves: RHEL-103106
|
||||
|
||||
* Wed Nov 22 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.14.2-1
|
||||
- Rebase to upstream version 2.14.2
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-databind-2.14.2.tar.gz) = f94b7f9a335675aa6b2a54014e6e7c503c12ee66729c52dd4f267e4db79f5e297d32e385ed52290889e98ab42c45f1f2f52df3d92539b09e40d47e7aa0498099
|
||||
SHA512 (jackson-databind-2.19.1.tar.gz) = 83446b49219a66edf579b63404f5476de2787c7f9f7ed387f49080339d625d3868482db7d61f430289381817b226a48b64e9fbfca9b0c4c27d1f58d53c6e3686
|
||||
|
||||
Loading…
Reference in New Issue
Block a user