netty-reactive-streams 2.0.6-1 source package in Ubuntu

Changelog

netty-reactive-streams (2.0.6-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 4.6.0.1

 -- Emmanuel Bourg <email address hidden>  Tue, 03 May 2022 14:49:12 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
netty-reactive-streams_2.0.6-1.dsc 2.2 KiB 29310c24b87c353891faca82862805eb6770fd8e1183ed1fbee6debe6e3eb7ea
netty-reactive-streams_2.0.6.orig.tar.xz 29.5 KiB f9e8b39f7db780a375947053f9055605bbd9394be7473fb9ba46afda67082343
netty-reactive-streams_2.0.6-1.debian.tar.xz 2.6 KiB 04c1f3def4b16e18f68f050871df15b2a8a12f58bf34dfae5a26e812b894dffa

Available diffs

No changes file available.

Binary packages built by this source

libnetty-reactive-streams-java: Netty Reactive Streams

 This library provides a reactive streams implementation for Netty.
 Essentially it comes in the form of two channel handlers, one that
 publishes inbound messages received on a channel to a Publisher,
 and another that writes messages received by a Subscriber outbound.
 .
 Features include:
  * Full backpressure support, as long as the AUTO_READ channel option
    is disabled.
  * Publishers/subscribers can be dynamically added and removed from
    the pipeline.
  * Multiple publishers/subscribers can be inserted into the pipeline.
  * Customisable cancel/complete/failure handling.