| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Spec file cleanup
- Update to 0.5:
* 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.
* 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.
- Build with source and target levels 8
- Distribute commons-discovery as maven artifact
- Added build support for Enterprise Linux.
- Specify java target and source version to 1.6 in order to allow building with jdk9
- Cleanup with spec-cleaner a bit - Do not disable bytecode check but rather set the versions to ant
- disable bytecode check on sle_11 - removed %mkrel from Version
- provide osgi(org.apache.commons.discovery) to satisfy axis
- Move from jpackage-utils to javapackage-tools