[ANNOUNCE] ActiveMQ Artemis 2.25.0 release

2022-09-08 Thread Clebert Suconic
I am pleased to announce the release of ActiveMQ Artemis 2.25.0 release Downloads are now available at: https://activemq.apache.org/components/artemis/download/ For a complete list of updates: https://activemq.apache.org/components/artemis/download/release-notes-2.25.0 We improved Flow contr

Re: maven stuck

2022-09-08 Thread Robbie Gemmell
I looked into why the repository definition was there originally and decided to update the examples root pom to just disable looking at the snapshots repo for release artifacts, which it should never be doing: https://github.com/apache/activemq-artemis/commit/065bfe14f532858f2c2a20b0afb1a226b08ce01

Re: maven stuck

2022-09-08 Thread Robbie Gemmell
That is trying to download release artifacts from the snapshots repository which it shouldnt be doing. Seems like the examples are incorrectly [and unnecessarily] adding a repo definition that is letting it do that. Yep, the root examples/pom.xml has some repositories defined...delete them. Them b

Aw: Re: maven stuck

2022-09-08 Thread Benny K
Hi Domenico. thank you for your answer. ping IPv4 and IPv6 seems to be ok: $ ping repository.apache.org PING repository.apache.org(2a01:4f8:171:1513::2 (2a01:4f8:171:1513::2)) 56 data bytes 64 bytes from 2a01:4f8:171:1513::2 (2a01:4f8:171:1513::2): icmp_seq=1 ttl=56 time=23.8 ms 64 bytes from

Re: maven stuck

2022-09-08 Thread Domenico Francesco Bruscino
Hi Benjamin, maybe your IP is banned, check if your IP is banned, pinging repository.apache.org, if your IP isn't banned you should get: $ ping repository.apache.org PING repository.apache.org (136.243.146.148) 56(84) bytes of data. 64 bytes from static.148.146.243.136.clients.your-server.de (136.

maven stuck

2022-09-08 Thread Benny K
Hi there, hope your doing fine. unfortunaltey no one is answering in slack just trying to have a look at the examples cd /opt/apache-artemis-2.24.0/examples/features/ha/client-side-failoverlistener sudo mvn verify its always stuck on some downloads... [INFO] Scanning for projects... Downloadi