undertow 2.2.12-1 source package in Ubuntu

Changelog

undertow (2.2.12-1) unstable; urgency=medium

  * New upstream version 2.2.12.

 -- Markus Koschany <email address hidden>  Sat, 02 Oct 2021 00:18:14 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
undertow_2.2.12-1.dsc 2.7 KiB bd05897adc15c0b578168c19133ef9ef31553bb57c3f141b4e228d2c8713bf83
undertow_2.2.12.orig.tar.gz 1.2 MiB 795f175cde3292baf707ea4052d7ec403cf04f1762816c592cbe5e82fa02716e
undertow_2.2.12-1.debian.tar.xz 7.7 KiB cd582349641dd8f83ddc9dc8f54af6bc8efc187df922bdcb9b9592cdbb1fcc5e

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.