Commit Graph

10669 Commits

Author SHA1 Message Date
jbonofre 9c1b714bf1 [AMQ-8075] Upgrade to xbean 4.18
(cherry picked from commit a1db62c626)
2020-11-22 11:05:33 +01:00
jbonofre f9645a9d76 [AMQ-8074] Upgrade to httpclient 4.5.13
(cherry picked from commit 4fde3e2371)
2020-11-22 08:15:11 +01:00
jbonofre c66ea82ead [AMQ-8073] Upgrade to commons-pool2 2.9.0
(cherry picked from commit db19c2082c)
2020-11-22 07:38:34 +01:00
dhmgit 894c60ee0c adding an option which allows messages to expire on active durable subscriptions
(cherry picked from commit 2f2fe6855f)
2020-11-22 07:17:44 +01:00
Andrew Levandoski 6eddfe5cac AMQ-8011 - Performance Related issue in ClassLoadingAwareObjectInputStream.checkSecurity()
(cherry picked from commit f3e0ab4c5a)
2020-11-21 19:06:26 +01:00
murali.mogalayapalli d9113626e5 [AMQ-8028] Add sendWhenNotMatched option to composite destination filter
(cherry picked from commit 55914d3ac1)
2020-11-21 14:22:06 +01:00
Lars Kiesow 696315461f Shebang in env
This patch removes the shebang from the env file. The file is – and
should always be – sourced and never be executed directly and should
thus not contain a shebang.

The file has also already no executable flag. Probably for the same
reason.

(cherry picked from commit b993be2995)
2020-11-21 07:28:02 +01:00
Colm O hEigeartaigh f91e81bf4c AMQ-8029 - Place a bound on the data read in MessageServletSupport
(cherry picked from commit 66cb8d4cfb)
2020-11-21 06:49:58 +01:00
Gary Gregory 020276f499 Guard against null return value from java.net.NetworkInterface.getNetworkInterfaces().
(cherry picked from commit d292372902)
2020-11-20 18:13:50 +01:00
jbonofre 2814a2451d [AMQ-8072] Upgrade to commons-dbcp2 2.8.0
(cherry picked from commit 6ca2761ce6)
2020-11-19 10:57:29 +01:00
jbonofre 357794801c Try to avoid JMX issue on StompTest 2020-11-18 16:48:08 +01:00
jbonofre 8c384676a8 Improve stability of KahaDB tests 2020-11-18 16:46:54 +01:00
jbonofre 1be0d3228d Improve AMQ7118Test stability 2020-11-18 16:46:13 +01:00
jbonofre 3e2830a4a8 [AMQ-8071] Upgrade to commons-net 3.7.2
(cherry picked from commit 064251787a)
2020-11-13 14:58:11 +01:00
jbonofre a814d9ea08 [AMQ-8070] Upgrade to commons-io 2.8.0
(cherry picked from commit 5b04d35751)
2020-11-13 14:56:10 +01:00
jbonofre 9b173bf6b2 [AMQ-8069] Upgrade to commons-daemon 1.2.3
(cherry picked from commit 3b1e8fae31)
2020-11-13 06:00:55 +01:00
jbonofre 94b5b7394d [AMQ-8066] Upgrade to Rome 1.15.0
(cherry picked from commit eda11b135e)
2020-11-13 05:57:50 +01:00
jbonofre cc1ad629d3 Add Jenkinsfile
(cherry picked from commit c195d51080)
2020-11-12 10:48:56 +01:00
Benjamin Graf 054febe0c9 AMQ-8055 - rename posion to correct poison
(cherry picked from commit a2e718f259)
2020-11-10 16:13:57 +01:00
jbonofre 04537f5221 [AMQ-8065] Upgrade to Shiro 1.7.0
(cherry picked from commit 2759d163b0)
2020-11-10 14:53:44 +01:00
jbonofre 5a113b7127 Remove unused ant dependency
(cherry picked from commit 10903d490f)
2020-11-10 11:23:01 +01:00
jbonofre 81e89b1c58 [AMQ-8064] Upgrade to Tomcat 9.0.39
(cherry picked from commit 6e7762fbc8)
2020-11-10 10:56:33 +01:00
jbonofre 2b35d51d33 [AMQ-8043] Upgrade to Spring 4.3.29.RELEASE
(cherry picked from commit bbc313aa73)
2020-11-10 10:09:26 +01:00
jbonofre ef86651dbd [AMQ-8037] Upgrade to Jetty 9.4.34.v20201102
(cherry picked from commit 059bd5c71d)
2020-11-10 09:32:55 +01:00
jbonofre 9f466af0ae [AMQ-8036] Upgrade to Jackson Databind 2.9.10.6
(cherry picked from commit 3852d0d123)
2020-11-10 06:26:11 +01:00
artnaseef 177eb71c52 Properly encode the copy/move message URL.
(cherry picked from commit 4450c17c1c)
2020-09-18 09:16:23 +02:00
gtully c9f68f4c64 AMQ-8035 - ensure propagated credentials are visible for bind and removed for subsequent mapping operations
(cherry picked from commit 73e291693d)
2020-09-16 17:54:11 +02:00
Colm O hEigeartaigh 1b0a47bed5 AMQ-7512 - Consolidate XBean byte parsing
(cherry picked from commit 930b18df65)
2020-08-11 09:48:22 +02:00
Colm O hEigeartaigh 0ac62e2c8a AMQ-7511 - Update Jackson Databind to 2.9.10.5
(cherry picked from commit 32cb43c441)
2020-08-11 09:46:18 +02:00
Colm O hEigeartaigh 811f49b947 AMQ-7513 - Fix http://activemq.org links
(cherry picked from commit fca3b615eb)
2020-08-11 09:43:15 +02:00
Colm O hEigeartaigh 04430d8e93 AMQ-8020 - Replace toLowerCase().equals() with equalsIgnoreCase
(cherry picked from commit e3e2fda509)
2020-08-11 09:33:46 +02:00
Timothy Bish fdf9809d49 AMQ-8016 Fix introspection support not checking Boolean class types
Support class should check both primitive and Object based types for
conversion from String to boolean or Boolean targets

