jackson-jr 2.14.0-1 source package in Ubuntu

Changelog

jackson-jr (2.14.0-1) unstable; urgency=medium

  * New upstream version 2.14.0.
  * Declare compliance with Debian Policy 4.6.1.
  * Tighten B-D on libjackson2-core-java.

 -- Markus Koschany <email address hidden>  Sat, 12 Nov 2022 15:57:11 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-jr_2.14.0-1.dsc 2.3 KiB c29435e5e5d9ba0822225d1a4c728278dc1ac94974426a8bcf82ac9c02a19fd2
jackson-jr_2.14.0.orig.tar.xz 99.8 KiB 2165a7d39bdbb9469248ac5d2b15c5e87136d3159334d6d6e252ce72dd953192
jackson-jr_2.14.0-1.debian.tar.xz 3.2 KiB 71ce7c4685b0a25c95ad9d2815027496f361e60f2d6f6e6f6953121ac642d8db

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-jr-java: JSON library for Java -- standalone data-binding module

 Jackson jr is a compact alternative to the full Jackson Databind component. It
 implements a subset of functionality, for example for cases where size of jar
 or startup time matters. In addition to basic datatypes the package supports
 reading and writing of standard Java Beans (an implementation that mimics the
 standard JDK Bean Introspection).
 .
 Jackson jr also adds composer implementation that can be used to construct
 JSON output with builder-style API, but without necessarily having to build an
 in-memory representation: instead, it can directly use the streaming-api for
 direct output. It is also possible to build actual in-memory JSON String or
 byte[] representation, if that is preferable.