Yeah, it’s just weird that I didn’t have issue On my Linux and mac machines. Let me check and test on different platform. I will cancel the vote and submit a new vote.
Thanks Regards JB > Le 9 août 2021 à 18:40, Christopher Shannon <[email protected]> > a écrit : > > Whether or not it breaks just depends on the environment it's run in so it > won't break for everyone. I think it only breaks if the path is longer than > a certain number of characters. > > But since I am able to build 5.16.2 just fine I think this should be fixed > before releasing 5.16.3 because something clearly changed with the new > plugin upgrade. > > I don't know how setting posix would affect windows (not sure if anyone is > trying to build in windows or not) but it should work in linux and for Macs. > >> On Mon, Aug 9, 2021 at 12:21 PM JB Onofré <[email protected]> wrote: >> >> 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 >>>> >> >>
