Commit Graph

10790 Commits

Author SHA1 Message Date
Jean-Baptiste Onofré 57b1316d21 [AMQ-8395] Avoid possible NPE when sending advisory message
(cherry picked from commit f74992c105)
2021-10-25 06:45:04 +02:00
Jean-Baptiste Onofré 0476091fee [AMQ-8394] Upgrade to shiro 1.8.0
(cherry picked from commit dc574d2a93)
2021-10-04 10:58:19 +02:00
Jean-Baptiste Onofré 7775fde002 [AMQ-8393] Upgrade to jackson 2.12.5
(cherry picked from commit 6dccfcd853)
2021-10-04 10:55:07 +02:00
Étienne H bb3440658c upgrade jaxb-basics-version to 0.12.0
(cherry picked from commit 5d6c18f636)
2021-10-04 09:56:20 +02:00
Matt Pavlovich dba95b7386 [AMQ-8359] Update slf4j to 1.7.32
(cherry picked from commit b515bbeeb9)
2021-10-03 08:00:03 +02:00
Matt Pavlovich a0080766ef [AMQ-8358] Update xstream to 1.4.18
(cherry picked from commit 7579f48e8a)
2021-09-28 17:43:00 +02:00
Jean-Baptiste Onofré a6556ae4a8 Use -fae for test execution on Jenkins 2021-08-23 18:24:16 +02:00
Jean-Baptiste Onofré be8fc6e6eb [maven-release-plugin] prepare for next development iteration 2021-08-10 07:47:44 +02:00
Jean-Baptiste Onofré 50582306a7 [maven-release-plugin] prepare release activemq-5.16.3 2021-08-10 07:47:23 +02:00
Jean-Baptiste Onofré 6f9ca24dd7 [AMQ-8352] Use posix mode for tarLongFileMode in assembly 2021-08-10 07:39:31 +02:00
Jean-Baptiste Onofré a5ccf8e835 Update spring schemas version in preparation for the 5.16.3 release 2021-08-06 17:17:01 +02:00
xingrufei 0b28d92280 [AMQ-8348] Fix XmlMessageRenderer has the risk of XStream deserialization
(cherry picked from commit 099108239c)
2021-08-06 07:19:39 +02:00
xingrufei ec23ab93dd [AMQ-8350] ActiveMQMessage.getStringProperty() should exchange equals method call objects
(cherry picked from commit dbbf3cb3f3)
2021-08-06 07:17:18 +02:00
Christopher L. Shannon (cshannon) 2ec4673a59 AMQ-8349 - Ensure virtual destination consumer advisories are only
replayed to new advisory consumers and not existing

(cherry picked from commit 8b99596eeb)
2021-08-05 09:59:41 -04:00
Jean-Baptiste Onofré 6f2d745ce5 [AMQ-8252] Doesn't display warn stack trace for stomp (regression compared to 5.15.x)
(cherry picked from commit ceaeaa986b)
2021-08-04 08:24:28 +02:00
Jean-Baptiste Onofré 6bb09feed5 [AMQ-8138] Set client IP address with Stomp host header
(cherry picked from commit 2e169f0bc3)
2021-08-03 15:13:38 +02:00
Jean-Baptiste Onofré 6c4c94bb8d
Merge pull request #676 from jbonofre/AMQ-8309-516
[AMQ-8309] Upgrade features and import to avoid cascading refresh
2021-08-03 07:19:32 +02:00
Jean-Baptiste Onofré 380718cab9 [AMQ-8347] Upgrade to Camel 2.25.4
(cherry picked from commit c960370b1f)
2021-08-02 15:16:38 +02:00
Matt Pavlovich 36e259e785 [AMQ-8329] Update Tomcat to 9.0.48
(cherry picked from commit 0197a7583d)
2021-08-02 10:45:02 +02:00
Matt Pavlovich c97bceeccb [AMQ-8334] Remove build references to Smack which was removed in 5.9.x
(cherry picked from commit a01e2266cb)
2021-08-02 10:14:04 +02:00
Matt Pavlovich 4fce1f31f1 [AMQ-8327] Update Jackson to 2.12.4
(cherry picked from commit fc4e68f46a)
2021-08-01 17:56:14 +02:00
Matt Pavlovich 407e9bee60 [AMQ-8333] Update commons-pool2 to 2.10.0
(cherry picked from commit 1a01bfca77)
2021-07-28 07:23:53 +02:00
Matt Pavlovich ebde0d7459 [AMQ-8330] Update Jetty to 9.4.43.v20210629
(cherry picked from commit 224ff23789)
2021-07-28 07:22:10 +02:00
Matt Pavlovich 3857a034fe [AMQ-8331] Update to slf4j 1.7.31
(cherry picked from commit a2ebabe32b)
2021-07-28 07:20:50 +02:00
Matt Pavlovich d7f644f394 [AMQ-8328] Update commons-io to 2.11.0
(cherry picked from commit c9d75b0467)
2021-07-28 07:16:10 +02:00
Matt Pavlovich 0b2adf492c [AMQ-8326] Upgrade com.rometools/rome to 1.16.0
(cherry picked from commit 93b2b70cdf)
2021-07-28 07:13:31 +02:00
jbonofre 856d37df0e [AMQ-8309] Upgrade features and import to avoid cascading refresh 2021-07-12 17:59:29 +02:00
jbonofre 2b1f9a51e7 [AMQ-8286] Upgrade to commons-io 2.10.0
(cherry picked from commit 379408083a)
2021-07-05 06:11:30 +02:00
Matt Pavlovich dce83db7c2 [AMQ-8290] Cleanup assembly warnings and upgrade assembly plugin
- Convert 'attached' to 'single' goal
 - Clean up leading "/" in descriptors

