undertow 1.4.23-2build1 source package in Ubuntu

Changelog

undertow (1.4.23-2build1) bionic; urgency=medium

  * No-change rebuild to pick up correct dependency on jboss-classfilewriter.

 -- Matthias Klose <email address hidden>  Tue, 27 Mar 2018 18:42:02 +0800

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
undertow_1.4.23.orig.tar.gz 1.1 MiB 4be5486812d0dd2d824a90684e6f739a7c3f7e13678d0a2799ea3376c02c3203
undertow_1.4.23-2build1.debian.tar.xz 7.2 KiB 0daa3a96ac60a7e64ace76e6b91bc3cd4c18f6262c844e9552786d2dffe6a2cc
undertow_1.4.23-2build1.dsc 2.6 KiB 67fd3d9420da6aa3dcf790f9fc5196955653862142ade83aad6323e818b99c24

View changes file

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 3.1 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.