undertow 2.2.16-1 source package in Ubuntu

Changelog

undertow (2.2.16-1) unstable; urgency=medium

  * New upstream version 2.2.16.

 -- Markus Koschany <email address hidden>  Fri, 11 Feb 2022 19:13:05 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
undertow_2.2.16-1.dsc 2.7 KiB 7c43ce12d6e60a2873e0f11ee2072653dde947bd10e6ecc5eecb019baec121ee
undertow_2.2.16.orig.tar.gz 1.2 MiB ff03b21ad9d71e1da7854b2cd37bd8edc0a2b178b58be16682a622e1271a7070
undertow_2.2.16-1.debian.tar.xz 7.8 KiB a40a9a9a779d7e1908adf78a85a84cc9a5117346ae0018c34df2d87954886b64

Available diffs

No changes file available.

Binary packages built by this source

libundertow-java: flexible performant web server written in Java

 Undertow is a flexible performant web server written in Java, providing both
 blocking and non-blocking APIs based on NIO.
 .
 Undertow has a composition based architecture that allows you to build a web
 server by combining small single purpose handlers. This gives you the
 flexibility to choose between a full Java EE servlet 4.0 container, or a low
 level non-blocking handler, to anything in between.
 .
 Undertow is designed to be fully embeddable, with easy to use fluent builder
 APIs. Undertow’s lifecycle is completely controlled by the embedding
 application.

libundertow-java-doc: Documentation for Undertow

 Undertow is a flexible performant web server written in Java, providing both
 blocking and non-blocking APIs based on NIO.
 .
 This package contains the API documentation of libundertow-java.