libcommons-discovery-java 0.5-3ubuntu1 source package in Ubuntu
Changelog
libcommons-discovery-java (0.5-3ubuntu1) quantal; 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-3) unstable; urgency=low * Team upload. * Add --java-lib option to pom file to fix FTBFS. (Closes: #663106) * Bump standards version to 3.9.3 (no changes). * Remove Michael Koch from Uploaders. (Closes: #654053) -- James Page <email address hidden> Mon, 28 May 2012 17:18:46 +0100
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Quantal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | libs | |
Bionic | release | universe | libs | |
Xenial | release | universe | libs | |
Trusty | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcommons-discovery-java_0.5.orig.tar.gz | 88.3 KiB | b938f774fee088f9aacc17ff51f7ed47a47bd9fb21d190da837a50f547e11854 |
libcommons-discovery-java_0.5-3ubuntu1.debian.tar.gz | 8.4 KiB | d57ba87476ad8e4b18fd124b941b039d7f0b8ba215a4535a34c7199b0be606e5 |
libcommons-discovery-java_0.5-3ubuntu1.dsc | 2.5 KiB | aa896270a053f2b1090583faf0c249d0f6412d3887a0e7aa5bcb1a996a69f75a |
Available diffs
- diff from 0.5-2ubuntu2 to 0.5-3ubuntu1 (1.4 KiB)
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: No summary available for libcommons-discovery-java-doc in ubuntu yakkety.
No description available for libcommons-
discovery- java-doc in ubuntu yakkety.