Commit Graph

11795 Commits

Author SHA1 Message Date
Matt Pavlovich 77ae81cbd8 [AMQ-9480] Update activemq-osgi import for Jetty 11 and 12 2024-04-29 19:27:16 -05:00
Matt Pavlovich acf2ddd099 [AMQ-9486] Upgrade Spring 6.1.6 2024-04-29 19:14:08 -05:00
Matt Pavlovich d0a435fe5b
Update main to 6.2.0-SNAPSHOT 2024-04-29 10:52:46 -05: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 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 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
JB Onofré 9d1cd325b5 AMQ-9465: Upgrade to slf4j 2.0.12 2024-03-24 13:11:31 +01:00
JB Onofré 4530caa104 AMQ-9463: Upgrade to Camel 4.4.1 2024-03-24 07:57:08 +01:00
JB Onofré 84204f4c96
Merge pull request #1185 from jbonofre/AMQ-9461
AMQ-9461: Upgrade copyrigth on the webconsole
2024-03-23 11:55:19 +01:00
JB Onofré 45bce62d05
Merge pull request #1174 from ggkochanski/AMQ-9452
AMQ-9452: unwind BaseDestination to access queue/topic message
2024-03-22 18:34:13 +01:00
JB Onofré d347f47b66
Merge pull request #1176 from mattrpav/AMQ-9456
[AMQ-9456] Remove deprecated activemq-client-jakarta module
2024-03-22 18:30:55 +01:00
JB Onofré 13d131032c AMQ-9461: Upgrade copyrigth on the webconsole 2024-03-22 18:15:28 +01:00
JB Onofré dbe995642d
Merge pull request #1184 from jbonofre/AMQ-9454
AMQ-9454: Upgrade to Spring 6.1.5
2024-03-22 17:52:33 +01:00
JB Onofré 9e524fc4ef
Merge pull request #1181 from AM-19/main
[AMQ-9459]: Added JVM Arg to open sun.nio.ch
2024-03-22 16:30:07 +01:00
JB Onofré c4de93da21 AMQ-9454: Upgrade to Spring 6.1.5 2024-03-22 08:30:54 +01:00