undertow 2.0.29-1 source package in Ubuntu

Changelog

undertow (2.0.29-1) unstable; urgency=medium

  * New upstream version 2.0.29.

 -- Markus Koschany <email address hidden>  Wed, 08 Jan 2020 22:54:07 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
undertow_2.0.29-1.dsc 2.7 KiB fa0c354bd7bef52bb8b13788072bd948ff6480bf41750574b840b0b6a902421a
undertow_2.0.29.orig.tar.gz 1.2 MiB 6bcf3a5db1924c51eb6270399f30382db523cba57b084f0246040c27d43e926b
undertow_2.0.29-1.debian.tar.xz 7.6 KiB 50052ab397709b77da19b369eca54a7190458d8ee2dd9d5f24b6a2ea8dc4604d

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.