logback 1:1.2.11-1 source package in Ubuntu

Changelog

logback (1:1.2.11-1) unstable; urgency=medium

  * New upstream version 1.2.11
    - Backported fix for StackOverflowError (LOGBACK-1027)
    - Fixed incorrect String cast in JNDIUtil (LOGBACK-1604)
    - Empty username in SMTPAppenderBase treated as null. (LOGBACK-1594)

 -- tony mancill <email address hidden>  Tue, 22 Mar 2022 20:36:14 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe java

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
logback_1.2.11-1.dsc 2.3 KiB cb6c3013059e6e3eee50105142931f775875a2cc7db5ab9040aa632b6086f484
logback_1.2.11.orig.tar.xz 2.8 MiB 452d3357f26acacc49027e81ab18a8fdc96ecf4a7866261ec869e4e93e743778
logback_1.2.11-1.debian.tar.xz 10.9 KiB 20ad3ac61083157c6d59e1b172703d69a20024a08efc513d797fa8dea798d4c2

Available diffs

No changes file available.

Binary packages built by this source

liblogback-java: No summary available for liblogback-java in ubuntu kinetic.

No description available for liblogback-java in ubuntu kinetic.

liblogback-java-doc: flexible logging library for Java - documentation

 Logback is a reliable, generic, fast and flexible logging library for Java.
 It's intended as a successor to the popular log4j project.
 .
 The logback-core module lays the groundwork for the other two modules.
 .
 The logback-classic module can be assimilated to a significantly improved
 version of log4j. Moreover, logback-classic natively implements the SLF4J API
 so that you can readily switch back and forth between logback and other
 logging systems such as log4j or java.util.logging (JUL).
 .
 The logback-access module integrates with Servlet containers, such as Tomcat
 and Jetty, to provide HTTP-access log functionality.
 .
 This package provides the API documentation and manual for Logback.