Also I found another bug for J2SE1.4 or CDC FP 1.1 regarding
JarEntry.getCodeSigners()
as well. (It is OK for me to fix it for 3.0.8 release):
java.lang.NoSuchMethodException: java.util.jar.JarEntry.getCodeSigners()
at java.lang.Class.getMethod(Class.java:986)
at
org.apache.felix.framework.security.verifier.BundleDNParser.<clinit>(BundleDNParser.java:62)
at
org.apache.felix.framework.SecurityProviderImpl.<init>(SecurityProviderImpl.java:53)
at
org.apache.felix.framework.SecurityActivator.start(SecurityActivator.java:204)
at
org.apache.felix.framework.util.SecureAction$Actions.run(SecureAction.java:1243)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:620)
at
org.apache.felix.framework.ExtensionManager.startExtensionBundle(ExtensionManager.java:394)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2610)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2429)
at
org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:121)
at
org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:107)
at
org.apache.felix.main.AutoProcessor.processAutoDeploy(AutoProcessor.java:173)
at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:78)
at org.apache.felix.main.Main.main(Main.java:291)
Best regards,
On Tue, 28 Dec 2010 10:31:55 +0900
Ikuo Yamasaki <[email protected]> wrote:
Ikuo> Hi all,
Ikuo>
Ikuo> Although I am not sure I have right to vote,
Ikuo> I found one problem for "3.0.7".
Ikuo>
Ikuo> The fix introduced for https://issues.apache.org/jira/browse/FELIX-2700
Ikuo> contains another bug: Neither J2SE1.4 nor CDC 1.1 does not have
Ikuo> Boolean.parseBoolean(). The method should not be used.
Ikuo> See the stack trace.
Ikuo>
Ikuo> ---
Ikuo> Exception in thread "main" java.lang.NoSuchMethodError:
java.lang.Boolean.parseBoolean(Ljava/lang/String;)Z
Ikuo> at
org.apache.felix.framework.cache.BundleCache.<init>(BundleCache.java:113)
Ikuo> at org.apache.felix.framework.Felix.init(Felix.java:593)
Ikuo> at org.apache.felix.main.Main.main(Main.java:288)
Ikuo> ---
Ikuo>
Ikuo> Thank you in advance
Ikuo>
Ikuo> On Sun, 26 Dec 2010 22:38:04 +0100
Ikuo> Karl Pauls <[email protected]> wrote:
Ikuo>
Ikuo> Karl> I would like to call a vote on the following subproject releases:
Ikuo> Karl>
Ikuo> Karl> framework 3.0.7
Ikuo> Karl> framework.security 1.4.1
Ikuo> Karl> main 3.0.7
Ikuo> Karl> main.distribution 3.0.7
Ikuo> Karl>
Ikuo> Karl> Staging repositories:
Ikuo> Karl>
https://repository.apache.org/content/repositories/orgapachefelix-042/
Ikuo> Karl>
Ikuo> Karl> You can use this UNIX script to download the release and verify the
signatures:
Ikuo> Karl> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
Ikuo> Karl>
Ikuo> Karl> Usage:
Ikuo> Karl> sh check_staged_release.sh 042 /tmp/felix-staging
Ikuo> Karl>
Ikuo> Karl> Please vote to approve this release:
Ikuo> Karl>
Ikuo> Karl> [ ] +1 Approve the release
Ikuo> Karl> [ ] -1 Veto the release (please provide specific comments)
Ikuo>
Ikuo> =======
Ikuo> Ikuo YAMASAKI
Ikuo>
Ikuo>
=======
Ikuo YAMASAKI