import jackson-databind-2.14.1-2.el9

This commit is contained in:
CentOS Sources 2023-03-28 10:31:32 +00:00 committed by Stepan Oksanichenko
parent 137ec5525c
commit d3b762352d
3 changed files with 11 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jackson-databind-2.11.4.tar.gz
SOURCES/jackson-databind-2.14.1.tar.gz

View File

@ -1 +1 @@
57d1346ff4d191e13e98e323d8d1404fe9b75fd6 SOURCES/jackson-databind-2.11.4.tar.gz
76890a3d1df2adb6c53afe7bcdeaa0956f8d0eea SOURCES/jackson-databind-2.14.1.tar.gz

View File

@ -1,8 +1,8 @@
Name: jackson-databind
Version: 2.11.4
Release: 6%{?dist}
Version: 2.14.1
Release: 2%{?dist}
Summary: General data-binding package for Jackson (2.x)
License: ASL 2.0 and LGPLv2+
License: Apache-2.0 and LGPL-2.0-or-later
URL: https://github.com/FasterXML/jackson-databind
Source0: %{url}/archive/%{name}-%{version}.tar.gz
@ -40,6 +40,7 @@ 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"
cp -p src/main/resources/META-INF/NOTICE .
sed -i 's/\r//' LICENSE NOTICE
@ -57,9 +58,7 @@ rm src/test/java/com/fasterxml/jackson/databind/introspect/NoClassDefFoundWorkar
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/ser/jdk/JDKTypeSerializationTest.java \
src/test/java/com/fasterxml/jackson/databind/deser/jdk/JDKStringLikeTypesTest.java \
src/test/java/com/fasterxml/jackson/databind/TestJDKSerialization.java
rm src/test/java/com/fasterxml/jackson/databind/TestJDKSerialization.java
%mvn_file : %{name}
@ -74,6 +73,10 @@ rm src/test/java/com/fasterxml/jackson/databind/ser/jdk/JDKTypeSerializationTest
%license LICENSE NOTICE
%changelog
* Wed Nov 23 2022 Chris Kelley <ckelley@redhat.com> - 2.14.1-1
- Update to version 2.14.1
- Resolves: #2070122
* Mon Aug 16 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.11.4-6
- Disable tests
- Drop javadoc subpackage