Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jackson-annotations for
openSUSE:Factory checked in at 2021-10-21 23:55:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-annotations (Old)
and /work/SRC/openSUSE:Factory/.jackson-annotations.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jackson-annotations"
Thu Oct 21 23:55:16 2021 rev:7 rq:926590 version:2.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/jackson-annotations/jackson-annotations.changes
2021-04-26 16:40:21.786148359 +0200
+++
/work/SRC/openSUSE:Factory/.jackson-annotations.new.1890/jackson-annotations.changes
2021-10-21 23:55:20.404019737 +0200
@@ -1,0 +2,23 @@
+Wed Oct 20 05:29:15 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Update to 2.13.0
+ * 2.13.0 (30-Sep-2021)
+ + Add 'mvnw' wrapper
+ * 2.12.0 (29-Nov-2020)
+ + #171: 'JsonSubType.Type' should accept array of names
+ + #173: Jackson version alignment with Gradle 6
+ + #174: Add '@JsonIncludeProperties'
+ + #175: Add '@JsonTypeInfo(use=DEDUCTION)'
+ + #177: Ability to use '@JsonAnyGetter' on fields
+ + #179: Add '@JsonKey' annotation
+ + #180: Allow repeated calls to
+ 'SimpleObjectIdResolver.bindItem()' for same mapping
+ + #181: Add 'namespace' property for '@JsonProperty' (for
+ XML module)
+ + Add target 'ElementType.ANNOTATION_TYPE' for
+ '@JsonEnumDefaultValue' (was missing for some reason)
+ * 2.11.0 (26-Apr-2020)
+ + 'JsonPattern.Value.pattern' retained as "", never
+ (accidentally) exposed as 'null'
+
+-------------------------------------------------------------------
Old:
----
jackson-annotations-2.10.5.tar.gz
New:
----
jackson-annotations-2.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jackson-annotations.spec ++++++
--- /var/tmp/diff_new_pack.4yYHQZ/_old 2021-10-21 23:55:20.864019974 +0200
+++ /var/tmp/diff_new_pack.4yYHQZ/_new 2021-10-21 23:55:20.864019974 +0200
@@ -17,7 +17,7 @@
Name: jackson-annotations
-Version: 2.10.5
+Version: 2.13.0
Release: 0
Summary: Core annotations for Jackson data processor
License: Apache-2.0
++++++ jackson-annotations-2.10.5.tar.gz -> jackson-annotations-2.13.0.tar.gz
++++++
++++ 441299 lines of diff (skipped)
++++++ jackson-annotations-build.xml ++++++
--- /var/tmp/diff_new_pack.4yYHQZ/_old 2021-10-21 23:55:21.384020242 +0200
+++ /var/tmp/diff_new_pack.4yYHQZ/_new 2021-10-21 23:55:21.384020242 +0200
@@ -11,7 +11,7 @@
<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.10.5"/>
+ <property name="project.version" value="2.13.0"/>
<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}"/>
@@ -23,10 +23,8 @@
<property name="build.dir" value="target"/>
<property name="build.outputDir" value="${build.dir}/classes"/>
<property name="build.srcDir" value="src/main/java"/>
- <property name="build.resourceDir" value="src/main/resources"/>
<property name="build.testOutputDir" value="${build.dir}/test-classes"/>
<property name="build.testDir" value="src/test/java"/>
- <property name="build.testResourceDir" value="src/test/resources"/>
<property name="test.reports" value="${build.dir}/test-reports"/>
<property name="reporting.outputDirectory" value="${build.dir}/site"/>
@@ -70,9 +68,6 @@
</src>
<classpath refid="build.classpath"/>
</javac>
- <copy todir="${build.outputDir}">
- <fileset dir="${build.resourceDir}"/>
- </copy>
</target>
<!-- ======================================================================
-->