Commit Graph

11526 Commits

Author SHA1 Message Date
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
Christopher L. Shannon (cshannon) d979d7c226 AMQ-9370 - Improve Openwire marshaller validation test
(cherry picked from commit 5719e5df2e)
2023-10-26 17:56:41 -04:00
Jean-Baptiste Onofré 7d9074e8c8 [maven-release-plugin] prepare for next development iteration 2023-10-24 21:44:02 +02:00
Jean-Baptiste Onofré 5f6edd9781 [maven-release-plugin] prepare release activemq-5.18.3 2023-10-24 21:43:52 +02:00
JB Onofré c08d32e470 [maven-release-plugin] rollback the release of activemq-5.18.3 2023-10-24 17:38:56 +02:00
JB Onofré 6c5351a9c9 [maven-release-plugin] prepare for next development iteration 2023-10-24 16:46:32 +02:00
JB Onofré 206adbdab4 [maven-release-plugin] prepare release activemq-5.18.3 2023-10-24 16:46:20 +02:00
JB Onofré 583b6ea9f3 Update spring schemas in preparation for 5.18.3 release 2023-10-24 16:41:56 +02:00
Christopher L. Shannon (cshannon) 958330df26 AMQ-9370 - Openwire marshaller should validate Throwable class type
(cherry picked from commit 3eaf3107f4)
2023-10-24 08:13:39 -04:00
Jean-Baptiste Onofré 7c2cb01aae Add docker resources for ActiveMQ 5.x 2023-10-22 18:13:09 +02:00
Jean-Baptiste Onofré a946ee3f07 AMQ-9355: Upgrade to commons-io 2.14.0
(cherry picked from commit ac067ca400)
2023-10-22 15:10:11 +02:00
Jean-Baptiste Onofré b8f4d648f2 AMQ-9352: Upgrade to Jackson 2.15.3
(cherry picked from commit d4ced8cdba)
2023-10-22 15:06:42 +02:00
Jean-Baptiste Onofré 6437c795a5 AMQ-9358: Upgrade to shiro 1.12.0
(cherry picked from commit 0397c3a794)
2023-10-22 11:14:35 +02:00
Jean-Baptiste Onofré 5e4e134991 AMQ-9360: Upgrade to ant 1.10.14
(cherry picked from commit 6d17a6cda2)
2023-10-22 07:03:10 +02:00
Jean-Baptiste Onofré ef3cf51d05 AMQ-9361: Upgrade to commons-dbcp2 2.10.0
(cherry picked from commit 3c82474aa0)
2023-10-22 06:59:49 +02:00
Jean-Baptiste Onofré e46f29a7fb AMQ-9362: Upgrade to commons-pool2 2.12.0
(cherry picked from commit d2825348bc)
2023-10-22 06:57:59 +02:00
Jean-Baptiste Onofré 2179991a47 AMQ-9364: Upgrade to slf4j 2.0.9
(cherry picked from commit b0aae53946)
2023-10-22 06:56:09 +02:00
Jean-Baptiste Onofré 5ef936ad54 AMQ-9322: Upgrade to depends-maven-plugin 1.5.0
(cherry picked from commit 03fc705ce2)
2023-10-21 14:48:49 +02:00
Jean-Baptiste Onofré b038a447f3 AMQ-9320: Upgrade to dependency-check-maven 8.4.0
(cherry picked from commit ee2cc86897)
2023-10-21 14:39:53 +02:00
Jean-Baptiste Onofré f70b1096bf AMQ-9321: Upgrade to maven-shade-plugin 3.5.1
(cherry picked from commit f13b5471ab)
2023-10-21 14:33:42 +02:00
Jean-Baptiste Onofré 3168ebf1d6 AMQ-9332: Upgrade to xbean 4.24
(cherry picked from commit c9411136a3)
2023-10-21 14:26:41 +02:00
Martin Devlin 7ed319e99d AMQ-9187 - Queue Advisory message not sent
- a test case which demonstrates the bug.
  - the first test case sendDelayedMessage_usingNormalProducer works fine because it is using a normal named JMS MessageProducer. Included just for comparison purposes.
  - the 2nd test case sendDelayedMessage_usingAnonymousProducer shows the bug.
- the bug fix: swap the order of the AdvisoryBroker and SchedulerBroker BrokerFilters.
  - make AdvisoryBroker come after SchedulerBroker but before RegionBroker
  - this ensures that when a delayed message gets eventually forwarded to the RegionBroker, the RegionBroker will "see" the AdvisoryBroker when it invokes 'addDestination'. Thus, the AdvisoryBroker gets to send out the advisory message as expected.

(cherry picked from commit 573ae71ec9)
2023-10-20 17:54:24 +02:00
Jean-Baptiste Onofré 1073d62497 AMQ-9331: Upgrade to ASM 9.6 2023-10-20 08:32:41 +02:00
JB Onofré c25f5d5163
Merge pull request #1073 from jbonofre/AMQ-9329
AMQ-9329: Upgrade to Jetty 9.4.53.v20231009
2023-10-19 14:26:46 +02:00
Christopher L. Shannon (cshannon) a26bf256d1 AMQ-9343 - Reduce memory used for in flight transactions
This commit will reduce the memory required in KahaDB for long running
transactions and transactions with a lot of pending message sends by
clearing out the message memory when no longer needed instead of keeping
it tracked in the pending map
2023-10-18 11:47:21 -04:00
JB Onofré 3ccb1c911c AMQ-9329: Upgrade to Jetty 9.4.53.v20231009 2023-10-16 10:47:51 +02:00
JB Onofré 58d1846327
Merge pull request #1069 from jbonofre/AMQ-9293
AMQ-9293: Upgrade to Spring 5.3.30
2023-10-14 07:59:17 +02:00
JB Onofré f4519c65f3 AMQ-9318: Upgrade to maven-javadoc-plugin 3.6.0
(cherry picked from commit 1bdc048972)
2023-10-14 07:55:47 +02:00
JB Onofré a610c4de83 AMQ-9317: Upgrade to maven-enforcer-plugin 3.4.1
(cherry picked from commit 1974fe0aef)
2023-10-14 07:42:56 +02:00