httpcomponents-core 4.3-1 source package in Ubuntu

Changelog

httpcomponents-core (4.3-1) unstable; urgency=low


  * New upstream release.
    - Added a build dependency on libbuild-helper-maven-plugin-java
    - Added maven-checkstyle-plugin to the list of ignored dependencies
    - debian/rules: Generate Java 1.5 compatible bytecode
  * Updated debian/copyright
  * Install the upstream changelog as /usr/share/doc/*/changelog.gz

 -- Emmanuel Bourg <email address hidden>  Mon, 05 Aug 2013 18:52:34 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low 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.dsc 2.3 KiB bfef7bc1048000a6d1f696fb535376e10c7fc5cc50ee3b1c9e50a9dd731a5bcb
httpcomponents-core_4.3.orig.tar.gz 488.4 KiB a572703cec2a68438f1afe7a11689df68011bae4e083d132dec3b8e48009d618
httpcomponents-core_4.3-1.debian.tar.gz 4.9 KiB 0038dce6f1aec772b43e386450b840158b3e939a7646a783381a5f4aa0dd3253

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.