jackson-core 2.14.0-2 source package in Ubuntu

Changelog

jackson-core (2.14.0-2) unstable; urgency=medium

  * Remove two unsupported plugins from jackson-base pom because this was
    causing a FTBFS when building other jackson libraries.

 -- Markus Koschany <email address hidden>  Sat, 12 Nov 2022 14:11:51 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-core_2.14.0-2.dsc 2.3 KiB 500076568d0f7357cf05162871223636f0d03d6a7e4cb714058ba84f6c077d6e
jackson-core_2.14.0.orig.tar.xz 719.3 KiB 98468c25aab4bf53e1f587e1aafc789e47c131012c32de726dddc7e1a399f49f
jackson-core_2.14.0-2.debian.tar.xz 13.7 KiB 5106a2c0e84360170d6f5115940f015e471662955ee9b57717d42783e524ffc5

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.