libpicocontainer1-java 1.3-4 source package in Ubuntu

Changelog

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

  * Fixed the build failure with OpenJDK 17 (Closes: #1011555)

 -- Emmanuel Bourg <email address hidden>  Fri, 27 May 2022 15:46:15 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpicocontainer1-java_1.3-4.dsc 2.1 KiB 1884bd96154ff350c616cf1408beb9e4fb2adfdb540b80916da16e7d0c87f7e4
libpicocontainer1-java_1.3.orig.tar.xz 119.8 KiB 938e6c5a4a850db7bdb5bb88938a0522e0e7ecb4feb9d849c32fdda6417e13c2
libpicocontainer1-java_1.3-4.debian.tar.xz 4.8 KiB ab6bb250aebdbc69256fe3a839062da748de54d2bccb8408bbfc96eabece4f28

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.