11754 Commits

Author SHA1 Message Date
Matt Pavlovich
5762e327dc [AMQ-9531] Fix regression causing export command to fail
(cherry picked from commit d9673c76faa9277774309491191900893b6827e8)
2024-07-14 06:33:58 +02:00
JB Onofré
71e7cded3e
AMQ-9498: Upgrade to xbean 4.25
(cherry picked from commit d9b795c7c4258e6511a214fef26866e71e514a0a)
2024-07-09 14:03:26 -05:00
Matt Pavlovich
1039a624f7
[AMQ-9527] Upgrade commons-daemon 1.4.0 / commons-io 2.16.1 2024-07-09 12:20:58 -05:00
Matt Pavlovich
de0dc55533
[AMQ-9527] Upgrade commons-logging 1.3.3
(cherry picked from commit 4e3084d9bbb8e2bf17c641773460a44ff40d5ae5)
2024-07-09 12:20:21 -05:00
Matt Pavlovich
00ae1d03d3
[AMQ-9526] Upgrade Jolokia 2.0.3
(cherry picked from commit 9ffbcd05801c15c2303e198da12eb666cd1f33c3)
2024-07-09 12:14:26 -05:00
Matt Pavlovich
01ba64051c
[AMQ-9525] Upgrade Camel 4.4.3
(cherry picked from commit c1975f89811baed656acc6a92cedb328cb6a0bbd)
2024-07-09 12:06:48 -05:00
Matt Pavlovich
78b3008c8e
[AMQ-9524] Upgrade JAXB 4.0.5 / jaxb-tools 4.0.8
(cherry picked from commit b75eb0ab18dc2c5d266fa9164feae2701c45159e)
2024-07-09 12:02:23 -05:00
Matt Pavlovich
1874273044
[AMQ-9523] Upgrade Jackson 2.17.2
(cherry picked from commit 382dfa567960457ae7c15009587f832f3da88529)
2024-07-09 11:55:23 -05:00
Matt Pavlovich
59bfb093cb
[AMQ-9522] Upgrade Jetty 11.0.22
(cherry picked from commit a112a1958dac373eb88a517eb019a2efce676a07)
2024-07-09 11:51:58 -05:00
Matt Pavlovich
286e3cb4f2
[AMQ-9521] Upgrade Spring 6.1.10
(cherry picked from commit 13cd87c281a621fc64ec6eed4c10eac781d9814e)
2024-07-09 11:48:29 -05:00
Christopher L. Shannon
ba3d395fc3 AMQ-9504 - Add missing license header
(cherry picked from commit 527d245831fb95fa3a25180ecf404d5a316f2425)
2024-05-22 10:11:44 -04:00
Christopher L. Shannon
d719df2300 AMQ-9504 - Prevent registering duplicate mKahadb adapters
This fixes an issue on start up of a broker that is configured with
multiple mKahaDB filtered adapters and one is configured with
perDestination=true. Before this fix a duplicate persistence adapter
could be created because the filter did not check for existing matches.

Patch applied with thanks to Ritesh Adval

