+1 There are some odd stack traces in the source build from bnd tools - looks like we may need to add some additional excludes or it may be java8 bits that bnd cannot parse. It is a little ugly need not be a blocker.
eg: [*INFO*] *--- *maven-bundle-plugin:2.3.7:manifest *(bundle-manifest)* @ activemq-web-demo* ---* java.lang.ArrayIndexOutOfBoundsException: 15 at aQute.lib.osgi.Clazz.parseClassFile(Clazz.java:448) at aQute.lib.osgi.Clazz.parseClassFile(Clazz.java:369) at aQute.lib.osgi.Clazz.parseClassFileWithCollector(Clazz.java:359) at aQute.lib.osgi.Clazz.parseClassFile(Clazz.java:349) at aQute.lib.osgi.Analyzer.analyzeJar(Analyzer.java:1725) at aQute.lib.osgi.Analyzer.analyzeBundleClasspath(Analyzer.java:1618) at aQute.lib.osgi.Analyzer.analyze(Analyzer.java:124) at aQute.lib.osgi.Builder.analyze(Builder.java:306) at aQute.lib.osgi.Analyzer.calcManifest(Analyzer.java:301) at aQute.lib.osgi.Builder.build(Builder.java:73) at org.apache.felix.bundleplugin.ManifestPlugin.getAnalyzer(ManifestPlugin.java:201) at org.apache.felix.bundleplugin.ManifestPlugin.getManifest(ManifestPlugin.java:114) at org.apache.felix.bundleplugin.ManifestPlugin.execute(ManifestPlugin.java:69) at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:264) at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:255) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345) at org.apache.maven.cli.MavenCli.main(MavenCli.java:191) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) On Wed, 28 Jun 2017 at 17:01 Timothy Bish <[email protected]> wrote: > +1 > > * Built from source and ran the smoke tests > * Verified with Apache RAT that the license is present in the source files > * Checked the SRC and BIN archives for License and NOTICE files > * Ran the binary broker and tested the webconsole and ran some sample > clients against it > * Validated the signatures and checksums > > > On Tue, Jun 27, 2017 at 1:59 PM, Christopher Shannon < > [email protected]> wrote: > > > Hi Everyone, > > > > I have created the ActiveMQ 5.15.0 release and it's ready for a vote. > Note > > that this release bumps the required Java version to Java 8. > > > > The list of resolved issues is here: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje > > ctId=12311210&version=12338054 > > > > You can get binary distributions here: > > https://repository.apache.org/content/repositories/orgapache > > activemq-1137/org/apache/activemq/apache-activemq/5.15.0/ > > > > Source archives are here: > > https://repository.apache.org/content/repositories/orgapache > > activemq-1137/org/apache/activemq/activemq-parent/5.15.0/ > > > > Maven repository is at: > > > https://repository.apache.org/content/repositories/orgapacheactivemq-1137/ > > > > Source tag: > > https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=com > > mit;h=5f0d6943cb97b0570bf8d58e8eaf9f0003a5cb6c > > > > Please vote to approve this release. The vote will remain open for 72 > > hours. > > > > [ ] +1 Release the binary as Apache ActiveMQ 5.15.0 > > [ ] -1 (provide specific comments) > > > > Here's my +1 > > > > > > -- > -- > Tim Bish >
