JB Onofré
ee0edaf1f2
[maven-release-plugin] prepare release activemq-5.18.4
2024-04-08 08:25:14 +02:00
JB Onofré
f358bb7213
Merge pull request #1180 from jbonofre/AMQ-9458
...
AMQ-9458: Upgrade to Jetty 9.4.54.v20240208
2024-03-31 08:58:21 +02:00
JB Onofré
0b04b31053
Merge pull request #1179 from jbonofre/AMQ-9453
...
AMQ-9453: Upgrade to Spring 5.3.33
2024-03-31 08:42:58 +02:00
JB Onofré
f1b219a111
AMQ-9466: Upgrade to log4j 2.23.1
...
(cherry picked from commit 55b5ae5ad8
)
2024-03-26 06:17:16 +01:00
JB Onofré
84814b15ca
AMQ-9465: Upgrade to slf4j 2.0.12
...
(cherry picked from commit 9d1cd325b5
)
2024-03-26 06:14:52 +01:00
JB Onofré
72b18e1932
AMQ-9464: Upgrade to commons-dbcp2 2.12.0
...
(cherry picked from commit 98868995c2
)
2024-03-25 14:33:20 +01:00
JB Onofré
14eacefc19
AMQ-9462: Upgrade to Jackson 2.16.2
2024-03-25 10:10:49 +01:00
Grzegorz Kochanski
3b0a646af2
AMQ-9452: unwrap BaseDestination to access queue/topic message
...
Change-Id: Ic05002ecb428e2aa5abeb9dc3e499e3aae550051
(cherry picked from commit 4d40023968
)
2024-03-24 07:40:30 +01:00
JB Onofré
b8763fc855
AMQ-9461: Upgrade copyrigth on the webconsole
...
(cherry picked from commit 13d131032c
)
2024-03-23 11:56:54 +01:00
JB Onofré
58908661e8
[AMQ-9459]: Added JVM Arg to open sun.nio.ch
2024-03-22 17:49:48 +01:00
JB Onofré
ec4bde01fb
AMQ-9458: Upgrade to Jetty 9.4.54.v20240208
2024-03-17 11:56:15 +01:00
JB Onofré
eb71c70e57
AMQ-9453: Upgrade to Spring 5.3.33
2024-03-17 11:47:03 +01:00
Matt Pavlovich
c3ff7ef072
[AMQ-9450] Expose Job Scheduler views with destination via JMX
...
(cherry picked from commit 81e6b90ac8
)
2024-03-09 11:33:01 +01:00
JB Onofré
4a3f55f7cc
AMQ-9434: Fix ACTIVEMQ_CONFIGS loading
2024-03-08 17:16:22 +01:00
Jean-Baptiste Onofré
f5ca67cd56
AMQ-9299: remove gram dependency
...
(cherry picked from commit e947a85be0
)
2024-03-04 17:23:19 +01:00
Jean-Baptiste Onofré
98c04a4721
AMQ-9397: Add mysql_connector_j mapping for MySQL 8 (e.g. MySQL Connector/J driver name)
...
(cherry picked from commit 426ddf08a2
)
2024-03-04 09:37:21 +01:00
Jean-Baptiste Onofré
012cac88dc
AMQ-9431: Add org.apache.activemq.broker.BouncyCastleNotAdded system property to not load BouncyCastle in BrokerService
...
(cherry picked from commit 0a90f323ce
)
2024-03-03 17:04:23 +01:00
Jean-Baptiste Onofré
0e7c607758
AMQ-9438: Don't log full stack trace when lookup failure happens in FailoverTransport
...
(cherry picked from commit ea92ade33a
)
2024-03-03 16:58:46 +01:00
Jean-Baptiste Onofré
b18ee64a6f
AMQ-9434: Support space in ActiveMQ base directory
2024-03-03 08:00:45 +01:00
Jean-Baptiste Onofré
9dc6bedf73
AMQ-9446: Upgrade to commons-lang 3.14.0
...
(cherry picked from commit 2f5c079468
)
2024-03-03 07:27:44 +01:00
JB Onofré
3a709528f5
AMQ-9439: Upgrade to log4j 2.23.0
...
(cherry picked from commit 1d369b5f7a
)
2024-03-02 13:41:11 +01:00
Matt Pavlovich
dd1cb2af97
[AMQ-9428] Upgrade commons-io 2.15.1
...
(cherry picked from commit 5e1cbc8ee6
)
2024-02-28 18:38:26 +01:00
Matt Pavlovich
391f723d9f
[AMQ-9429] Upgrade commons-logging 1.3.0
...
(cherry picked from commit 9579cc4a09
)
2024-02-28 17:06:20 +01:00
Matt Pavlovich
db023900b2
[AMQ-9427] Upgrade log42j 2.22.1
...
(cherry picked from commit d9e2b4ced6
)
2024-02-27 14:56:48 -06:00
Christopher L. Shannon
4bae9df5bd
AMQ-9436 - Ensure message audit in queue store cursor is shared
...
This commit fixes the initialization of the StoreQueueCursor message
audit object to make sure it's shared between the persistent and non
persistent cursors. It also adds a check to ensure that duplicate calls
to start will not try and init more than once.
(cherry picked from commit 75de932116
)
2024-02-15 18:20:33 -05:00
Christopher L. Shannon
722a075e2c
AMQ-9435 - Ensure orderIndex next id is rolled back on duplicates
...
This commit fixes a bug in KahaDB that caused gaps in sequence ack
tracking for durables that would lead to the appearance of stuck
messages on durable subs if duplicate messages were detected. The
sequence is now correctly rolled back so that there is no gap if the
message is not added to the order index
(cherry picked from commit 10d94bd165
)
(cherry picked from commit 2b856f4da6
)
2024-02-15 11:48:09 -05:00
Matt Pavlovich
97e379be8a
[AMQ-9426] Upgrade jmdns 3.5.9
...
(cherry picked from commit 7c76bd9673
)
2024-01-30 15:12:41 -06:00
Matt Pavlovich
e2035e635d
[AMQ-9422] 2024-01-29 Maven plugin dependency updates
...
(cherry picked from commit bee30f002f
)
2024-01-30 15:00:12 -06:00
Matt Pavlovich
6edbebd829
[AMQ-9425] Upgrade slf4j 2.0.11
...
(cherry picked from commit 164ec09f41
)
2024-01-30 14:22:09 -06:00
Matt Pavlovich
c53abb6d45
[AMQ-9424] Upgrade Jackson 2.16.1
...
(cherry picked from commit c17beb1767
)
2024-01-30 13:48:05 -06:00
Christopher L. Shannon (cshannon)
1fce36b3e5
AMQ-9420 - Don't decrement KahaDB durable sub metrics on duplicate ack
...
This adds a check in case a duplicate ack is passed to the store to make
sure that the subscription statistics (if enabled) for a durable sub do
not have the metrics decremented a second time
(cherry picked from commit 918099cb7e
)
2024-01-23 10:59:35 -05:00
Christopher L. Shannon (cshannon)
e9bc27130d
AMQ-9344 - remove more jakarta imports
2024-01-23 10:54:12 -05:00
Christopher L. Shannon (cshannon)
1bd897fe5f
AMQ-9344 - fix compilation on backport
2024-01-23 10:46:29 -05:00
Jean-Baptiste Onofré
d80bc17d70
AMQ-9412: fix docker entrypoiint script
...
(cherry picked from commit 0b95f93449
)
2024-01-21 16:43:50 +01:00
Matt Pavlovich
3affca35fb
[AMQ-9344] Add configurable limit to uncommitted transaction
...
- Backported jakarta.jms to javax.jms for activemq-5.18.x
(cherry picked from commit 50baf95bff
)
2024-01-18 12:45:58 -06:00
Christopher L. Shannon
ef9c0bd597
Merge pull request #1140 from cshannon/jakarta-javax-exception-conversion
...
AMQ-9418 - Support converting jakarta jms exceptions to javax
2024-01-16 15:22:02 -05:00
Christopher L. Shannon (cshannon)
b92479cd2e
AMQ-9418 - Support converting jakarta jms exceptions to javax
...
This fixes the OpenWire v12 marshaller so that if an exception is
received by a jakarta based broker the client will convert back to a
javax jms exception type.
This commit also updates activemq-client-jakarta to do the proper
mapping in the reverse.
2024-01-16 14:11:59 -05:00
JB Onofré
10b7c62631
Set docker build.sh executable
2023-11-29 16:29:22 +01:00
JB Onofré
9340dc9ff1
AMQ-9408: fix jolokia-access.xml loading in Windows wrapper
...
(cherry picked from commit d48f8ba201
)
2023-11-29 15:35:05 +01:00
Matt Pavlovich
fbac195ffa
[AMQ-9403] Upgrade Jackson 2.16.0
...
(cherry picked from commit 3b44979dc3
)
2023-11-24 15:35:53 +01:00
francois papon
26ead9465c
[AMQ-9402] Upgrade to Shiro 1.13.0
...
(cherry picked from commit c9d18665c3
)
2023-11-22 13:56:42 +01:00
JB Onofré
250a3f0647
AMQ-9296: Add authentication support in docker images
...
(cherry picked from commit 398cdc6740
)
2023-11-12 06:11:44 +01:00
JB Onofré
e78505dbff
AMQ-9381: Upgrade to maven-surefire-plugin 3.2.1
...
(cherry picked from commit b79c6fffe0
)
2023-11-10 15:44:43 +01:00
JB Onofré
526c2b07ba
AMQ-9383: Copy transport options before sending in introspection setter
...
(cherry picked from commit f4be8a6806
)
2023-11-09 15:51:05 +01:00
JB Onofré
f3c893ef48
AMQ-9382: Upgrade to dependency-check-maven 8.4.2
...
(cherry picked from commit 12f1a3f508
)
2023-11-09 14:18:24 +01:00
Matt Pavlovich
f9e28b916a
[AMQ-9376] Fix ConcurrentModificationException during a destroy()
...
(cherry picked from commit 19696254dd
)
2023-11-09 14:05:13 +01:00
JB Onofré
9c3472aace
AMQ-9380: Upgrade to maven-plugin-plugin 3.10.1
...
(cherry picked from commit c04ac721ad
)
2023-11-08 13:38:24 +01:00
JB Onofré
51b4358d3a
AMQ-9378: Upgrade to commons-dbcp2 2.11.0
...
(cherry picked from commit e6185a406e
)
2023-11-07 15:03:54 +01:00
Jean-Baptiste Onofré
d15f423e72
AMQ-9357: Upgrade to log4j 2.21.1
...
(cherry picked from commit 8051b7fa74
)
2023-10-30 07:23:09 +01:00
Jean-Baptiste Onofré
6f80bf92df
AMQ-9374: Upgrade to commons-io 2.15.0
...
(cherry picked from commit 28b0aa8192
)
2023-10-29 07:23:00 +01:00