jackson-core 2.13.0-1 source package in Ubuntu

Changelog

jackson-core (2.13.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.13.0.
  * Declare compliance with Debian Policy 4.6.0.
  * Remove README.source
  * Update pom files to version 2.13.0.
  * Refresh patches.
  * Drop libjackson2-core-java-doc. (Closes: #988896)

 -- Markus Koschany <email address hidden>  Fri, 22 Oct 2021 14:06:13 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-core_2.13.0-1.dsc 2.3 KiB cb0adde2f2535b49cf2377592136cce0ba0e84002d91c02231c6bafa98dee48f
jackson-core_2.13.0.orig.tar.xz 377.6 KiB e3aa98c56f499776856358bedee0043bc0e0f645abefed7453b4f92edb9486ac
jackson-core_2.13.0-1.debian.tar.xz 12.7 KiB dd57b6d933c0316ef03f7d7dcb4245a9898d29d350d0050dab277295041ad606

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-core-java: fast and powerful JSON library for Java -- core library

 The Jackson Data Processor is a multi-purpose Java library for processing
 JSON. Jackson aims to be the best possible combination of fast, correct,
 lightweight, and ergonomic for developers. It offers three alternative methods
 for processing JSON:
 .
  * Streaming API inspired by StAX
  * Tree Model
  * Data Binding converts JSON to and from POJOs
 .
 In addition to the core library, there are numerous extension that provide
 additional functionality such as additional data formats beyond JSON,
 additional data types or JVM languages.
 .
 This package contains the Jackson core library.