import CS git jackson-modules-base-2.21.4-1.el9_8
This commit is contained in:
parent
3e2d8ec676
commit
0e7e2f0b6c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/jackson-modules-base-2.19.1.tar.gz
|
||||
SOURCES/jackson-modules-base-2.21.4.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
d386394952005cbb27dfb7b9ad72e90941be5d41 SOURCES/jackson-modules-base-2.19.1.tar.gz
|
||||
7a5a11e433146b3063a93f7811bda34f3f2ff31e SOURCES/jackson-modules-base-2.21.4.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%bcond_with jp_minimal
|
||||
|
||||
Name: jackson-modules-base
|
||||
Version: 2.19.1
|
||||
Version: 2.21.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Jackson modules: Base
|
||||
License: Apache-2.0
|
||||
@ -12,7 +12,8 @@ Patch1: 0001-Expose-javax.security.auth-from-JDK-internals.patch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(cglib:cglib)
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= %{version}
|
||||
#BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= 2.21
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
@ -88,9 +89,11 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} .
|
||||
%pom_disable_module paranamer
|
||||
%pom_disable_module jakarta-xmlbind
|
||||
%pom_disable_module blackbird
|
||||
%pom_disable_module spi-subtypes
|
||||
%pom_disable_module no-ctor-deser
|
||||
|
||||
%pom_remove_plugin "org.gradlex:gradle-module-metadata-maven-plugin" jaxb
|
||||
%pom_remove_plugin "org.cyclonedx:cyclonedx-maven-plugin" jaxb
|
||||
# Allow javax,activation to be optional
|
||||
%pom_add_plugin "org.apache.felix:maven-bundle-plugin" jaxb "
|
||||
<configuration>
|
||||
@ -125,6 +128,10 @@ rm osgi/src/test/java/com/fasterxml/jackson/module/osgi/InjectOsgiServiceTest.ja
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Jul 07 2026 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.21.4-1
|
||||
- Update to version 2.21.4
|
||||
- Resolves: RHEL-190947
|
||||
|
||||
* Thu Jul 17 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.19.1-1
|
||||
- Update to version 2.19.1
|
||||
- Resolves: RHEL-100245
|
||||
|
||||
Loading…
Reference in New Issue
Block a user