On Tue, 10 Aug 2021 at 08:08, Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > > Hi everyone, > > I submit Apache ActiveMQ 5.16.3 release to your vote (take #2). This new > vote fixes the assembly long path issue on some environment (AMQ-8352). > > This release includes important fixes and updates on the 5.16.x series, > especially: > - include java.util package in the deserialization enforcement > - logging improvements on STOMP transport > - improvement on Karaf features to avoid cascading refresh > - fix on couple of potential deadlocks > - several dependencies updates > > Please take a look on the Release Notes for details: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12350105 > > Maven staging repository is: > https://repository.apache.org/content/repositories/orgapacheactivemq-1237/ > > Dist staging repository is: > https://dist.apache.org/repos/dist/dev/activemq/activemq/5.16.3/ > > Git tag: > activemq-5.16.3 > > 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
+1 (non-binding) I checked things over as follows: - Verified the signature + checksum files. - Checked for LICENCE + NOTICE files present in the archives. - Checked licence headers in the source archive by running: "mvn apache-rat:check" * - Ran the source build, and the AMQP integration tests, on JDK8. - Ran the Qpid JMS 1.1.0 HelloWorld against a broker started from the binary archive on JDK11. * RAT failed on the DEPENDENCIES file as the build wasnt configured to exclude it, ignore it (since its generated), or to use a newer version of RAT which already does so. Robbie