jackson-core 2.14.1-1 source package in Ubuntu
Changelog
jackson-core (2.14.1-1) unstable; urgency=medium * Team upload. * New upstream release - Refreshed the patches * Standards-Version updated to 4.6.2 -- Emmanuel Bourg <email address hidden> Mon, 19 Dec 2022 19:42:57 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jackson-core_2.14.1-1.dsc | 2.2 KiB | 04919085cb70367c9c54d8e2a8dd2874fa86f56dddbee20efcae4bce7ca79834 |
jackson-core_2.14.1.orig.tar.xz | 720.8 KiB | d9eb6aa1898c4d5a582c52e69da249efae25e4d2c809c57dc6b6ee01c4b0fb3b |
jackson-core_2.14.1-1.debian.tar.xz | 13.7 KiB | 12f26efd7a27d0b838ee1bda6e5925b6280a80280df2e797b975c041533fe2b6 |
Available diffs
- diff from 2.14.0-2 to 2.14.1-1 (3.4 KiB)
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.