Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jackson-bom for openSUSE:Factory checked in at 2024-03-11 15:34:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jackson-bom (Old) and /work/SRC/openSUSE:Factory/.jackson-bom.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jackson-bom" Mon Mar 11 15:34:05 2024 rev:9 rq:1156778 version:2.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jackson-bom/jackson-bom.changes 2023-08-23 14:57:48.426010838 +0200 +++ /work/SRC/openSUSE:Factory/.jackson-bom.new.1770/jackson-bom.changes 2024-03-11 15:41:44.335668512 +0100 @@ -1,0 +2,11 @@ +Fri Mar 8 08:33:47 UTC 2024 - Gus Kenion <[email protected]> + +- Update to version 2.16.1 + * 2.16.1 (24-Dec-2023) + + No changes since 2.16.0 + * 2.16.0 (15-Nov-2023) + + Add dependency for jackson-module-android-record. This new + module offers support for Record type on Android platform, + where Java records are supported through "de-sugaring". + +------------------------------------------------------------------- Old: ---- jackson-bom-2.15.2.tar.gz New: ---- jackson-bom-2.16.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jackson-bom.spec ++++++ --- /var/tmp/diff_new_pack.ZcvIS9/_old 2024-03-11 15:41:44.991692693 +0100 +++ /var/tmp/diff_new_pack.ZcvIS9/_new 2024-03-11 15:41:44.991692693 +0100 @@ -1,7 +1,7 @@ # # spec file for package jackson-bom # -# 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-bom -Version: 2.15.2 +Version: 2.16.1 Release: 0 Summary: Bill of materials POM for Jackson projects License: Apache-2.0 ++++++ jackson-bom-2.15.2.tar.gz -> jackson-bom-2.16.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jackson-bom-jackson-bom-2.15.2/.github/workflows/main.yml new/jackson-bom-jackson-bom-2.16.1/.github/workflows/main.yml --- old/jackson-bom-jackson-bom-2.15.2/.github/workflows/main.yml 2023-05-30 22:28:38.000000000 +0200 +++ new/jackson-bom-jackson-bom-2.16.1/.github/workflows/main.yml 2023-12-24 04:55:16.000000000 +0100 @@ -4,7 +4,7 @@ branches: - master - "3.0" - - "2.15" + - "2.16" paths-ignore: - "README.md" - "release-notes/*" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jackson-bom-jackson-bom-2.15.2/base/pom.xml new/jackson-bom-jackson-bom-2.16.1/base/pom.xml --- old/jackson-bom-jackson-bom-2.15.2/base/pom.xml 2023-05-30 22:28:38.000000000 +0200 +++ new/jackson-bom-jackson-bom-2.16.1/base/pom.xml 2023-12-24 04:55:16.000000000 +0100 @@ -4,7 +4,7 @@ <parent> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-bom</artifactId> - <version>2.15.2</version> + <version>2.16.1</version> </parent> <artifactId>jackson-base</artifactId> <name>Jackson Base</name> @@ -22,9 +22,6 @@ </licenses> <properties> - <!-- 06-May-2023, tatu: uUntil upgraded in oss-parent/51 need override here: --> - <version.plugin.moditect>1.0.0.Final</version.plugin.moditect> - <moditect.sourceGroup>${project.groupId}</moditect.sourceGroup> <moditect.sourceArtifact>${project.artifactId}</moditect.sourceArtifact> <moditect.sourceVersion>${project.version}</moditect.sourceVersion> @@ -35,7 +32,7 @@ <jackson-bom.version>${project.parent.version}</jackson-bom.version> <!-- for Reproducible Builds --> - <project.build.outputTimestamp>2023-05-30T20:28:33Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-12-24T03:55:12Z</project.build.outputTimestamp> </properties> <dependencies> @@ -55,6 +52,14 @@ <artifactId>javax.activation-api</artifactId> <version>${javax.activation.version}</version> </dependency> + + <!-- Test dep versions --> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>${version.assertj}</version> + <scope>test</scope> + </dependency> </dependencies> </dependencyManagement> @@ -273,11 +278,11 @@ <!-- 12-Oct-2019, tatu: Copied from https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337 --> - <!-- 01-Aug-2020, tatu: Upgrade 1.6.6 -> 1.6.8 --> + <!-- 30-May-2023, tatu: Upgrade 1.6.8 -> 1.6.13 --> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.8</version> + <version>1.6.13</version> <extensions>true</extensions> <configuration> <serverId>sonatype-nexus-staging</serverId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jackson-bom-jackson-bom-2.15.2/pom.xml new/jackson-bom-jackson-bom-2.16.1/pom.xml --- old/jackson-bom-jackson-bom-2.15.2/pom.xml 2023-05-30 22:28:38.000000000 +0200 +++ new/jackson-bom-jackson-bom-2.16.1/pom.xml 2023-12-24 04:55:16.000000000 +0100 @@ -6,7 +6,7 @@ <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-parent</artifactId> <!-- note: does NOT change for every version of bom --> - <version>2.15</version> + <version>2.16</version> </parent> <artifactId>jackson-bom</artifactId> @@ -14,7 +14,7 @@ <description>Bill of Materials pom for getting full, complete set of compatible versions of Jackson components maintained by FasterXML.com </description> - <version>2.15.2</version> + <version>2.16.1</version> <packaging>pom</packaging> <modules> @@ -45,11 +45,11 @@ <connection>scm:git:[email protected]:FasterXML/jackson-bom.git</connection> <developerConnection>scm:git:[email protected]:FasterXML/jackson-bom.git</developerConnection> <url>https://github.com/FasterXML/jackson-bom</url> - <tag>jackson-bom-2.15.2</tag> + <tag>jackson-bom-2.16.1</tag> </scm> <properties> - <jackson.version>2.15.2</jackson.version> + <jackson.version>2.16.1</jackson.version> <!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions of annotations BUT they are all identical, content-wise. @@ -73,7 +73,7 @@ <javax.activation.version>1.2.0</javax.activation.version> <!-- for Reproducible Builds --> - <project.build.outputTimestamp>2023-05-30T20:28:33Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-12-24T03:55:12Z</project.build.outputTimestamp> </properties> <dependencyManagement> @@ -339,6 +339,11 @@ <artifactId>jackson-module-afterburner</artifactId> <version>${jackson.version.module}</version> </dependency> + <dependency> <!-- Added in 2.16 --> + <groupId>com.fasterxml.jackson.module</groupId> + <artifactId>jackson-module-android-record</artifactId> + <version>${jackson.version.module}</version> + </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-blackbird</artifactId> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jackson-bom-jackson-bom-2.15.2/release-notes/VERSION-2.x new/jackson-bom-jackson-bom-2.16.1/release-notes/VERSION-2.x --- old/jackson-bom-jackson-bom-2.15.2/release-notes/VERSION-2.x 2023-05-30 22:28:38.000000000 +0200 +++ new/jackson-bom-jackson-bom-2.16.1/release-notes/VERSION-2.x 2023-12-24 04:55:16.000000000 +0100 @@ -9,6 +9,14 @@ === Releases (note: only includes patches with actual changes) ------------------------------------------------------------------------ +2.16.0 (15-Nov-2023) + +* Added `jackson-module-android-record` + +2.15.3 (12-Oct-2023) + +* Udate `nexus-staging-maven-plugin` to 1.6.13 (from 1.6.8) + 2.15.2 (30-May-2023) No changes since 2.15.1
