Jean-Baptiste Onofré
0397c3a794
AMQ-9358: Upgrade to shiro 1.12.0
2023-10-22 07:04:47 +02:00
JB Onofré
2fbcf89b7e
Merge pull request #1087 from jbonofre/AMQ-9360
...
AMQ-9360: Upgrade to ant 1.10.14
2023-10-22 07:02:36 +02:00
JB Onofré
a9f295c133
Merge pull request #1086 from jbonofre/AMQ-9361
...
AMQ-9361: Upgrade to commons-dbcp2 2.10.0
2023-10-22 06:59:09 +02:00
JB Onofré
695db46ba0
Merge pull request #1085 from jbonofre/AMQ-9362
...
AMQ-9362: Upgrade to commons-pool2 2.12.0
2023-10-22 06:57:27 +02:00
JB Onofré
fc161b9cb8
Merge pull request #1083 from jbonofre/AMQ-9364
...
AMQ-9364: Upgrade to slf4j 2.0.9
2023-10-22 06:55:36 +02:00
JB Onofré
e7237dcc5b
Merge pull request #1084 from jbonofre/AMQ-9363
...
AMQ-9363: Upgrade to derby 10.16.1.1
2023-10-21 22:11:47 +02:00
Jean-Baptiste Onofré
6d17a6cda2
AMQ-9360: Upgrade to ant 1.10.14
2023-10-21 14:56:49 +02:00
Jean-Baptiste Onofré
3c82474aa0
AMQ-9361: Upgrade to commons-dbcp2 2.10.0
2023-10-21 14:54:31 +02:00
Jean-Baptiste Onofré
d2825348bc
AMQ-9362: Upgrade to commons-pool2 2.12.0
2023-10-21 14:51:21 +02:00
JB Onofré
0964acec2f
Merge pull request #1081 from jbonofre/AMQ-9322
...
AMQ-9322: Upgrade to depends-maven-plugin 1.5.0
2023-10-21 14:48:03 +02:00
Jean-Baptiste Onofré
a0a92a7170
AMQ-9363: Upgrade to derby 10.16.1.1
2023-10-21 14:46:42 +02:00
Jean-Baptiste Onofré
b0aae53946
AMQ-9364: Upgrade to slf4j 2.0.9
2023-10-21 14:45:09 +02:00
JB Onofré
580d000148
Merge pull request #1079 from jbonofre/AMQ-9320
...
AMQ-9320: Upgrade to dependency-check-maven 8.4.0
2023-10-21 14:39:21 +02:00
JB Onofré
34d37f0d52
Merge pull request #1080 from jbonofre/AMQ-9321
...
AMQ-9321: Upgrade to maven-shade-plugin 3.5.1
2023-10-21 14:32:29 +02:00
JB Onofré
374603cf69
Merge pull request #1082 from jbonofre/AMQ-9332
...
AMQ-9332: Upgrade to xbean 4.24
2023-10-21 14:26:05 +02:00
Jean-Baptiste Onofré
c9411136a3
AMQ-9332: Upgrade to xbean 4.24
2023-10-21 07:42:36 +02:00
Jean-Baptiste Onofré
03fc705ce2
AMQ-9322: Upgrade to depends-maven-plugin 1.5.0
2023-10-21 07:40:20 +02:00
Jean-Baptiste Onofré
f13b5471ab
AMQ-9321: Upgrade to maven-shade-plugin 3.5.1
2023-10-21 07:35:18 +02:00
Jean-Baptiste Onofré
ee2cc86897
AMQ-9320: Upgrade to dependency-check-maven 8.4.0
2023-10-21 07:31:48 +02:00
JB Onofré
5983fa244e
Merge pull request #1074 from jbonofre/AMQ-9338
...
AMQ-9338: Use setenv instead of env to avoid POSIX conflict
2023-10-21 06:48:00 +02:00
Matt Pavlovich
8e0f077fb0
[AMQ-9351] Add JDK version as a choice for build runs
2023-10-20 17:04:32 -05:00
Matt Pavlovich
89d0f2975d
[AMQ-9350] Add JDK 21 to Jenkins CI job
2023-10-20 16:20:31 -05:00
Matt Pavlovich
9db69bc299
[AMQ-9323] Migration to jakarta-based jaxb
2023-10-20 16:08:25 -05:00
JB Onofré
0146e338fb
This closes #947
2023-10-20 17:52:21 +02:00
Martin Devlin
573ae71ec9
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.
2023-10-20 17:39:37 +02:00
JB Onofré
4b532cb9ec
AMQ-9338: Use setenv instead of env to avoid POSIX conflict
2023-10-20 17:00:49 +02:00
JB Onofré
294ec12594
Merge pull request #1070 from jbonofre/AMQ-9331
...
AMQ-9331: Upgrade to ASM 9.6
2023-10-20 08:31:25 +02:00
Jean-Baptiste Onofré
a2a0eb0967
This closes #916
2023-10-20 08:30:07 +02:00
Matt Pavlovich
c1731b74db
[AMQ-8571] Remove unused commons-collection dep from activemq-console activemq-jaas feature-core
2023-10-20 08:28:49 +02:00
JB Onofré
dc4b584c7e
Merge pull request #237 from sigee/cleaning
...
Remove unnecessary boxing / unboxing
2023-10-19 16:03:52 +02:00
Jean-Baptiste Onofré
f07361d297
AMQ-9331: Upgrade to ASM 9.6
2023-10-19 14:31:26 +02:00
JB Onofré
5874d28314
Merge pull request #1072 from jbonofre/AMQ-9334
...
AMQ-9334: Upgrade to Spring 6.0.13
2023-10-19 14:28:24 +02:00
Christopher L. Shannon
961067ec19
Merge pull request #1075 from cshannon/AMQ-9343
...
AMQ-9343 - Reduce memory used for in flight transactions
2023-10-18 11:44:27 -04:00
Christopher L. Shannon (cshannon)
c3bef84be5
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:11:24 -04:00
JB Onofré
07cce0609b
Merge pull request #160 from emopers/SynchronizedCollection_140_422
...
TransportConnection does not synchronize iteration on synchronized list
2023-10-17 11:21:36 +02:00
JB Onofré
42bf7d4480
Merge pull request #1068 from jbonofre/AMQ-9326
...
AMQ-9326: Upgrade to Jetty 11.0.7
2023-10-16 10:40:32 +02:00
JB Onofré
e259b0e4ce
Merge pull request #1048 from essobedo/AMQ-9305/adapt-docker-files-to-java-17
...
[AMQ-9305] Adapt the docker-related files to Java 17
2023-10-16 10:35:10 +02:00
Nicolas Filotto
d7e166d709
[AMQ-9305] Adapt the docker-related files to Java 17
2023-10-16 10:09:17 +02:00
JB Onofré
360a45488a
Merge pull request #1042 from PascalSchumacher/slow_consumer_log_message_superfluous_placeholder
...
AdvisoryBroker#handleFireFailure: Remove unused placeholder in warn l…
2023-10-15 08:09:13 +02:00
Jean-Baptiste Onofré
37d023dba1
AMQ-9334: Upgrade to Spring 6.0.13
2023-10-15 07:57:58 +02:00
JB Onofré
ce7d734ed2
AMQ-9326: Upgrade to Jetty 11.0.7
2023-10-15 07:37:54 +02:00
JB Onofré
09833f06b4
Merge pull request #1071 from jbonofre/ENFORCE_JAVA17
...
Enforce Java17 min
2023-10-15 07:36:01 +02:00
JB Onofré
e59ff1908e
Merge pull request #1049 from essobedo/AMQ-9306/make-webconsole-accessible-from-host
...
[AMQ-9306] Make the WebConsole accessible from outside the container
2023-10-14 11:13:08 +02:00
JB Onofré
61c7d77836
Enforce Java17 min
2023-10-14 11:09:49 +02:00
JB Onofré
e43779e69c
Merge pull request #1063 from jbonofre/AMQ-9318
...
AMQ-9318: Upgrade to maven-javadoc-plugin 3.6.0
2023-10-14 07:54:40 +02:00
JB Onofré
05cb2b2269
Merge pull request #1062 from jbonofre/AMQ-9317
...
AMQ-9317: Upgrade to maven-enforcer-plugin 3.4.1
2023-10-14 07:42:17 +02:00
JB Onofré
1974fe0aef
AMQ-9317: Upgrade to maven-enforcer-plugin 3.4.1
2023-10-13 16:59:02 +02:00
JB Onofré
302a2f698e
Merge pull request #1053 from essobedo/fix-schema-location-in-web.xml
...
Fix the schema location in web.xml files
2023-10-13 16:03:14 +02:00
JB Onofré
a07131eab3
Merge pull request #1064 from jbonofre/AMQ-9319
...
AMQ-9319: Upgrade to maven-war-plugin 3.4.0
2023-10-13 16:00:21 +02:00
JB Onofré
06d8a03269
Merge pull request #1060 from jbonofre/AMQ-9314
...
AMQ-9314: Upgrade to Jetty 11.0.16
2023-10-11 15:36:29 +02:00