(cherry picked from commit ddfb36515c0e9588d2e322365f56a3f53fb094ad)
2024-05-22 09:28:03 -04:00
Christopher L. Shannon
6e6caf7c60
Merge pull request #1206 from apache/AMQ-9841
AMQ-9481 - Correctly complete async servlet request on timeout
2024-04-22 11:01:35 -04:00
Christopher L. Shannon
72befc14fb AMQ-9481 - Correctly complete async servlet request on timeout
This fixes AsyncServletRequest to correctly call context.dispatch() when
the async request times out so that the consumer can be re-used.
2024-04-21 12:42:20 -04:00
JB Onofré
6084867b26 [maven-release-plugin] prepare for next development iteration 2024-04-11 19:41:29 +02:00
JB Onofré
ceea6dac1c [maven-release-plugin] prepare release activemq-6.1.2 activemq-6.1.2 2024-04-11 19:41:18 +02:00
JB Onofré
c3c522c955 Update spring.schemas in preparation for 6.1.2 release 2024-04-11 19:33:06 +02:00
Christopher L. Shannon
f6d067a49a
Merge pull request #1204 from mattrpav/AMQ-9430
[AMQ-9430] RuntimeConfigPlugin wire in classloader to JAXBContext
2024-04-11 12:29:19 -04:00
JB Onofré
1c3c1289bb
Merge pull request #1202 from jbonofre/AMQ-9473
AMQ-9473: Fix IntrospectionSupport to deal with SSLSocket properties
2024-04-11 17:05:36 +02:00
Christopher L. Shannon
45a1bd54d3 NO-JIRA: fix formatting 2024-04-11 10:02:27 -04:00
Christopher L. Shannon
8b6072d03e
AMQ-9330 - Return 204 code when polling empty destinations (#1203)
Previously a timeout was thrown and complete was not called so Jetty was
returning a 500 error
2024-04-11 09:59:46 -04:00
Matt Pavlovich
1e314d8dfc
[AMQ-9430] RuntimeConfigPlugin wire in classloader to JAXBContext 2024-04-11 08:45:50 -05:00
Christopher L. Shannon
78d9555233
Merge pull request #1200 from cshannon/AMQ-9475
AMQ-9475 - ConsumerControl commands should not auto create wildcard dests
2024-04-11 06:55:34 -04:00
JB Onofré
f90c10df8e
Merge pull request #1191 from kartg/remove-assembly-jrms
[AMQ-9469] Removed JRMS-1.1 dependency from assembly pom.xml
2024-04-11 09:10:31 +02:00
JB Onofré
550cb9b2be AMQ-9473: Fix IntrospectionSupport to deal with SSLSocket properties 2024-04-11 09:09:10 +02:00
JB Onofré
04e84afa89
Merge pull request #1197 from AM-19/branch2
[AMQ-9470] Updated Methods to be called, to properly reload Log4j Properties
2024-04-10 22:31:04 +02:00
JB Onofré
d0dac17926
Merge pull request #1199 from mattrpav/AMQ-9474
[AMQ-9474] Update activemq-osgi import for Spring 6
2024-04-10 22:30:16 +02:00
JB Onofré
43cc596219
Merge pull request #1201 from cshannon/AMQ-9476
AMF-9476 - Fix Jetty constraint mapping
2024-04-10 22:19:51 +02:00
Christopher L. Shannon
09e3251c87 AMF-9476 - Fix Jetty constraint mapping 2024-04-10 16:09:56 -04:00
Christopher L. Shannon
c8f0419fff AMQ-9475 - ConsumerControl commands should not auto create wildcard
dests

This fixes an issue where wildcard destinations could be inadvertently
created by ConsumerControl commands which could lead to problems. The
processing logic for this command now will only look up existing
destinations if they exist.
2024-04-10 11:53:12 -04:00
Matt Pavlovich
34432e2b7a
[AMQ-9474] Update activemq-osgi import for Spring 6 2024-04-09 09:59:03 -05:00
AM-19
d15dedf4e3 [AMQ-9470] Updated Methods to be called, to properly reload Log4j Properties 2024-04-02 21:14:28 +05:30
JB Onofré
e025e443e6 [maven-release-plugin] prepare for next development iteration 2024-04-01 16:28:46 +02:00
JB Onofré
5690826111 [maven-release-plugin] prepare release activemq-6.1.1 activemq-6.1.1 2024-04-01 16:28:36 +02:00
JB Onofré
2bdf0466d0
Merge pull request #1196 from jbonofre/AMQ-9460
AMQ-9460: Fix authentication on Docker images
2024-04-01 16:17:54 +02:00
JB Onofré
661fce3f16 AMQ-9460: Fix authentication on Docker images 2024-04-01 13:48:58 +02:00
JB Onofré
f47ae99fb9
Merge pull request #1195 from apache/revert-1193-AMQ-9460
Revert "AMQ-9460: Don't override ACTIVEMQ_OPTS when provided by user"
2024-04-01 11:28:34 +02:00
JB Onofré
7cbe23974c
Revert "AMQ-9460: Don't override ACTIVEMQ_OPTS when provided by user" 2024-04-01 11:28:21 +02:00
JB Onofré
3652e480b8 Update Spring schemas version in preparation for 6.1.1 release 2024-04-01 07:42:18 +02:00
JB Onofré
24c00d1a80
Merge pull request #1193 from jbonofre/AMQ-9460
AMQ-9460: Don't override ACTIVEMQ_OPTS when provided by user
2024-04-01 07:38:19 +02:00
JB Onofré
34e228f14c AMQ-9460: Don't override ACTIVEMQ_OPTS when provided by user 2024-03-31 19:08:29 +02:00
Kartik Ganesh
1f89c1737e
Removed JRMS-1.1 dependency from assembly pom.xml
Signed-off-by: Kartik Ganesh <gkart@amazon.com>
2024-03-28 12:47:36 -07:00
JB Onofré
a611b143da
Merge pull request #1190 from jbonofre/AMQ-9466
AMQ-9466: Upgrade to log4j 2.23.1
2024-03-26 06:16:07 +01:00
JB Onofré
3f2b2ba0ae
Merge pull request #1189 from jbonofre/AMQ-9465
AMQ-9465: Upgrade to slf4j 2.0.12
2024-03-26 06:14:10 +01:00
JB Onofré
55b5ae5ad8 AMQ-9466: Upgrade to log4j 2.23.1 2024-03-25 14:35:29 +01:00
JB Onofré
4c633e69a7
Merge pull request #1188 from jbonofre/AMQ-9464
AMQ-9464: Upgrade to commons-dbcp2 2.12.0
2024-03-25 14:31:22 +01:00
JB Onofré
98868995c2 AMQ-9464: Upgrade to commons-dbcp2 2.12.0 2024-03-25 10:12:53 +01:00
JB Onofré
5d940c8e17
Merge pull request #1186 from jbonofre/AMQ-9462
AMQ-9462: Upgrade to Jackson 2.16.2
2024-03-25 10:08:25 +01:00
JB Onofré
f056d95726 AMQ-9462: Upgrade to Jackson 2.16.2 2024-03-24 18:30:28 +01:00
JB Onofré
eae193bc33
Merge pull request #1187 from jbonofre/AMQ-9463
AMQ-9463: Upgrade to Camel 4.4.1
2024-03-24 18:25:04 +01:00