JB Onofré
1428cf83fb
AMQ-9495: Upgrade to maven-assembly-plugin 3.7.1
2024-05-25 07:59:02 +02:00
JB Onofré
d1ab8ef93d
Merge pull request #1224 from jbonofre/AMQ-9494
...
AMQ-9494: Upgrade to maven-source-plugin 3.3.1
2024-05-25 07:45:11 +02:00
Christopher L. Shannon
527d245831
AMQ-9504 - Add missing license header
2024-05-22 10:11:24 -04:00
Christopher L. Shannon
ddfb36515c
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
2024-05-22 09:22:01 -04:00
JB Onofré
8464b2d658
Merge pull request #1226 from coheigea/coheigea/http-typo
...
Fixing typo
2024-05-21 10:53:14 +02:00
Colm O hEigeartaigh
3c276290a1
Fixing typo
2024-05-20 16:33:18 +01:00
JB Onofré
7bc8b67fe0
AMQ-9494: Upgrade to maven-source-plugin 3.3.1
2024-05-13 16:19:37 +02:00
JB Onofré
4cadbab76c
Merge pull request #1214 from jbonofre/AMQ-9490
...
AMQ-9490: Upgrade to commons-logging 1.3.1
2024-05-13 16:11:34 +02:00
JB Onofré
32b106e467
AMQ-9490: Upgrade to commons-logging 1.3.1
2024-05-06 13:33:39 +02:00
JB Onofré
85f82035cd
Merge pull request #1215 from jbonofre/AMQ-9491
...
AMQ-9491: Upgrade to ASM 9.7
2024-05-06 13:32:33 +02:00
JB Onofré
17aaff3709
Merge pull request #1217 from jbonofre/AMQ-9499
...
AMQ-9499: Upgrade to maven-shade-plugin 3.5.3
2024-05-06 13:32:21 +02:00
JB Onofré
5b99ad79ed
Merge pull request #1220 from kenliao94/upgrade_maven_shade_plugin
...
[AMQ-9501] Upgrade activemq-bom to 6.2.0-snapshot
2024-05-06 13:31:55 +02:00
Ken Liao
334947af46
upgrade activemq-bom to 6.2.0 snapshot
2024-05-05 14:17:40 -07:00
JB Onofré
f444fae332
AMQ-9499: Upgrade to maven-shade-plugin 3.5.3
2024-05-05 16:58:38 +02:00
JB Onofré
f03443ee98
AMQ-9491: Upgrade to ASM 9.7
2024-05-05 16:58:11 +02:00
JB Onofré
0f520f1e27
Merge pull request #1213 from jbonofre/AMQ-9489
...
AMQ-9489: Upgrade to commons-io 2.16.1
2024-05-04 08:02:21 +02:00
JB Onofré
986cd7c52b
Merge pull request #1219 from kenliao94/misc_fix
...
[Misc] Various misc. fixes for Broker interface
2024-05-03 08:30:37 +02:00
Ken Liao
9096ae6e75
Various muis fix for Broker interface
2024-05-02 16:26:23 -07:00
JB Onofré
626932c1c5
AMQ-9489: Upgrade to commons-io 2.16.1
2024-05-02 09:56:48 +02:00
JB Onofré
b39e64f258
Merge pull request #1212 from jbonofre/AMQ-9488
...
AMQ-9488: Upgrade to jackson 2.17.0
2024-05-02 09:55:02 +02:00
JB Onofré
21fc0fbe26
Merge pull request #1218 from veita/fix-typo-in-setenv
...
Fix typo in setenv
2024-05-02 09:28:57 +02:00
Alexander Veit
196d149c66
Fix typo in setenv
...
Signed-off-by: Alexander Veit <alexander.veit@gmx.net>
2024-05-01 23:05:44 +02:00
JB Onofré
aa7c2377cc
AMQ-9488: Upgrade to jackson 2.17.0
2024-04-30 14:46:36 +02:00
JB Onofré
b70a1f4340
Update spring schemas version for 6.2.x
2024-04-30 14:40:28 +02:00
Matt Pavlovich
e116b5a47d
Merge branch 'mattrpav-AMQ-9457'
2024-04-29 19:35:14 -05:00
Matt Pavlovich
dc7c07e873
[AMQ-9457] Add activemq-bom-client
2024-04-29 19:28:09 -05:00
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