Justin Bertram
377d231b16
ARTEMIS-4612 upgrade EasyMock to 5.2.0
2024-02-01 09:17:06 -06:00
Justin Bertram
fdd76720c9
ARTEMIS-4611 upgrade BouncyCastle to 1.77
2024-02-01 09:16:57 -06:00
Justin Bertram
ecfe5ade45
ARTEMIS-4609 upgrade Log4j to 2.22.1
2024-02-01 09:16:39 -06:00
Justin Bertram
9cf52a693a
ARTEMIS-4607 upgrade Curator to 5.6.0
2024-02-01 09:16:25 -06:00
Justin Bertram
6abfe4f418
ARTEMIS-4605 upgrade Commons Lang to 3.14.0
2024-02-01 09:16:16 -06:00
Justin Bertram
7d691b0ab9
ARTEMIS-4603 upgrade JavaCC to 7.0.13
2024-02-01 09:15:57 -06:00
Justin Bertram
23199b3621
ARTEMIS-4602 upgrade Jetty to 10.0.20
2024-02-01 09:15:49 -06:00
Justin Bertram
b2aa351ad1
ARTEMIS-4599 upgrade PEM Keystore to 2.3.0
2024-02-01 09:15:38 -06:00
Justin Bertram
3f60e0abb5
ARTEMIS-4598 upgrade Commons Logging to 1.3.0
2024-02-01 09:15:22 -06:00
Justin Bertram
93a7ef8eac
ARTEMIS-4596 upgrade Commons Codec to 1.16.0
2024-02-01 09:14:52 -06:00
Justin Bertram
e935b74f7a
ARTEMIS-4595 upgrade Guava to 33.0.0-jre
2024-02-01 09:14:40 -06:00
Justin Bertram
b863bc4ede
ARTEMIS-4594 upgrade Error Prone to 2.24.1
...
This commit also fixes any new problems found with the new version.
2024-02-01 09:14:30 -06:00
Justin Bertram
38c36599c9
ARTEMIS-4592 detect possible dependency updates
2024-02-01 09:14:17 -06:00
Justin Bertram
1098fb8a32
ARTEMIS-4591 upgrade Netty to 4.1.106.Final
2024-02-01 09:14:07 -06:00
Domenico Francesco Bruscino
45744698f7
ARTEMIS-4628 Upgrade vertx-proton test dep to 4.5.2
2024-02-01 16:04:33 +01:00
Justin Bertram
f258b27eb4
ARTEMIS-4601 remove OpenTelemetry deps from main pom
...
The OpenTelemetry dependencies can be isolated to the `opentelemetry`
example in the `activemq-artemis-examples` repo. They aren't needed here
anymore.
2024-02-01 11:35:50 +00:00
Justin Bertram
0465e9c725
ARTEMIS-4600 upgrade Micrometer to 1.12.2
2024-01-31 13:44:24 -06:00
Clebert Suconic
e513e6d2dd
[maven-release-plugin] prepare for next development iteration
2024-01-24 14:21:08 -05:00
Clebert Suconic
dbaa508d07
[maven-release-plugin] prepare release 2.32.0
2024-01-24 14:21:07 -05:00
Justin Bertram
eb7d131a8b
ARTEMIS-4567 support OpenWire clients for broker embedded in Jakarta environment
...
If the broker is embedded into a Jakarta environment then the existing
artemis-openwire-protocol module won't work because it uses javax
classes.
This commit adds a new Jakarta-specific module that can be used to
support OpenWire clients in Jakarta environments (e.g. Spring Boot 3).
Users will simply need to include this version on their classpath to
enable support.
2024-01-19 16:05:25 +00:00
Justin Bertram
0906369584
ARTEMIS-4578 upgrade Jackson to 2.16.1
2024-01-19 16:00:56 +00:00
Timothy Bish
4ea55cd611
ARTEMIS-4568 Configuration reload for AMQP federation broker connections
...
Allows the configuration of AMQP Federation broker connections to be updated and
reloaded. This allows for update, add or remove of AMQP federation broker connections
as well as the basic AMQP sender and receiver broker connections. It checks for and
ignores changes in AMQP broker connections that are performing Mirroring as that
would lead to issues that can break mirroring.
2024-01-18 17:13:41 +00:00
Justin Bertram
fb2c76ad65
ARTEMIS-4572 upgrade to Apache parent 31
2024-01-18 16:55:51 +00:00
Justin Bertram
19fd26c790
ARTEMIS-4573 upgrade Checkstyle to 10.12.7 & Sevntu to 1.44.1
2024-01-18 13:22:13 +00:00
Gary Tully
5269b1a89d
ARTEMIS-4561 expose store type on web component tls binding config
2024-01-10 15:21:53 -06:00
Gary Tully
7a2137f467
ARTEMIS-4528 tls, add support for PEM key store type
2023-12-15 15:52:48 +00:00
Robbie Gemmell
25640785a7
ARTEMIS-4533: remove the examples directory and profile
2023-12-14 12:05:52 -05:00
Emmanuel Hugonnet
0dd8ce2897
ARTEMIS-4500 upgrade netty to 4.1.101.Final
...
Issue: https://issues.apache.org/jira/browse/ARTEMIS-4500
Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
2023-11-13 11:02:18 -05:00
Justin Bertram
0fc1906a62
ARTEMIS-4493 upgrade Hawtio to 2.17.7
2023-11-08 14:05:41 -06:00
Emmanuel Hugonnet
76cbda1c2a
ARTEMIS-4494 upgrade commons-lang3 from 3.12.0 to 3.13.0
...
Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
2023-11-08 14:05:29 -06: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
Robbie Gemmell
56cd29bf66
ARTEMIS-4478: update to log4j 2.21.1
2023-10-31 09:18:15 +00: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
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
Justin Bertram
28ac22e892
ARTEMIS-4475 upgrade ActiveMQ 'Classic' to 5.17.6
2023-10-25 13:39:25 -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
7c4663a5b6
ARTEMIS-4466 Disable Features verification on non test profiles
2023-10-24 14:44:24 -04: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
Domenico Francesco Bruscino
e96a19cdef
ARTEMIS-4457 Upgrade jetty version to 10.0.16
2023-10-10 10:01:47 +01:00
Robbie Gemmell
260f774c19
ARTEMIS-4437: move plugin into its profile, avoid pre-build snapshot resolve.
...
The prior change from 90ac1e6464f9388afbb6d0fa38770b8509e8c070 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
Clebert Suconic
d06712ecb8
ARTEMIS-4439 upgrade Netty to 4.1.99.Final
2023-09-28 21:09:00 -04:00
Justin Bertram
86e22803a7
ARTEMIS-4439 upgrade Netty to 4.1.98.Final
2023-09-27 13:26:01 -05:00
Justin Bertram
b136dced8e
ARTEMIS-4438 upgrade JGroups to 5.3.0.Final
2023-09-27 13:25:52 -05:00
Justin Bertram
90ac1e6464
ARTEMIS-4437 upgrade OWASP to 8.4.0
...
Aside from upgrading OWASP this commit also changes the configuration to
aggregate the reports from all sub-modules. This makes analyzing
vulnerabilities across the project much simpler.
2023-09-27 13:25:43 -05:00
Hervé Boutemy
cbbc29db35
ARTEMIS-4433 fix Reproducible Builds issues
2023-09-20 15:16:40 +01:00