[packit] 2.16.1 upstream release
Upstream tag: jackson-databind-2.16.1 Upstream commit: 28efa9ba
This commit is contained in:
parent
9223ca31ed
commit
b49e84b21b
3 changed files with 22 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.85.0.
|
||||
The file was generated using packit 0.87.1.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: jackson-databind
|
||||
Version: 2.16.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.16.1
|
||||
Release: 1%{?dist}
|
||||
Summary: General data-binding package for Jackson (2.x)
|
||||
License: Apache-2.0 and LGPL-2.0-or-later
|
||||
|
||||
|
|
@ -69,6 +69,24 @@ rm src/test/java/com/fasterxml/jackson/databind/TestJDKSerialization.java
|
|||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2024 Marco Fargetta <mfargett@redhat.com> - 2.16.1-1
|
||||
- [maven-release-plugin] prepare release jackson-databind-2.16.1 (Tatu Saloranta)
|
||||
- Prepare for 2.16.1 release (Tatu Saloranta)
|
||||
- Add passing test to close #3277 (#4259) (Kim, Joo Hyuk)
|
||||
- Add failing test for #4218 (Tatu Saloranta)
|
||||
- Post-merge clean up for #4229 (Tatu Saloranta)
|
||||
- Fix regression from #4008, optimize `ObjectNode.findValue(s)` and `findParent(s)` (#4230) (Kim, Joo Hyuk)
|
||||
- Minor update to release notes wrt #3133 (Tatu Saloranta)
|
||||
- Update release notes wrt #3133 fix (Tatu Saloranta)
|
||||
- Add now-passing test for #3133 (#4231) (Kim, Joo Hyuk)
|
||||
- Fix #4200: use annotations for delegating `@JsonCreator` (#4228) (Tatu Saloranta)
|
||||
- Tiny cleanup to eliminate bit of dead code (Tatu Saloranta)
|
||||
- Minor tweak post #4216 (Tatu Saloranta)
|
||||
- Allow primitive array deserializer to be captured by `DeserializerModifier` (#4219) (Kim, Joo Hyuk)
|
||||
- typo fix (release notes) (Tatu Saloranta)
|
||||
- Back to snapshot deps (Tatu Saloranta)
|
||||
- [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)
|
||||
|
||||
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (jackson-databind-2.16.0.tar.gz) = c59c7eb6531cea3f4d89a61cbd876d9e72ad64a8926521bb8d681c06b29b11e77ed8b59f71cdac0cad04003710f02085ddbf8903694c2c102b45c98b859cf200
|
||||
SHA512 (jackson-databind-2.16.1.tar.gz) = 3f23fb124cea2e551786e0317143ea0596d1bf4cb6aff5dc7e78dff81d3bd206662b59ad75d299e2e1280af2037645c30163b52cb6825e49d3effe9403ad7e85
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue