libspi-java 0.2.4-3 source package in Ubuntu

Changelog

libspi-java (0.2.4-3) unstable; urgency=medium

  * Team upload.
  * The timestamp in the META-INF/services/* files now use a fixed timezone
  * Build with the DH sequencer instead of CDBS
  * Standards-Version updated to 4.4.0
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs
  * Changed the priority from extra to optional

 -- Emmanuel Bourg <email address hidden>  Fri, 13 Sep 2019 11:05:31 +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
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libspi-java_0.2.4-3.dsc 2.0 KiB 8b98b6b2ffba746548223db717f80698ced508d4b7290bf06f438efa14449044
libspi-java_0.2.4.orig.tar.gz 7.4 KiB a242f6d368743a207878e492b86cc0d5e4083f1e053922e29c4ae69babcb30a6
libspi-java_0.2.4-3.debian.tar.xz 2.8 KiB 474fecd19b024a26502c519836439da373c5640dfef38c604c40552624fbf95b

Available diffs

No changes file available.

Binary packages built by this source

libspi-java: Simplifies usage of Java Service Provider Interface

 The usage of the Service Provider Interface in Java is a great way to make your
 program more extensible. However, implementing and distributing such an
 Interface is error prone.
 .
 One of the reasons is that the system depends on naming schemes and text files.
 The name of an implementation should be put in a text file, located on the
 classpath in a folder called META-INF/services/<qualified interface name>.
 .
 This project allows the programmer to use an Annotation, @ProviderFor, to flag
 a class as an implementation of a certain interface. During compilation, the
 necessary files are created at the appropriate locations. Also, the class is
 inspected to see if it follows all rules applicable to Service Providers.
 Compile time errors will be generated if those rules are broken, assisting the
 programmer to create more robust code.

libspi-java-doc: No summary available for libspi-java-doc in ubuntu kinetic.

No description available for libspi-java-doc in ubuntu kinetic.