From 02f075aa00e9db8647f13c1bafa4fe356b4a57d786fa33fdd9cc1ba2c60ea48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 31 May 2024 14:38:40 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main jackson-annotations revision 8c4d65962251efcc06ef05c0b05e9c68 --- jackson-annotations-2.15.2.tar.gz | 3 --- jackson-annotations-2.17.1.tar.gz | 3 +++ jackson-annotations-build.xml | 7 +++++-- jackson-annotations.changes | 20 ++++++++++++++++++++ jackson-annotations.spec | 6 +++--- 5 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 jackson-annotations-2.15.2.tar.gz create mode 100644 jackson-annotations-2.17.1.tar.gz diff --git a/jackson-annotations-2.15.2.tar.gz b/jackson-annotations-2.15.2.tar.gz deleted file mode 100644 index 8a16cbb..0000000 --- a/jackson-annotations-2.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:262fe627dd3e50d15900626a5a61a1db94a0dea92102e2c4d1182131ef0d8b48 -size 131613 diff --git a/jackson-annotations-2.17.1.tar.gz b/jackson-annotations-2.17.1.tar.gz new file mode 100644 index 0000000..7f830b2 --- /dev/null +++ b/jackson-annotations-2.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0511c4e6c1720c70be221d79dc9dd543c37b4ee43a5b63a8e41020fc64c73bc7 +size 80275 diff --git a/jackson-annotations-build.xml b/jackson-annotations-build.xml index fbf3b43..8c68e2c 100644 --- a/jackson-annotations-build.xml +++ b/jackson-annotations-build.xml @@ -11,12 +11,13 @@ - + - + + @@ -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" diff --git a/jackson-annotations.changes b/jackson-annotations.changes index 4c2fa1e..26305a6 100644 --- a/jackson-annotations.changes +++ b/jackson-annotations.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon May 20 12:36:56 UTC 2024 - Gus Kenion + +- 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 + +- 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 diff --git a/jackson-annotations.spec b/jackson-annotations.spec index 631abcc..744a9c8 100644 --- a/jackson-annotations.spec +++ b/jackson-annotations.spec @@ -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}