libpicocontainer1-java 1.3-3 source package in Ubuntu

Changelog

libpicocontainer1-java (1.3-3) unstable; urgency=medium

  * Team upload.
  * Switch to debhelper-compat = 13.
  * Declare compliance with Debian Policy 4.6.0.
  * Depend on xpp3 artifact instead of xpp3_min.
  * Extend the xstream whitelist to prevent a ForbiddenClassException.
    (Closes: #997580)

 -- Markus Koschany <email address hidden>  Sat, 13 Nov 2021 18:01:32 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpicocontainer1-java_1.3-3.dsc 2.3 KiB 62d39890f4a10e448c10e05d0c89db1160189a29f933e75d9e14d23160a75632
libpicocontainer1-java_1.3.orig.tar.xz 119.8 KiB 938e6c5a4a850db7bdb5bb88938a0522e0e7ecb4feb9d849c32fdda6417e13c2
libpicocontainer1-java_1.3-3.debian.tar.xz 4.6 KiB afe7b7598356cd8816143ec46b7973ca872fc3eca5df89b5b7be90bd58006fe9

Available diffs

No changes file available.

Binary packages built by this source

libpicocontainer1-java: Java library implementing the Dependency Injection pattern

 PicoContainer is a highly embeddable full service Inversion of Control
 (IoC) container for components honour the Dependency Injection pattern.
 It can be used as a lightweight alternative to Sun's J2EE patterns for
 web applications or general solutions.
 .
 Despite it being very compact in size (the core is ~128K and it has no
 mandatory dependencies outside the JDK), PicoContainer supports
 different dependency injection types (Constructor, Setter, Annotated
 Field and Method) and offers multiple lifecycle and monitoring
 strategies.