undertow 2.0.27-1 source package in Ubuntu

Changelog

undertow (2.0.27-1) unstable; urgency=medium

  * New upstream version 2.0.27.
  * Declare compliance with Debian Policy 4.4.1.

 -- Markus Koschany <email address hidden>  Sun, 20 Oct 2019 17:16:51 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
undertow_2.0.27-1.dsc 2.7 KiB 05a421964083cba4bbf6fbd0b6f9921ba302695a0cb1cc14c791ac28758ee3da
undertow_2.0.27.orig.tar.gz 1.2 MiB fd1346f8941bf70b6944364dda80ccec9983dad59f2605d7e5d999ce16ad6e27
undertow_2.0.27-1.debian.tar.xz 7.5 KiB cabf58e1acc457c7ace132f2bead2d29cea6279846453e68af99e85028603df7

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.