httpcomponents-core 4.3.1-1 source package in Ubuntu

Changelog

httpcomponents-core (4.3.1-1) unstable; urgency=medium


  * New upstream release
    - Refreshed the patch
  * Build with maven-debian-helper
  * Removed the unused build dependencies on libmaven-assembly-plugin-java,
    libmaven-javadoc-plugin-java, libmaven-site-plugin-java
    and libsurefire-java
  * Standards-Version updated to 3.9.5 (no changes)
  * Switch to debhelper level 9

 -- Emmanuel Bourg <email address hidden>  Tue, 07 Jan 2014 01:10:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
httpcomponents-core_4.3.1-1.dsc 2.2 KiB 3dd06c02d845fed0cb6d1effa2f013769a726c1b2d276c4b5bae085923ba84e0
httpcomponents-core_4.3.1.orig.tar.gz 489.6 KiB 6e3d67965e4d8ada4789f296570b3d9b7b09627e64f9ab441c39fcb8e7b0495d
httpcomponents-core_4.3.1-1.debian.tar.gz 4.8 KiB 38162d5f11028fc1de5d00457709fd68d1af56bba126a686d8919f3c7ec82f93

Available diffs

No changes file available.

Binary packages built by this source

libhttpcore-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.