Jean-Baptiste Onofré
4a25366541
[maven-release-plugin] prepare release activemq-5.17.6
activemq-5.17.6
2023-10-25 07:25:09 +02:00
Jean-Baptiste Onofré
a5e6db51f6
Upgrade spring.schemas in preparation for 5.17.6 release
2023-10-25 07:00:30 +02:00
Matt Pavlovich
048d980923
[AMQ-9315] Add connectedTimestamp to Connection and JMX view
...
(cherry picked from commit 578d86d726d80715825e5f927ef8af50e181d754)
2023-10-24 08:52:10 -05:00
Matt Pavlovich
2f0ac0e069
[AMQ-9301] Add additional fields to o.a.activemq.broker.jmx.Connection
...
(cherry picked from commit 9f374dfcb50729693ae1ee55d58bfea27fef1c0a)
2023-10-24 08:52:00 -05:00
Christopher L. Shannon (cshannon)
d0ccdd3154
AMQ-9370 - Openwire marshaller should validate Throwable class type
...
(cherry picked from commit 3eaf3107f4fb9a3ce7ab45c175bfaeac7e866d5b)
2023-10-24 08:16:27 -04:00
Jean-Baptiste Onofré
fab06faace
Add docker resources for ActiveMQ 5.x
2023-10-22 18:13:50 +02:00
Jean-Baptiste Onofré
af791740f9
AMQ-9355: Upgrade to commons-io 2.14.0
...
(cherry picked from commit ac067ca4005000783d236e8e6edfb0a44026a18d)
2023-10-22 15:11:17 +02:00
Jean-Baptiste Onofré
1adac60b61
AMQ-9352: Upgrade to Jackson 2.15.3
...
(cherry picked from commit d4ced8cdba08f82139b1a6267f309d273255438a)
2023-10-22 15:07:51 +02:00
Jean-Baptiste Onofré
38511f0033
AMQ-9358: Upgrade to shiro 1.12.0
...
(cherry picked from commit 0397c3a79424a7411b52800aa11a06e8f361178a)
2023-10-22 11:15:29 +02:00
Jean-Baptiste Onofré
2723952c1a
AMQ-9322: Upgrade to depends-maven-plugin 1.5.0
...
(cherry picked from commit 03fc705ce2f9c9742eb651257d8106a334573622)
2023-10-21 14:49:15 +02:00
Jean-Baptiste Onofré
7fece0f4c9
AMQ-9321: Upgrade to maven-shade-plugin 3.5.1
...
(cherry picked from commit f13b5471ab3b2ac0a410336e7a5220284f58fa71)
2023-10-21 14:34:45 +02:00
Jean-Baptiste Onofré
d1f331ebda
AMQ-9332: Upgrade to xbean 4.24
...
(cherry picked from commit c9411136a39ba3b8d243115ff94cc7b9b3c80ab1)
2023-10-21 14:27:09 +02:00
Martin Devlin
d069ff77bd
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:56:21 +02:00
Jean-Baptiste Onofré
4934eabec3
AMQ-9331: Upgrade to ASM 9.6
2023-10-20 08:33:28 +02:00
JB Onofré
d3062b75d8
AMQ-9329: Upgrade to Jetty 9.4.53.v20231009
...
(cherry picked from commit 3ccb1c911c2f9500f41130b1c9a8c20b72fc4334)
2023-10-19 14:27:23 +02:00
Christopher L. Shannon (cshannon)
8204181db2
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
(cherry picked from commit a26bf256d17135b5baaff0df64fc5cb51bad1cf8)
2023-10-18 11:51:49 -04:00
JB Onofré
f2292c43a6
AMQ-9293: Upgrade to Spring 5.3.30
...
(cherry picked from commit 4d21281369372b496d49a6dd54e48416be9a9964)
2023-10-14 08:00:00 +02:00
JB Onofré
2d3055fa5f
AMQ-9318: Upgrade to maven-javadoc-plugin 3.6.0
...
(cherry picked from commit 1bdc0489720dd4dc09313da56aca347cdb5bbdd7)
2023-10-14 07:56:53 +02:00
JB Onofré
fdb24564b3
AMQ-9317: Upgrade to maven-enforcer-plugin 3.4.1
...
(cherry picked from commit 1974fe0aeff501078c10f91f99c9f8dc18e0898e)
2023-10-14 07:43:30 +02:00
JB Onofré
062e61bfbe
AMQ-9319: Upgrade to maven-war-plugin 3.4.0
...
(cherry picked from commit f02c8097e0b8537725e7383363192c5e86f77bea)
2023-10-13 16:02:04 +02:00
JB Onofré
8f18b35346
AMQ-9313: Upgrade to ASM 9.5
2023-10-02 15:30:29 +02:00
Nicolas Filotto
b5bd784306
[AMQ-8611] Describe message size limit init parameter
...
(cherry picked from commit 1bba24ddba46a55d525d204dc532a8b9130f96b7)
2023-09-09 07:18:35 +02:00
Matt Pavlovich
697feeccb0
[AMQ-9258] Update kahadb corruption test to account for new fix from AMQ-9254 ( #1007 )
...
(cherry picked from commit cfbea60d6d4f934e7fbe85915183a2f211414b82)
2023-06-29 18:53:41 -04:00
Matt Pavlovich
3d21425d37
[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:53:38 -04:00
Jean-Baptiste Onofré
53f2b4a0cb
[maven-release-plugin] prepare for next development iteration
2023-06-28 13:12:31 +02:00
Jean-Baptiste Onofré
de102ea21d
[maven-release-plugin] prepare release activemq-5.17.5
activemq-5.17.5
2023-06-28 13:12:20 +02:00
Jean-Baptiste Onofré
8451ccf4f0
Downgrade to maven-release-plugin 2.5.3
2023-06-28 12:05:54 +02:00
JB Onofré
cca55a1f68
Use jar-no-fork for the maven-source-plugin
2023-06-28 11:19:56 +02:00
JB Onofré
793bc24da1
[AMQ-9268] Upgrade to maven-source-plugin 3.3.0
...
(cherry picked from commit d7fd7540281d3f5dbebf34bbdb1d83b974ffee9d)
2023-06-27 14:32:36 +02:00
JB Onofré
1f3f6f5b86
[AMQ-9273] Upgrade to maven-shade-plugin 3.4.1
...
(cherry picked from commit 2ace51bb39490d56736cd43654177b1c79fd8210)
2023-06-27 13:54:58 +02:00
JB Onofré
9daf4d09e6
[AMQ-9260] Upgrade to maven-assembly-plugin 3.6.0
...
(cherry picked from commit 886b2b155c6ddbcca573a10fce3543ede44d3154)
2023-06-27 13:46:31 +02:00
JB Onofré
4cf77b777a
Revert "[AMQ-9260] Upgrade to maven-assembly-plugin 3.6.0"
...
This reverts commit e07950ba9d35b7b4575de24dc41d3aa7ff178af5.
2023-06-26 13:54:26 +02:00
JB Onofré
528990da01
Revert "[AMQ-9273] Upgrade to maven-shade-plugin 3.4.1"
...
This reverts commit ee22483c59eb51088f0ac70512647f9f12a25fc2.
2023-06-26 13:46:39 +02:00
Alexej Timonin
5d54325f1d
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:58 +02:00
Jean-Baptiste Onofré
62c14bd9ca
[AMQ-9286] Upgrade to Apache POM 30
...
(cherry picked from commit d4011bc16431ef890a475ee876950c97d7cadb85)
2023-06-25 21:02:24 +02:00
Jean-Baptiste Onofré
5c33ae286e
Revert "[AMQ-9268] Upgrade to maven-source-plugin 3.3.0"
...
This reverts commit 47343ba0ce0b7c7697524c3c67c20dc03deb2091.
2023-06-25 20:58:41 +02:00
Jean-Baptiste Onofré
aba007aab1
Revert "Use jar-no-fork goal for maven-source-plugin to avoid potential duplicate artifacts attached"
...
This reverts commit 977c9be9addf578c74ed739dcb0713b3bdd8bd05.
2023-06-25 18:14:50 +02:00
Jean-Baptiste Onofré
977c9be9ad
Use jar-no-fork goal for maven-source-plugin to avoid potential duplicate artifacts attached
...
(cherry picked from commit f73e3bb195575a181c42331d3e74c52299f670d1)
2023-06-24 07:04:04 +02:00
Robbie Gemmell
a73686cdc8
AMQ-9284: Update to Proton-J 0.34.1 and Qpid JMS 1.9.0 (and netty 4.1.94)
...
(cherry picked from commit d4b16aef04f58bb8ccd412e922911219603547d4) with fixups
2023-06-23 11:24:48 +01:00
JB Onofré
e0356272f3
Update spring.schemas in preparation for 5.17.5 release
2023-06-22 17:49:59 +02:00
u8675309
587980fa9b
[AMQ-9283] Fix memory leak with STOMP unsubscribe
...
(cherry picked from commit 90f96a02992b64ba330c6e6b62e6a8fc3d4d8120)
2023-06-16 13:58:22 +02:00
JB Onofré
4f3f5985c9
[AMQ-9280] Upgrade to commons-io 2.13.0
...
(cherry picked from commit c5a88336fa1cf2d21c4ee4a5b6b36f58d23750c9)
2023-06-16 11:27:58 +02:00
JB Onofré
fd0b77eee0
[AMQ-9277] Upgrade to commons-io 2.12.0
...
(cherry picked from commit 25306642ac64fab55bddbcbcfeae70bd5d6173f0)
2023-06-15 11:14:39 +02:00
JB Onofré
11fda89bb7
[AMQ-9276] Upgrade to commons-daemon 1.3.4
...
(cherry picked from commit 7d07c20071a01dd62f9b407fc5dfb0911e6a0037)
2023-06-14 07:36:28 +02:00
JB Onofré
91d04af1b7
[AMQ-9275] Upgrade to rome 2.1.0
...
(cherry picked from commit 95b57e2942e64d6089cb51cb7744a8086311f849)
2023-06-13 18:36:24 +02:00
JB Onofré
bdd9b10e48
[AMQ-9274] Upgrade to jackson 2.15.2
...
(cherry picked from commit 719c49a0658fbbe53a94db9665a2a8ce89f0d293)
2023-06-13 18:34:21 +02:00
JB Onofré
ee22483c59
[AMQ-9273] Upgrade to maven-shade-plugin 3.4.1
...
(cherry picked from commit b2176cbf73782a975101a3e6dd09c51ad2772c5f)
2023-06-13 06:01:38 +02:00
JB Onofré
fc2a12346d
[AMQ-9272] Upgrade to xbean 4.23
...
(cherry picked from commit b8e7a4856af4367f5e8c0be719a4b3e1612d2a6d)
2023-06-13 05:59:44 +02:00
JB Onofré
5a6cc7a84e
[AMQ-9270] Upgrade to build-helper-maven-plugin 3.4.0
...
(cherry picked from commit 41e7b363ff6c1c3a41a7888a4e5275a3c1f59d0e)
2023-06-13 05:57:37 +02:00
JB Onofré
14782c0793
[AMQ-9267] Upgrade to maven-release-plugin 3.0.1
...
(cherry picked from commit 5b2f48e20a7c696624499a3eb95c209fbe9ac8f6)
2023-06-13 05:54:14 +02:00