httpcomponents-core5 5.2.2-1 source package in Ubuntu

Changelog

httpcomponents-core5 (5.2.2-1) unstable; urgency=medium

  * New upstream version 5.2.2.
  * Mark libhttpcore5-java Multi-Arch: foreign.

 -- Markus Koschany <email address hidden>  Mon, 11 Sep 2023 13:20:59 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcomponents-core5_5.2.2-1.dsc 2.2 KiB aecd2dd7a8a1edbe5754faa9fd4428a9984359f94f69275f148602d4f53ca39f
httpcomponents-core5_5.2.2.orig.tar.gz 681.7 KiB d8448cc23de96217ba0c03018404d25fe36647e8f34f79eb60a06cf8a1aaa594
httpcomponents-core5_5.2.2-1.debian.tar.xz 3.6 KiB 48562f4b1b9f5dfd496c0658f52c55fde12020f1c37433dce0a15eab517f6560

Available diffs

No changes file available.

Binary packages built by this source

libhttpcore5-java: set of low level HTTP transport components for Java

 HttpCore is a set of low level HTTP transport components that can be used to
 build custom client and server side HTTP services with a minimal footprint.
 HttpCore supports two I/O models:
 .
  * blocking I/O model, based on the classic Java I/O;
  * non-blocking, event driven I/O model based on Java NIO.
 .
 The blocking I/O model may be more appropriate for data intensive, low latency
 scenarios, whereas the non-blocking model may be more appropriate for high
 latency scenarios where raw data throughput is less important than the ability
 to handle thousands of simultaneous HTTP connections in a resource efficient
 manner.
 .
 This package contains the 5.x series of httpcomponents-core.