Commit Graph

11154 Commits

Author SHA1 Message Date
jbonofre 0a314bc070 [AMQ-8172] Upgrade to commons-net 3.8.0 2021-03-18 10:56:50 +01:00
jbonofre 441af5a782 [AMQ-8173] Upgrade to junit 4.13.2 2021-03-18 10:51:29 +01:00
Jean-Baptiste Onofré 804c086b5c
Merge pull request #625 from jbonofre/AMQ-8177
[AMQ-8177] Upgrade to powermock 1.7.4
2021-03-18 10:32:10 +01:00
Jean-Baptiste Onofré f13c706a31
Merge pull request #623 from jbonofre/AMQ-8182
[AMQ-8182] Upgrade to Velocity 2.3
2021-03-18 10:29:26 +01:00
Jean-Baptiste Onofré c92aca0612
Merge pull request #612 from jbonofre/AMQ-8123
[AMQ-8123] Add jaxb-core,istack,activation in lib for RuntimeConfigurationPlugin (with both JDK8 and 11+)
2021-03-18 10:16:19 +01:00
jbonofre 08d9e64c26 [AMQ-8177] Upgrade to powermock 1.7.4 2021-03-18 08:01:34 +01:00
jbonofre a19bfcb51e [AMQ-8182] Upgrade to Velocity 2.3 2021-03-17 21:54:12 +01:00
jbonofre f64c9327d7 [AMQ-8123] Add jaxb-core,istack,activation in lib for RuntimeConfigurationPlugin (with both JDK8 and 11+) 2021-03-17 21:42:59 +01:00
Jean-Baptiste Onofré 5ba8dde417
Merge pull request #622 from jbonofre/TEST_PROFILE
Add full.test profile to execute all modules and remove unit tests and itests by default
2021-03-17 21:41:09 +01:00
jbonofre b39cd907fd Add full.test profile to execute all modules and remove unit tests and itests by default 2021-03-15 17:47:08 +01:00
Jean-Baptiste Onofré 963bea2ddb
Merge pull request #621 from cshannon/AMQ-8184
AMQ-8184 - Re-enable NIO tests
2021-03-15 07:55:36 +01:00
Jean-Baptiste Onofré 3ecce8beea
Merge pull request #619 from charlie-cyf/master
AMQ-8048 ActiveMQ broker doesn't start with the error : Keystores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory
2021-03-15 07:51:55 +01:00
Christopher L. Shannon (cshannon) 2cf3decd8e AMQ-8184 - Re-enable NIO tests
Re-enable the nio transport tests in activemq-unit-tests by default to
catch transport errors. Also fix broken tests
2021-03-11 11:16:29 -05:00
Christopher L. Shannon (cshannon) 2712464b78 AMQ-8183 - apply maxFrameSize high cpu usage fix to Auto nio transport
also
2021-03-11 11:13:35 -05:00
Christopher L. Shannon (cshannon) 944ca6c7e1 AMQ-8183 - prevent infinite loop when maxFrameSize is exceeded
This makes sure the nio transport thread properly terminates if
maxFrameSize is exceeded with OpenWire to prevent an infinite loop that
uses up all the cpu
2021-03-11 09:59:36 -05:00
Jean-Baptiste Onofré fc5cd100fe
Merge pull request #614 from ehossack-aws/shiro-1.7.1
Update shiro to 1.7.1
2021-03-09 22:06:22 +01:00
Jean-Baptiste Onofré 75585a0fae
Merge pull request #616 from ehossack-aws/AMQ-8167
Upgrade to Jetty 9.4.38.v20210224
2021-03-09 21:58:41 +01:00
Jean-Baptiste Onofré f2a3fbda2b
Merge pull request #620 from cshannon/AMQ-8169
AMQ-8169: Synchronize on serviceRead inside NIOSSLTransport
2021-03-09 21:19:27 +01:00
Christopher L. Shannon (cshannon) 1654e6c79c AMQ-8169: Synchronize on serviceRead inside NIOSSLTransport
This is needed to prevent concurrent access to the SSLEngine during
initialization. This is a regression from when auto+nio+ssl was added.
2021-03-08 11:28:33 -05:00
Charlie Chen 86eda3a6b1 AMQ-8048 replace SslContextFactory with SslContextFactory$Server & fix assembly BrokerXmlConfigStartTest activemq-security.xml test 2021-03-07 11:54:59 -08:00
Étienne H 4dba271961 Upgrade to Jetty 9.4.38.v20210224
Mitigates CVE-2020-27223
2021-03-03 12:29:41 -08:00
Matt Pavlovich 065b9ec33c [AMQ-6951] Update assembly/reelease/conf/jetty.xml to hide Jetty version 2021-03-02 10:56:20 -06:00
Matt Pavlovich 79f1c2feb7 [AMQ-6951] Hide embedded jetty version
- WS transport
 - HTTP transport