(cherry picked from commit 742a7f42f0)
2020-07-31 11:48:32 -04:00
Christopher L. Shannon (cshannon) 2fa7f09fb9 AMQ-8012 - Move synchronized block after null check
(cherry picked from commit 0a189f833e)
2020-07-24 16:29:52 -04:00
Christopher L. Shannon (cshannon) 795e917cbe AMQ-8012 - Improve thread safety of SubQueueSelectorCacheBroker
When returning a copy of the set of selectors we need to synchronize

(cherry picked from commit 62f5576fe5)
2020-07-24 14:19:07 -04:00
Matt Pavlovich dbf6e36e2c [AMQ-8012] Fix for ConcurrentModificationException in SubQueueSelectorCacheBroker
- Remove non-thread-safe method getSelectors()
 - Update all references to use the thread-safe getSelectorsForDestination() method

(cherry picked from commit 083acb9691)
2020-07-24 14:19:00 -04:00
Christopher L. Shannon (cshannon) 6c07033c58 AMQ-7516 - Fix XAConenctionPoolTest after change to make tmFromJndi an
object
2020-07-16 08:20:22 -04:00
Tomasz Adamski 300d0b9e83 Change org.apache.activemq.jms.pool.XaPooledConnectionFactory#tmFromJndi parameter to Boolean for JCA validation 2020-07-16 08:20:16 -04:00
gtully b3386c8ac7 no jira - add selector on originalDestination attribute test 2020-07-06 16:56:30 +01:00
gtully a436b2177e AMQ-7508 - fix session reuse and remove incremental loggers, new test 2020-07-03 16:46:48 +01:00
Jean-Baptiste Onofré 334476ac63 [maven-release-plugin] prepare for next development iteration 2020-06-25 07:26:41 +02:00
Jean-Baptiste Onofré 86dd78b1aa [maven-release-plugin] prepare release activemq-5.16.0 2020-06-25 07:26:13 +02:00
Jean-Baptiste Onofré 6908749c2f Fix version 2020-06-25 07:13:04 +02:00
Jean-Baptiste Onofré ff2dae82f3 [maven-release-plugin] prepare release activemq-5.16.0 2020-06-24 21:56:52 +02:00
Christopher L. Shannon (cshannon) 5901d9a6f0 AMQ-7505 - Adding missing license headers to two source files 2020-06-24 13:22:09 -04:00
Christopher L. Shannon (cshannon) 7c5a4bd940 AMQ-7505 - Fix prototype.js exclusion for apache-rat:check 2020-06-24 13:19:56 -04:00
Christopher L. Shannon (cshannon) 763b3c337f AMQ-7504 - Run apache-rat:check when apache-release profile is activated
This will verify licenses when doing a release
2020-06-24 12:54:58 -04:00
jbonofre 4ed2ba22a9 Cancel 5.16.0 release 2020-06-24 15:19:34 +02:00
Jean-Baptiste Onofré cd1e9f8697 [maven-release-plugin] prepare for next development iteration 2020-06-23 17:40:26 +02:00
Jean-Baptiste Onofré 2e890c6224 [maven-release-plugin] prepare release activemq-5.16.0 2020-06-23 17:39:53 +02:00
Jean-Baptiste Onofré 23f285a627 [AMQ-7351] Downgrade to Apache POM 18 to avoid javadoc generation issue during release 2020-06-23 16:45:12 +02:00