Hi Robbie, I found the cause: the prepare-release.sh script use sha512sum which doesn’t exist on my Mac. So, I have created a script sha512sum but made a mistake here and it’s taking file my local repo instead of remote. I removed the script to replace with an alias (alias sha512sum="shasum -a 512"). It should be better, and we can test on the 5.15.15 #2 vote.
Regards JB > Le 7 avr. 2021 à 16:10, Robbie Gemmell <[email protected]> a écrit : > > The -bin artifacts in the dist dev area differ from those in the maven > staging repo, as previously reported for the prior release. These > files should be the same, and would be if following the documented > process or common alternatives, so I dont quite understand how this is > still occurring. Especially as it seems the source archives do match > this time unlike with the previous report. > > It's also surprising to see 5.15.15 under vote rather than 5.16.2, > given previous discussion around doing 5.16.2 first. > > Robbie > > On Tue, 6 Apr 2021 at 07:30, Jean-Baptiste Onofre <[email protected]> wrote: >> >> Hi everyone, >> >> I submit Apache ActiveMQ 5.15.15 to your vote. This release includes >> important fixes and updates, especially: >> - Shiro, Spring, xstream, jetty upgrades >> - fixes on WebConsole when destination name contains + >> - fixes and improvements on the Karaf features to avoid breaking Karaf http >> commands and refresh >> - improved serialization security to avoid impact on xstream ack processing >> >> Please take a look on the Release Notes for details: >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12349417 >> >> <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12349417> >> >> The Maven staging repository is: >> https://repository.apache.org/content/repositories/orgapacheactivemq-1226/ >> <https://repository.apache.org/content/repositories/orgapacheactivemq-1226/> >> >> The dist staging repository is: >> https://dist.apache.org/repos/dist/dev/activemq/activemq/5.15.15/ >> <https://dist.apache.org/repos/dist/dev/activemq/activemq/5.15.15/> >> >> Git tag: >> activemq-5.15.15 >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] -1 Don't approve the release (please provide specific comments) >> >> This vote will be open for at least 72 hours. >> >> Thanks ! >> Regards >> JB
