Hi Chris Thanks for the update. It’s weird that I don’t have any problem on my machine or Jenkins.
Let me check. Regards JB > Le 9 août 2021 à 16:02, Christopher Shannon <[email protected]> > a écrit : > > -1, upgrading the maven-assembly-plugin broke the build on my system. > Getting the typical issue with the group id being too large, not sure > why it didn't break before but breaks after the update. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (unix-bin) on > project apache-activemq: Execution unix-bin of goal > org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single failed: group > id '<removed>' is too big ( > 2097151 ). Use STAR or POSIX extensions to > overcome this limit > > This line needs to be changed from "gnu" to "posix": > > https://github.com/apache/activemq/blob/2eac6d59de22eda06e71b8ec87ed65f61dbdcbdd/pom.xml#L1061 > > <tarLongFileMode>posix</tarLongFileMode> > > See: > https://maven.apache.org/plugins/maven-assembly-plugin/faq.html#tarFileModes > >> On Fri, Aug 6, 2021 at 1:14 PM Jean-Baptiste Onofré <[email protected]> >> wrote: >> >> Hi everyone, >> >> I submit Apache ActiveMQ 5.16.3 release to your vote. >> >> 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-1232/ >> >> 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 >>
