jboss-xnio 3.5.1-1 source package in Ubuntu

Changelog

jboss-xnio (3.5.1-1) unstable; urgency=medium

  * New upstream version 3.5.1
  * New build-dependencies: libmaven-bundle-plugin-java,
    libwildfly-common-java and libwildfly-client-config-java.
  * Drop no-wildfly-common.patch
  * No longer ignore wildfly.common.
  * Declare compliance with Debian Policy 4.0.1.

 -- Markus Koschany <email address hidden>  Tue, 19 Sep 2017 19:39:25 +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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-xnio_3.5.1-1.dsc 2.4 KiB cce76a6f0dd2a4f25e1ce2272e67d434173944e3c28f1d8ef5b61ad5dbe161f6
jboss-xnio_3.5.1.orig.tar.gz 402.4 KiB c68de07bc411e41527c370a40a266febe2c067459079b1480d810b9313436032
jboss-xnio_3.5.1-1.debian.tar.xz 3.8 KiB aeb51551d5040f87310286b70caf3233264245c1ffb1e0fa8a683826c6a39f73

Available diffs

No changes file available.

Binary packages built by this source

libjboss-xnio-java: simplified low-level I/O layer for NIO

 XNIO is a simplified low-level I/O layer which can be used anywhere you are
 using non-blocking I/O today. It frees you from the hassle of dealing with
 Selectors and the lack of NIO support for multicast sockets and non-socket
 I/O, while still maintaining all the capabilities present in NIO, and it opens
 the door to non-obvious optimizations.
 .
 XNIO provides a unique API for combining blocking and non-blocking operations,
 even on the same channel, allowing you to take advantage of the simplicity and
 low latency of blocking I/O while still gaining the thread-conservative and
 throughput benefits of non-blocking I/O.

libjboss-xnio-java-doc: Documentation for jboss-xnio

 XNIO is a simplified low-level I/O layer which can be used anywhere you are
 using non-blocking I/O today. It frees you from the hassle of dealing with
 Selectors and the lack of NIO support for multicast sockets and non-socket
 I/O, while still maintaining all the capabilities present in NIO, and it opens
 the door to non-obvious optimizations.
 .
 This package contains the API documentation of libjboss-xnio-java.