I've staged a release candidate for the next set of bundles. This release is the big one - it gets blueprint-bundle released, along with proxy and jndi uber-bundles. There are only a few bits of Aries function and the itests left to go out. This release also has the respun transaction.blueprint and ejb.modeller bundles from the last release.
The novel thing about this release is that we have our first 1.0.1 bundle; as Tim correctly pointed out, the jmx.blueprint.core bundle exported the org.apache.aries.jmx.blueprint.codec package at version 0.0.0, which needs to be corrected before the jmx.blueprint.core bundle is wrapped up into the jmx.blueprint uber-bundle. I think we also want to get the correctly versioned package out into the field before any users pick it up. WHAT'S BEEN RELEASED? The modules are staged and tagged as follows: blueprint-bundle https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint-1.0.0 proxy-bundle https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy-1.0.0 jndi-bundle https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jndi-1.0.0 jmx-blueprint-core https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jmx.blueprint.core-1.0.1 application-deployment-management https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.application.deployment.management-1.0.0 transaction-blueprint https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.transaction.blueprint-1.0.0 ejb-modeller https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.ejb.modeller-1.0.0 VERIFYING THE RELEASE Instructions for verifying the release are at http://aries.apache.org/development/verifyingrelease.html. Alternately, cut and paste the following to run a full check: wget --no-check-certificate https://svn.apache.org/repos/asf/aries/scripts/verify_staged_release.sh chmod a+x verify_staged_release.sh ./verify_staged_release.sh 095 mytempdirectory 2>&1 | tee verifyresults.txt grep FAIL verifyresults.txt grep ERROR verifyresults.txt SOURCE ZIPS Artifacts are in one staged repo, https://repository.apache.org/content/repositories/orgapachearies-095/. Links to the *.zip files for each module are provided below: https://repository.apache.org/content/repositories/orgapachearies-095/org/apache/aries/application/org.apache.aries.application.deployment.management/1.0.0/org.apache.aries.application.deployment.management-1.0.0-source-release.zip https://repository.apache.org/content/repositories/orgapachearies-095/org/apache/aries/blueprint/org.apache.aries.blueprint/1.0.0/org.apache.aries.blueprint-1.0.0-source-release.zip https://repository.apache.org/content/repositories/orgapachearies-095/org/apache/aries/ejb/org.apache.aries.ejb.modeller/1.0.0/org.apache.aries.ejb.modeller-1.0.0-source-release.zip https://repository.apache.org/content/repositories/orgapachearies-095/org/apache/aries/jmx/org.apache.aries.jmx.blueprint.core/1.0.1/org.apache.aries.jmx.blueprint.core-1.0.1-source-release.zip https://repository.apache.org/content/repositories/orgapachearies-095/org/apache/aries/jndi/org.apache.aries.jndi/1.0.0/org.apache.aries.jndi-1.0.0-source-release.zip https://repository.apache.org/content/repositories/orgapachearies-095/org/apache/aries/proxy/org.apache.aries.proxy/1.0.0/org.apache.aries.proxy-1.0.0-source-release.zip https://repository.apache.org/content/repositories/orgapachearies-095/org/apache/aries/transaction/org.apache.aries.transaction.blueprint/1.0.0/org.apache.aries.transaction.blueprint-1.0.0-source-release.zip The RAT and IANAL build checks passed. Note that, although RAT is configured to ignore *.MF and other files that do not require the ASF licence, theses files are still reported incorrectly as RAT failures. As before, archetype-catalog.xml files fail the SHA checks but probably shouldn't be checked. There are also some spurious RAT warnings for NOTICE.vm files. COMPLIANCE TESTS The CT reports can be viewed at http://aries.apache.org/downloads/ct/1.0.0/, and the previous set of reports are at http://aries.apache.org/downloads/ct/0.3/ org.osgi.test.cases.blueprint.html:7 (5) /org.osgi.test.cases.blueprint.java5.html:0 (0) org.osgi.test.cases.blueprint.secure.html:0 (0) org.osgi.test.cases.jmx.html:18 (18) org.osgi.test.cases.jndi.html:7 (3, or 5 when run on recent Sun VMs) org.osgi.test.cases.jndi.secure.html:0 (0) org.osgi.test.cases.transaction.html:0 (0) The vote will be open for 72 hours, closing Wednesday night. [ ] +1 [ ] 0 [ ] -1
