Justin Bertram
5f7faa47cc
NO-JIRA doc syntax/formatting updates
2023-11-07 16:55:55 -06:00
Robbie Gemmell
7ccc4b3a8f
ARTEMIS-4492: update logging docs to match current config after ARTEMIS-4428
2023-11-07 12:36:32 +00:00
Robbie Gemmell
808272fc63
ARTEMIS-4478: have the docs reference the version used by the release
2023-11-07 12:12:14 +00:00
Robbie Gemmell
b59813336e
ARTEMIS-4491: update to ActiveMQ 5.18.3
2023-11-06 13:16:52 +00:00
Robbie Gemmell
66dd52fcf2
ARTEMIS-4490: update to SLF4J 2.0.9
2023-11-03 17:55:48 +00:00
Robbie Gemmell
fda83f6924
ARTEMIS-4489: update to karaf 4.4.4
2023-11-03 13:38:31 +00:00
Erwin Dondorp
a6b107dd8a
ARTEMIS-4486 add missing bits from metrics documentation
2023-11-03 09:30:32 +01:00
Robbie Gemmell
56cd29bf66
ARTEMIS-4478: update to log4j 2.21.1
2023-10-31 09:18:15 +00:00
Robbie Gemmell
a9cb46835a
NO-JIRA: update example again, so that it isnt inconsistent with the prior example as originally
2023-10-31 09:10:27 +00:00
Clebert Suconic
d76550ad04
NO-JIRA: mention of the artemis-web usage on the report
2023-10-30 17:34:29 -04:00
Robbie Gemmell
447220cf84
NO-JIRA: fix up some release steps and examples, tweak some to use consistent version throughout
2023-10-30 10:51:02 +00:00
Robbie Gemmell
544b81595f
NO-JIRA: update user-manual versions page for 2.31.2
2023-10-27 14:01:54 +01:00
Robbie Gemmell
bbe40c4b45
[maven-release-plugin] prepare for next development iteration
2023-10-27 11:14:45 +01:00
Robbie Gemmell
f4bccc1a26
[maven-release-plugin] prepare release 2.31.2
2023-10-27 11:14:19 +01:00
Robbie Gemmell
9a699c219f
ARTEMIS-4477: drop services file as previously, partially-restores filter removed in ARTEMIS 4435
2023-10-27 09:27:45 +01:00
Clebert Suconic
845648526f
[maven-release-plugin] prepare for next development iteration
2023-10-25 14:45:43 -04:00
Clebert Suconic
5a1c9bf3d1
[maven-release-plugin] prepare release 2.31.1
2023-10-25 14:45:41 -04:00
Clebert Suconic
4fc35035d0
Update versions.adoc
2023-10-25 14:31:24 -04:00
Justin Bertram
28ac22e892
ARTEMIS-4475 upgrade ActiveMQ 'Classic' to 5.17.6
2023-10-25 13:39:25 -04:00
Emmanuel Hugonnet
37273701ea
ARTEMIS-4467 Core client code visibility change required.
...
* Since the constructors in RemotingConnectionImpl can be used from the server and the client.
If the server calling code is in a different classloader then the
constructor can't be called.
* same for the 'active' boolean property of ActiveMQChannelHandler
Issue: https://issues.apache.org/jira/browse/ARTEMIS-4467
Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
2023-10-25 13:39:08 -04:00
Robbie Gemmell
6649ecf963
ARTEMIS-4474: update to zookeeper 3.8.3
2023-10-25 12:21:29 +01:00
Clebert Suconic
9b56d296a3
ARTEMIS-4464 Cleanup on Soak and Smoke tests
...
- removed a few ignored tests
- removed some artemis maven plugin usage and using the CLI directly now
2023-10-24 14:44:24 -04:00
Clebert Suconic
c990ed74d9
ARTEMIS-4471 Mark Maven plugins with threadSafe=true
2023-10-24 14:44:24 -04:00
Clebert Suconic
7c4663a5b6
ARTEMIS-4466 Disable Features verification on non test profiles
2023-10-24 14:44:24 -04:00
Justin Bertram
13a3e84e78
ARTEMIS-4461 make implicit dependencies explicit in artemis-features
2023-10-19 17:22:38 +01:00
Robbie Gemmell
bc93eb3faf
NO-JIRA: also update checks job to ga build
2023-10-18 14:48:30 +01:00
Justin Bertram
055100751c
ARTEMIS-4459 log when ignoring dupe MQTT QoS2 pub
...
In accordance with the QoS2 protocol outlined in the MQTT
specification(s), once the broker receives a PUBLISH then any other
PUBLISH it receives on that same session with the same packet ID must be
ignored until the QoS2 protocol for that ID is completed.
The broker does this, but it doesn't log anything so it's not clear when
this is actually happening.
2023-10-16 20:32:20 -04:00
Clebert Suconic
c46c6f11f6
ARTEMIS-4453 Removing unused parameter from constructor
2023-10-12 12:34:04 -04:00
Justin Bertram
0cdbd2b5ab
NO-JIRA fix AsciiDoc syntax for wildcard doc
2023-10-12 10:56:41 -05:00
Domenico Francesco Bruscino
c27b7b65c7
ARTEMIS-4456 Register metrics plugin
2023-10-12 10:20:58 -05:00
Emmanuel Hugonnet
b8bb560ff0
ARTEMIS-4439: Upgrading Netty to 4.1.100.Final
...
Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
2023-10-11 11:14:44 -04:00
Chao Wang
3392d084a9
ARTEMIS-4435 Add missing MANIFEST.MF content for Artemis artifacts.
2023-10-11 08:12:05 -05:00
Clebert Suconic
45f2789531
ARTEMIS-4453 Asynchronous flow control broken when more than 1000 destinations in the producer
2023-10-10 20:56:31 -04:00
Justin Bertram
ab6f0a3032
ARTEMIS-4453 Lots of addresses breaks cluster bridge flow control
2023-10-10 20:56:31 -04:00
Robbie Gemmell
6dc225c714
NO-JIRA: use release build now that Temurin 21 is out
2023-10-10 16:47:28 +01:00
Domenico Francesco Bruscino
e96a19cdef
ARTEMIS-4457 Upgrade jetty version to 10.0.16
2023-10-10 10:01:47 +01:00
Clebert Suconic
42be518deb
ARTEMIS-4450 Caching hasLocal boolean on bindings to avoid transversing the maps on every call
2023-10-05 14:05:40 -04:00
a181321
4db39520f2
ARTEMIS-4450 - Auto-deleted clustered destinations can cause message loss
2023-10-05 14:05:40 -04:00
Robbie Gemmell
ef5fb0b1f1
ARTEMIS-4451: fix non-SASL AMQP connections when resource audit logging enabled
2023-10-04 16:12:02 +01:00
Robbie Gemmell
260f774c19
ARTEMIS-4437: move plugin into its profile, avoid pre-build snapshot resolve.
...
The prior change from 90ac1e6464
in #4629 causes
the root pom build to resolve the module snapshots and can result in their
download, even though they are in the same reactor to build. This typically
happens daily on a developers machine, and on every build of CI jobs
(depending on prior mvn install's and repo caching being done).
Rather than the profile flipping a proeprty to stop the plugin skipping, the
plugin should be in the profile so it is only active if the profile is.
2023-10-04 12:05:56 +01:00
Domenico Francesco Bruscino
7a55b1d613
ARTEMIS-4444 Support custom directories to add runtime dependencies
...
The system property `artemis.extra.libs` is a comma separated list of
directories that contains jar files, i.e.
```
-Dartemis.extra.libs=/usr/local/share/java/lib1,/usr/local/share/java/lib2
```
The environment variable `ARTEMIS_EXTRA_LIBS` is a comma separated list of
directories that contains jar files and is ignored if the system property
`artemis.extra.libs` is defined, i.e.
```
export ARTEMIS_EXTRA_LIBS=/usr/local/share/java/lib1,/usr/local/share/java/lib2
```
2023-10-03 08:54:27 -04:00
Nandor Soma Abonyi
8d48f8a373
ARTEMIS-4449 Fix url parameter separator in acceptor configuration
2023-10-02 09:01:10 -05:00
Robbie Gemmell
3f2587c85a
NO-JIRA: just use 21-ea (built from the JDK 21 RC1/GA tag) for now while awaiting Temurin 21 GA
2023-10-02 11:33:33 +01:00
Gary Tully
cca027b1cc
ARTEMIS-4443 support broker plugin config via broker properties
2023-10-02 10:54:18 +01:00
Clebert Suconic
7c9a15e9b4
ARTEMIS-4447 Add paging prefetch parameters into address settings
...
we are adding new attributes to determine how many messages (or bytes) we are reading from paging into Queue memory.
2023-09-29 18:43:23 -04:00
Clebert Suconic
d01445f485
NO-JIRA removing parameters-paging.sh
...
use parameters.sh instead
2023-09-29 16:38:23 -04:00
Clebert Suconic
d06712ecb8
ARTEMIS-4439 upgrade Netty to 4.1.99.Final
2023-09-28 21:09:00 -04:00
Justin Bertram
1c716bd97c
NO-JIRA handful of CLI doc improvements
2023-09-28 16:58:14 -05:00
Justin Bertram
184c33df0d
ARTEMIS-4446 improve readability of code/config blocks in user manual
2023-09-28 17:43:43 -04:00
Justin Bertram
545858bc1d
NO-JIRA fixup versions doc
2023-09-28 11:45:45 -05:00