11453 Commits

Author SHA1 Message Date
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 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 3eaf3107f4fb9a3ce7ab45c175bfaeac7e866d5b)
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 ac067ca4005000783d236e8e6edfb0a44026a18d)
2023-10-22 15:10:11 +02:00
Jean-Baptiste Onofré
b8f4d648f2 AMQ-9352: Upgrade to Jackson 2.15.3
(cherry picked from commit d4ced8cdba08f82139b1a6267f309d273255438a)
2023-10-22 15:06:42 +02:00
Jean-Baptiste Onofré
6437c795a5 AMQ-9358: Upgrade to shiro 1.12.0
(cherry picked from commit 0397c3a79424a7411b52800aa11a06e8f361178a)
2023-10-22 11:14:35 +02:00
Jean-Baptiste Onofré
5e4e134991 AMQ-9360: Upgrade to ant 1.10.14
(cherry picked from commit 6d17a6cda2fec2029cb24d936e2bc018b78b8bda)
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 3c82474aa0722bfb381d36364d600a8edca8f107)
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 d2825348bc69b688f238ea97350e97fed9847b16)
2023-10-22 06:57:59 +02:00
Jean-Baptiste Onofré
2179991a47 AMQ-9364: Upgrade to slf4j 2.0.9
(cherry picked from commit b0aae53946892a48df2f38d3d5cc68038fe33a10)
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 03fc705ce2f9c9742eb651257d8106a334573622)
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 ee2cc86897d834db4d25ec82c246156ab02ff8ba)
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 f13b5471ab3b2ac0a410336e7a5220284f58fa71)
2023-10-21 14:33:42 +02:00
Jean-Baptiste Onofré
3168ebf1d6 AMQ-9332: Upgrade to xbean 4.24
(cherry picked from commit c9411136a39ba3b8d243115ff94cc7b9b3c80ab1)
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 573ae71ec9197ae7392941239912bd62e7db2c87)
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 1bdc0489720dd4dc09313da56aca347cdb5bbdd7)
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 1974fe0aeff501078c10f91f99c9f8dc18e0898e)
2023-10-14 07:42:56 +02:00
JB Onofré
66185d1b19 AMQ-9319: Upgrade to maven-war-plugin 3.4.0
(cherry picked from commit f02c8097e0b8537725e7383363192c5e86f77bea)
2023-10-13 16:01:39 +02:00
JB Onofré
4d21281369 AMQ-9293: Upgrade to Spring 5.3.30 2023-10-11 16:55:38 +02:00
Matt Pavlovich
2b1f3070e6 [AMQ-9315] Add connectedTimestamp to Connection and JMX view
(cherry picked from commit 578d86d726d80715825e5f927ef8af50e181d754)
2023-10-10 14:13:31 -05:00
Christopher L. Shannon (cshannon)
edba2484de AMQ-9255 - fix jms package imports 2023-10-03 08:07:36 -04:00
Nicolas Filotto
087d6aed5c [AMQ-9255] Initialize the transient field of the class Message (#1051)
(cherry picked from commit 538b04aa0c18f61cd47b261c7372a3e559c2ca0e)
2023-10-03 07:59:25 -04:00
JB Onofré
a15f61f624 AMQ-9313: Upgrade to ASM 9.5 2023-10-02 15:29:20 +02:00
Matt Pavlovich
f14f78ddc7 [AMQ-8325] JMS 2.0 XA supported operations
- Backported jakarta.jms -> javax.jms imports

(cherry picked from commit da2f1376b2c3c83354642a82cd6c20d8976a4598)
2023-09-19 09:15:29 -05:00
Matt Pavlovich
a27045654c [AMQ-9301] Add additional fields to o.a.activemq.broker.jmx.Connection
(cherry picked from commit 9f374dfcb50729693ae1ee55d58bfea27fef1c0a)
2023-09-16 12:40:48 -05:00
Nicolas Filotto
b0455fd8a5 [AMQ-8611] Describe message size limit init parameter
(cherry picked from commit 1bba24ddba46a55d525d204dc532a8b9130f96b7)
2023-09-09 07:17:52 +02:00
Matt Pavlovich
fa72c13612 [AMQ-9258] Update kahadb corruption test to account for new fix from AMQ-9254 (#1007)
(cherry picked from commit cfbea60d6d4f934e7fbe85915183a2f211414b82)
2023-06-29 18:49:23 -04:00
Matt Pavlovich
a62add45e7 [AMQ-9258] Add NPE guards to kahadb test that intermittently fails on slower CI servers (#1006)
(cherry picked from commit 0a042964c8e0d8c5f694728ded6d278810756bc7)
2023-06-29 18:49:18 -04:00
JB Onofré
20ed8ba70f [maven-release-plugin] prepare for next development iteration 2023-06-27 14:46:32 +02:00
JB Onofré
9cbf58d7bd [maven-release-plugin] prepare release activemq-5.18.2 activemq-5.18.2 2023-06-27 14:46:22 +02:00
JB Onofré
cd432f7cf3 [AMQ-9268] Upgrade to maven-source-plugin 3.3.0
(cherry picked from commit d7fd7540281d3f5dbebf34bbdb1d83b974ffee9d)
2023-06-27 14:19:57 +02:00
JB Onofré
88649dfe7b [AMQ-9273] Upgrade to maven-shade-plugin 3.4.1
(cherry picked from commit 2ace51bb39490d56736cd43654177b1c79fd8210)
2023-06-27 13:54:35 +02:00
JB Onofré
9e21c62ecd [AMQ-9260] Upgrade to maven-assembly-plugin 3.6.0
(cherry picked from commit 886b2b155c6ddbcca573a10fce3543ede44d3154)
2023-06-27 13:44:46 +02:00
JB Onofré
a782c24e94 Revert "[AMQ-9260] Upgrade to maven-assembly-plugin 3.6.0"
This reverts commit d284bce16fbe6faa71d58c181f4e9d50fce80e11.
2023-06-26 13:51:50 +02:00
JB Onofré
98c9c1aebf Revert "[AMQ-9273] Upgrade to maven-shade-plugin 3.4.1"
This reverts commit f9f3e381a0c6824c2dc8c4ec332d3eedbd1ddea3.
2023-06-26 13:45:59 +02:00
Alexej Timonin
022546089e On startup inform to inpsect log4j2.properties
When ActiveMQ is started the following is printed out:
"INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details"
No log4j.properties file exists, there is however, log4j2.properties.

(cherry picked from commit ab87b4ced91998cae8c9fbc38b7347289a2fc1b5)
2023-06-26 07:08:22 +02:00
Jean-Baptiste Onofré
076944e3fe [AMQ-9286] Upgrade to Apache POM 30
(cherry picked from commit d4011bc16431ef890a475ee876950c97d7cadb85)
2023-06-25 21:00:58 +02:00
Jean-Baptiste Onofré
8981e5feba Revert "[AMQ-9268] Upgrade to maven-source-plugin 3.3.0"
This reverts commit e3ab590bde8b37a91d777905395b8f113fa10b90.
2023-06-25 20:51:53 +02:00
Jean-Baptiste Onofré
b2902922b0 Revert "Use jar-no-fork goal for maven-source-plugin to avoid potential duplicate artifacts attached"
This reverts commit 530f4a0c17007a6a1333ab1972bbbc60dfc1e8b3.
2023-06-25 18:14:31 +02:00
Jean-Baptiste Onofré
530f4a0c17 Use jar-no-fork goal for maven-source-plugin to avoid potential duplicate artifacts attached
(cherry picked from commit f73e3bb195575a181c42331d3e74c52299f670d1)
2023-06-24 07:02:16 +02:00