2021-03-02 10:44:40 -06:00
Étienne H bf9348eb0b Update shiro to 1.7.1
Fixes CVE-2020-17523
2021-02-10 09:24:01 -08:00
gtully 2f40261362 AMQ-8131 - revert treating unmatched as real acks b/c individual acks are not tracked. make use of enableMessageExpirationOnActiveDurableSubs to ensure unmatched can eventually expire 2021-02-01 12:11:30 +00:00
gtully e1b3204407 AMQ-8131 - track unmatched acks in the acks table 2021-01-28 14:46:29 +00:00
jbonofre 1c315db1d1 Update xsd version 2021-01-14 09:32:33 +01:00
Jean-Baptiste Onofré 92120578d9
Merge pull request #611 from jbonofre/AMQ-7444
[AMQ-7444] Fallback to remote location for remote address when socket has not been created yet
2021-01-14 06:29:34 +01:00
Jean-Baptiste Onofré 4dc6903c18
Merge pull request #610 from jbonofre/AMQ-7443
[AMQ-7443] Add connection remote addr in the prefetch warn log message
2021-01-14 06:05:37 +01:00
Jean-Baptiste Onofré d9febc0977
Merge pull request #609 from jbonofre/AMQ-7246
[AMQ-7246] Add scheduledMessageCount and delayedMessageCount attributes on the JobSchedulerViewMBean
2021-01-13 18:49:11 +01:00
Jean-Baptiste Onofré feaa2de87b
Merge pull request #608 from jbonofre/AMQ-8097
[AMQ-8097] Deal with deserialization with xstream unmarshal poison ack
2021-01-13 18:28:34 +01:00
jbonofre cbc1baa07a [AMQ-8097] Deal with deserialization with xstream unmarshal poison ack 2021-01-13 16:13:25 +01:00
jbonofre 295400ae33 Fix missing ASF header 2021-01-13 15:17:06 +01:00
jbonofre 0c1b3e9240 [AMQ-7444] Fallback to remote location for remote address when socket has not been created yet 2021-01-13 11:41:17 +01:00
jbonofre 7339e0516c [AMQ-7443] Add connection remote addr in the prefetch warn log message 2021-01-13 06:23:28 +01:00
jbonofre f01e35f7d9 [AMQ-7246] Add scheduledMessageCount attribute on the JobSchedulerView MBean 2021-01-12 18:58:34 +01:00
Jean-Baptiste Onofré 07486de0fd
Merge pull request #607 from jbonofre/AMQ-8113
[AMQ-8113] Upgrade to httpcore 4.4.14
2021-01-10 07:51:21 +01:00
jbonofre ced719efcc [AMQ-8113] Upgrade to httpcore 4.4.14 2021-01-09 07:37:46 +01:00
Jean-Baptiste Onofré 36125d5d8a
Merge pull request #605 from jbonofre/AMQ-7014
[AMQ-7014] Use shell conditional in Karaf features
2021-01-09 07:33:11 +01:00
Jean-Baptiste Onofré 5bcfd53470
Merge pull request #606 from jbonofre/CLEANUP
Cleanup some unused dependencies and trash
2021-01-09 07:31:23 +01:00
Jean-Baptiste Onofré 1102e67a1e
Merge pull request #604 from jbonofre/AMQ-8100
[AMQ-8100] Upgrade to Jackson Databind 2.9.10.8
2021-01-09 07:28:42 +01:00
Jean-Baptiste Onofré 05051e2c7a
Merge pull request #603 from jbonofre/AMQ-8060
[AMQ-8060] Re add allowLinkStealing on transport connector for backward compatibility
2021-01-09 07:26:21 +01:00
Jean-Baptiste Onofré 6e0e654c67
Merge pull request #601 from jbonofre/AMQ-8032
[AMQ-8032] Add JAXB in lib by default to avoid issue with JDK11
2021-01-09 07:19:25 +01:00
jbonofre 9b6a48ad31 [AMQ-8032] Add JAXB in lib by default to avoid issue with JDK11 2021-01-08 09:15:39 +01:00
Jean-Baptiste Onofré b106efd82a
Merge pull request #600 from jbonofre/AMQ-8046
[AMQ-8046] Add logout button on the WebConsole
2021-01-08 09:04:55 +01:00
Jean-Baptiste Onofré a32c950b32
Merge pull request #599 from jbonofre/AMQ-8112
[AMQ-8112] Upgrade to tomcat 9.0.41
2021-01-08 09:01:54 +01:00
jbonofre 6b73425c64 [AMQ-8100] Upgrade to Jackson Databind 2.9.10.8 2021-01-08 06:07:26 +01:00
Jean-Baptiste Onofré 8ddbf9f98e
Merge pull request #596 from jbonofre/AMQ-8111
[AMQ-8111] Upgrade to xstream 1.4.15
2021-01-08 06:05:13 +01:00
jbonofre 3791d17e1f Cleanup some unused dependencies and trash 2021-01-07 17:46:29 +01:00
jbonofre bbf03ed0e8 [AMQ-8112] Upgrade to tomcat 9.0.41 2021-01-07 15:20:46 +01:00