Hi all, At long last, I am ready to cut a new Web Console release. The cornerstones of this release will be:
- Require Java 1.4 (and use Generics with the jsr14 target compilation) - Most requirements are dynamically imported (except Metatype where we use Import-Package shadowing of embedded classes) - Updated to parent POM 2.1 and Bundle plugin 2.3.6 - Updated package export to 3.1.4 (there were some bug fixes) - The release will be a minor release update; hence 3.2.0 See also https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12316160 There is one last bug assigned to this release: FELIX-3105 WebConsole bundle should export packages from embedded jars [1] I think we can write this off since I removed the build setup in FELIX-3279 [2] and do not embed the Commons FileUpload and IO libraries any longer. So these don't have to be re-exported but are instead imported (and required). Comments ? Regards Felix [1] https://issues.apache.org/jira/browse/FELIX-3105 [2] https://issues.apache.org/jira/browse/FELIX-3279