(cherry picked from commit 5c9df5db0c)
2021-07-04 07:04:19 +02:00
dvhvsekhar f942276c30 AMQ-8304: Added a check with !isStopping() also before attempting to read input stream (#672)
(cherry picked from commit 8584b46e76)
2021-07-04 06:43:29 +02:00
Christopher L. Shannon (cshannon) dc786edecc AMQ-6660 - Use a separate lock for lazy scheduler creation to prevent
deadlocks

Switch to using a dedicated lock to initialize the Scheduler object
inside of ActiveMQConnection to prevent a deadlock scenario that occurs
when using the intrinsic ActiveMQConnection lock. This is using double
checked locking so this lock will only be contended with during lazy
creation and then will rely on the volatile reference for future reads
and when stopping/closing.

(cherry picked from commit 3f5abd4433)
2021-06-25 11:39:03 -04:00
Matt Pavlovich 51fa53977b [AMQ-8301] Upgrade to Jetty 9.4.42.v20210604
(cherry picked from commit c8e7ef3e00)
2021-06-20 18:55:12 +02:00
jbonofre 4f3e8b0a49 [AMQ-8302] Extend Camel import version range to avoid refresh on Karaf 2021-06-17 17:23:47 +02:00
Matt Pavlovich 16ee3cd0f2 [AMQ-8285] Add 'slow' metrics to PersistenceAdapterStatistics (#664)
(cherry picked from commit c0d5399635)
2021-06-04 06:20:44 +02:00
Colm O hEigeartaigh f3e90aab44 AMQ-8117 - Allow java.util arrays for deserialization
(cherry picked from commit 7ca7118a95)
2021-06-04 06:16:15 +02:00
Christopher L. Shannon (cshannon) 0f952f72f7 AMQ-8287 - fix NIOSSLTransport deadlock with serviceRead lock
This narrows the lock that was added to serviceRead() to secureRead()
which prevents processing commands while locked which should solve the
deadlock issues

(cherry picked from commit 2fcf2fd75f)
2021-06-02 13:54:37 -04:00
jbonofre 7521d49402 [AMQ-8170] Upgrade to Jackson 2.12.3
(cherry picked from commit 6269669b78)
2021-05-31 11:04:55 +02:00
jbonofre 6df450b7eb [AMQ-8284] Upgrade to Jetty 9.4.41.v20210516 2021-05-29 07:20:16 +02:00
jbonofre 4c56105b91 [AMQ-8270] Upgrade to xstream 1.4.17
(cherry picked from commit 5801c72b9d)
2021-05-29 06:15:51 +02:00
jbonofre 407c2965d3 [AMQ-8281] Upgrade to xbean 4.20
(cherry picked from commit a48cc07517)
2021-05-28 07:27:05 +02:00
Matt Pavlovich ccb1050af9 [AMQ-8248] Upgrade Jetty to 9.4.40.v20210413
(cherry picked from commit fd29d5dd1f)
2021-05-09 16:48:54 +02:00
jbonofre 9eda1508e3 [maven-release-plugin] prepare for next development iteration 2021-04-21 07:39:09 +02:00
jbonofre ff1af27106 [maven-release-plugin] prepare release activemq-5.16.2 2021-04-21 07:38:47 +02:00
gtully 818d885d6c AMQ-7298 - fix regression with broker redelivery plugin, fix and test relates to AMQ-8168
(cherry picked from commit c4d2ddfce9)
2021-04-21 07:29:18 +02:00
jbonofre 0730c7e247 Update schema in preparation for 5.16.2 release 2021-04-21 07:26:06 +02:00
Jonathan Gallimore c6838aa451 AMQ-8220 add add-opens options for Java 16
(cherry picked from commit d1c48abaca)
2021-04-21 07:10:45 +02:00
charlie-aws ec95c6f948 AMQ-8226 match any amount of spaces before activemq PID in bin/activemq startup script
(cherry picked from commit f1190f8fed)
2021-04-16 08:12:48 +02:00
Robbie Gemmell 82a169c538 AMQ-8224: update to Qpid JMS 0.58.0 (and Netty 4.1.63)
(cherry picked from commit 4da42dfe18)
2021-04-14 17:13:57 +01:00
charlie-aws 64740b617f fix org.apache.commons.lang.StringEscapeUtils cannot be resolved to a type
(cherry picked from commit 2f2f76f785)
2021-04-08 06:55:12 +02:00
jbonofre 89ef3e8313 [AMQ-8218] Installing activemq features breaks http commands and can cause several refresh. The user should use spring-legacy from Karaf version instead of the range.
(cherry picked from commit ee808b310a)
2021-04-06 06:57:26 +02:00