Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0dd4961e848d782e3cdf134ab4128a0a > files > 4

apache-commons-discovery-0.5-5.mga4.noarch.rpm

$Id: RELEASE-NOTES.txt 1097166 2011-04-27 16:13:43Z sebb $


                          Commons Discovery Package
                                Version 0.5
                               Release Notes


INTRODUCTION
============

This is an APIs update and maintenance release.
New projects are encouraged to use this release of discovery.

IMPORTANT NOTES
===============

BREAKING CHANGES:

 * The minimum JDK requirement is now JDK 1.5. The provided binaries will not
   work on lower JDKs. The source has been updated to leverage Generics and
   other JDK 1.5 features where possible, and requires JDK 1.5 to compile.

Dependencies
=============
Commons Discovery depends on Commons Logging. It is built against version 1.1.1.

NEW FEATURES
=============
* Discovery APIs use Java5 Generics.

BUGS FROM PREVIOUS RELEASE
=========================

JIRA Issues Addressed
---------------------
* DISCOVERY-3 (https://issues.apache.org/jira/browse/DISCOVERY-3)
* DISCOVERY-6 (https://issues.apache.org/jira/browse/DISCOVERY-6)
* DISCOVERY-7 (https://issues.apache.org/jira/browse/DISCOVERY-7)
* DISCOVERY-9 (https://issues.apache.org/jira/browse/DISCOVERY-9)
* DISCOVERY-11 (https://issues.apache.org/jira/browse/DISCOVERY-11)
* DISCOVERY-12 (https://issues.apache.org/jira/browse/DISCOVERY-12)
* DISCOVERY-14 (https://issues.apache.org/jira/browse/DISCOVERY-14)
* DISCOVERY-15 (https://issues.apache.org/jira/browse/DISCOVERY-15)
* DISCOVERY-16 (https://issues.apache.org/jira/browse/DISCOVERY-16)
* DISCOVERY-17 (https://issues.apache.org/jira/browse/DISCOVERY-17)

Known bugs/limitations
---------------------
resource.classes.DiscoverClasses doesn't work with Oracle embedded JVM in DBMS,
see DISCOVERY-13 (https://issues.apache.org/jira/browse/DISCOVERY-13)

DEPRECATIONS
============
Classes in org.apache.commons.discovery.log package have been deprecated,
depending on Apache Commons Logging 1.1.1 there is no more circular dependency
between Apache Commons Discovery and Apache Commons Logging.

setLog(org.apache.commons.logging.Log) methods have been deprecated too,
they are not thread-safe.