guice 4.2.3-2 source package in Ubuntu

Changelog

guice (4.2.3-2) unstable; urgency=medium

  * Build and install the no_aop artifact (Closes: #948309)
  * Build depend on libservlet-api-java instead of libservlet3.1-java
  * No longer use the 3.x Spring artifact
  * Removed the -java-doc package
  * Standards-Version updated to 4.5.1
  * No longer track the release candidates

 -- Emmanuel Bourg <email address hidden>  Tue, 19 Jan 2021 16:16:47 +0100

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
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
guice_4.2.3-2.dsc 2.2 KiB 94884d125077c91856094c66a58230d183503793d405bca1204b5964575c62e9
guice_4.2.3.orig.tar.xz 443.4 KiB c4fd68fbc94ca21d3527a74ff71d10c368079e4bf35c3a0720f10092a1e57514
guice_4.2.3-2.debian.tar.xz 4.4 KiB a2d36494cfa9b096785f9f09174b617b9bf9df75df1b48324cc280ad337cfd50

Available diffs

No changes file available.

Binary packages built by this source

libguice-java: lightweight dependency injection framework for Java 5 and above

 Guice provides support for dependency injection using annotations to
 configure Java objects. Dependency injection is a design pattern whose
 core principle is to separate behavior from dependency resolution.
 .
 Guice allows implementation classes to be programmatically bound to
 an interface, then injected into constructors, methods or fields
 using an @Inject annotation. When more than one implementation of
 the same interface is needed, the user can create custom annotations
 that identify an implementation, then use that annotation when
 injecting it.