Hi all, Although I am not sure I have right to vote, I found one problem for "3.0.7".
The fix introduced for https://issues.apache.org/jira/browse/FELIX-2700 contains another bug: Neither J2SE1.4 nor CDC 1.1 does not have Boolean.parseBoolean(). The method should not be used. See the stack trace. --- Exception in thread "main" java.lang.NoSuchMethodError: java.lang.Boolean.parseBoolean(Ljava/lang/String;)Z at org.apache.felix.framework.cache.BundleCache.<init>(BundleCache.java:113) at org.apache.felix.framework.Felix.init(Felix.java:593) at org.apache.felix.main.Main.main(Main.java:288) --- Thank you in advance On Sun, 26 Dec 2010 22:38:04 +0100 Karl Pauls <[email protected]> wrote: Karl> I would like to call a vote on the following subproject releases: Karl> Karl> framework 3.0.7 Karl> framework.security 1.4.1 Karl> main 3.0.7 Karl> main.distribution 3.0.7 Karl> Karl> Staging repositories: Karl> https://repository.apache.org/content/repositories/orgapachefelix-042/ Karl> Karl> You can use this UNIX script to download the release and verify the signatures: Karl> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh Karl> Karl> Usage: Karl> sh check_staged_release.sh 042 /tmp/felix-staging Karl> Karl> Please vote to approve this release: Karl> Karl> [ ] +1 Approve the release Karl> [ ] -1 Veto the release (please provide specific comments) ======= Ikuo YAMASAKI
