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)
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
É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
jbonofre
396235a57f
[AMQ-8111] Upgrade to xstream 1.4.15
2021-01-07 15:11:27 +01:00
jbonofre
f95c4cf193
[AMQ-7014] Use shell conditional in Karaf features
2021-01-07 14:47:36 +01:00
Jean-Baptiste Onofré
69992d54c9
Merge pull request #594 from jbonofre/AMQ-8100
...
[AMQ-8100] Upgrade to Jackson databind 2.9.10.7
2021-01-07 12:32:33 +01:00
Jean-Baptiste Onofré
33635f516f
Merge pull request #602 from ikucuze/master
...
AMQ-8116 ActiveMQWildcardPermission buggy
2021-01-07 12:30:25 +01:00
jbonofre
0146d5eb3e
[AMQ-8060] Re add allowLinkStealing on transport connector for backward compatibility
2021-01-07 12:28:26 +01:00
ikucuze
9cf9d20d51
AMQ-8116 ActiveMQWildcardPermission buggy
...
ActiveMQWildcardPermission with multiple tokens inconsistent with parent
WildcardPermission class
Update ActiveMQWildcardPermission.java
add testcase
2021-01-06 11:42:53 +01:00
Jean-Baptiste Onofré
3897d78776
Merge pull request #595 from jbonofre/AMQ-8110
...
[AMQ-8110] Upgrade to Spring 4.3.30.RELEASE
2021-01-06 11:13:31 +01:00
jbonofre
39665a0fb4
[AMQ-8100] Upgrade to Jackson databind 2.9.10.7
2021-01-06 10:38:00 +01:00
jbonofre
93a1808747
[AMQ-8046] Add logout button on the WebConsole
2021-01-06 08:00:35 +01:00
jbonofre
79716351a4
[AMQ-8110] Upgrade to Spring 4.3.30.RELEASE
2021-01-05 16:53:36 +01:00
Marcono1234
9d220c286d
README and minor code fix ( #598 )
...
Fix README link and cleanups
2021-01-05 16:15:04 +01:00
jbonofre
abc3ca7c3e
Fix Jenkinfile comment
2021-01-05 16:11:42 +01:00
Jean-Baptiste Onofré
bdba415b89
Merge pull request #592 from nevezhyn/master
...
[AMQ-8104] Tests and fixes NullPointerException when pause queue if audit log is turned on
2020-12-28 07:34:16 +01:00
Roman Nevezhyn
651c5ff2cf
- Tests AMQ-8104
...
- Fixes AMQ-8104
2020-12-16 12:54:03 -08:00