libcommons-discovery-java 0.5-2ubuntu1 source package in Ubuntu

Changelog

libcommons-discovery-java (0.5-2ubuntu1) precise; urgency=low

  * Merge from Debian testing.  Remaining changes:
    - d/control: Switch Build-Deps from maven to ant, fix Depends on
      binary packages.
    - d/rules: Switch from maven to ant cdbs build and ensure that junit4
      is used to execute unit tests.
    - d/ant.properties: Specify build overrides for upstream build.xml
      to support use of system Java libraries.
    - d/libcommons-discovery-java-doc.install: install API docs from ant
      build output.
    - d/patches/fix_junit4_tests.diff: fix build process to execute
      tests using the junit ant task rather than executing junit directly
      in order to support use of JUnit4 annotations.

libcommons-discovery-java (0.5-2) unstable; urgency=low

  * Add OSGi metadata to jar manifest
 -- James Page <email address hidden>   Thu, 09 Feb 2012 16:15:30 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main libs

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-discovery-java_0.5.orig.tar.gz 88.3 KiB b938f774fee088f9aacc17ff51f7ed47a47bd9fb21d190da837a50f547e11854
libcommons-discovery-java_0.5-2ubuntu1.debian.tar.gz 8.2 KiB 989bca7595ba8fee2f2c62685ab1b8719bdd5986b05f4f0f5cbad63adce8a216
libcommons-discovery-java_0.5-2ubuntu1.dsc 2.5 KiB 60ebdc868951856bfbddd20a0a1d74070053eca8a2923a65db0259eabd698bab

Available diffs

View changes file

Binary packages built by this source

libcommons-discovery-java: locates classes that implement a given Java interface

 The Discovery Component is about discovering, or finding,
 implementations for pluggable interfaces. It provides facilities
 instantiating classes in general, and for lifecycle management of
 singleton (factory) classes.
 .
 Fundamentally, Discovery locates classes that implement a given Java
 interface. The discovery pattern, though not necessarily this package,
 is used in many projects including JAXP (SaxParserFactory and others)
 and commons-logging (LogFactory). By extracting this pattern, other
 projects can (re)use it and take advantage of improvements to the
 pattern as Discovery evolves.
 .
 Discovery improves over previous implementations by establishing
 facilities for working within managed environments. These allow
 configuration and property overrides without appealing to the global
 System properties (which are scoped across an entire JVM).

libcommons-discovery-java-doc: locates classes that implement a given Java interface (documentation)

 The Discovery Component is about discovering, or finding,
 implementations for pluggable interfaces. It provides facilities
 instantiating classes in general, and for lifecycle management of
 singleton (factory) classes.
 .
 Fundamentally, Discovery locates classes that implement a given Java
 interface. The discovery pattern, though not necessarily this package,
 is used in many projects including JAXP (SaxParserFactory and others)
 and commons-logging (LogFactory). By extracting this pattern, other
 projects can (re)use it and take advantage of improvements to the
 pattern as Discovery evolves.
 .
 Discovery improves over previous implementations by establishing
 facilities for working within managed environments. These allow
 configuration and property overrides without appealing to the global
 System properties (which are scoped across an entire JVM).
 .
 This package contains the documentation.