Sync from SUSE:SLFO:Main jackson-annotations revision 8c4d65962251efcc06ef05c0b05e9c68

This commit is contained in:
Adrian Schröter 2024-05-31 14:38:40 +02:00
parent 087f2d05f4
commit 02f075aa00
5 changed files with 31 additions and 8 deletions

BIN
jackson-annotations-2.15.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
jackson-annotations-2.17.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -11,12 +11,13 @@
<property name="project.groupId" value="com.fasterxml.jackson.core"/>
<property name="project.artifactId" value="jackson-annotations"/>
<property name="project.name" value="Jackson-annotations"/>
<property name="project.version" value="2.15.2"/>
<property name="project.version" value="2.17.1"/>
<property name="project.vendor" value="FasterXML"/>
<property name="project.description" value="Core annotations used for value types, used by Jackson data binding package."/>
<property name="bundle.version" value="${project.version}"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
@ -58,6 +59,7 @@
debug="true"
optimize="false"
deprecation="true"
release="${compiler.release}"
target="${compiler.target}"
verbose="false"
fork="false"
@ -84,6 +86,7 @@
debug="true"
optimize="false"
deprecation="true"
release="${compiler.release}"
target="${compiler.target}"
verbose="false"
fork="false"

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon May 20 12:36:56 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Update to 2.17.1
* No changes since 2.17.0
- Includes changes from 2.17.0
* #242: Allow `@JsonAnySetter` on `ElementType.PARAMETER` (for
use on constructor parameters)
-------------------------------------------------------------------
Fri Mar 8 08:33:47 UTC 2024 - Gus Kenion <gkenion@suse.com>
- Update to 2.16.1
* no substantial changes from 2.16.0
* 2.16.0 (15-Nov-2023)
+ #223: Add new OptBoolean valued property in @JsonTypeInfo to
allow per-type configuration of strict type id handling
+ #229: Add JsonTypeInfo.Value object (backport from 3.0)
+ #234: Add new JsonTypeInfo.Id.SIMPLE_NAME
-------------------------------------------------------------------
Mon Aug 21 13:34:06 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package jackson-annotations
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: jackson-annotations
Version: 2.15.2
Version: 2.17.1
Release: 0
Summary: Core annotations for Jackson data processor
License: Apache-2.0
@ -59,7 +59,7 @@ install -dm 0755 %{buildroot}%{_javadir}
install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -dm 0755 %{buildroot}%{_mavenpomdir}
%mvn_install_pom pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom %{name}.jar
install -dm 0755 %{buildroot}%{_javadocdir}