10306 Commits

Author SHA1 Message Date
jgoodyear
1f8bac195f [AMQ-7053] Update Jetty to version 9.2.26.v20180806 2018-09-15 19:21:08 -02:30
Christopher L. Shannon (cshannon)
d36f02b546 NO-JIRA: Add ignore for testJdbcConfig for apache-rat-plugin 2018-09-04 07:12:27 -04:00
Christopher L. Shannon (cshannon)
3c2da4969e NO-JIRA: Add 5.15.6 schema 2018-09-04 07:02:44 -04:00
Christopher L. Shannon (cshannon)
0b71b06ac8 Revert "AMQ-7004 - Improved logging in Failover Transport"
This reverts commit 7974e8c0991dd0bcf2e226ea9b54ff8d740acfc8.

This caused problems with too much logging so reverting
2018-09-04 06:53:00 -04:00
Christopher L. Shannon (cshannon)
1e31df9800 AMQ-7047 - Switch default for hostname verification to be false for
server

For the client it makes sense to have it true by default but for the
server it makes sense to have it false by default
2018-08-31 13:04:14 -04:00
Christopher L. Shannon (cshannon)
69fad2a135 Add support for hostname verification 2018-08-31 06:39:49 -04:00
gtully
b488df694c AMQ-7037 - allow sslContext attribute of networkConnector to be added via runtime config plugin jaxb processor 2018-08-22 12:20:21 +01:00
Timothy Bish
54b2e21f4a AMQ-6997 Update QpidJMS Proton-J and Netty to latest 2018-08-20 13:43:36 -04:00
gtully
54c56a0573 AMQ-7037 - add sslContext attribute to networkConnector, allow broker or jvm defaults to be overridden 2018-08-20 16:40:26 +01:00
gtully
8bb3a77270 AMQ-5917 - fix sync on SslContext lazy initialisation 2018-08-20 12:23:53 +01:00
gtully
50d27e7e54 AMQ-7035 - use NonCachedMessageEvaluationContext in place of MessageEvaluationContext to avoid unnecessary reference count management and subsequent leaks. Rework AMQ-6465 with additional JMX related tests 2018-08-15 16:21:57 +01:00
artnaseef
d8c80a9821 [AMQ-6954] encode the QueueFilter field value also 2018-08-07 14:39:55 -07:00
Christopher L. Shannon (cshannon)
8fb3b23527 Merge branch 'AMQ-7032'
This closes #296
2018-08-06 07:46:45 -04:00
jgoodyear
ad56ee9138 [AMQ-7032] Update Shiro to 1.2.6 2018-08-05 11:13:18 -02:30
gtully
bdfa3394ad AMQ-7030 - trap exceptions on future.get, fix and test 2018-08-02 14:45:31 +01:00
Christopher L. Shannon (cshannon)
550f76cd5a AMQ-7029 - Update commons-io 2018-08-02 09:28:41 -04:00
Christopher L. Shannon (cshannon)
79f66a3dc5 AMQ-7027 - Dependency updates
Update httpclient, httpcore, and spring
2018-08-02 09:21:03 -04:00
Christopher L. Shannon (cshannon)
f1ca4cab38 AMQ-7027 - Update Jetty 2018-08-02 09:13:55 -04:00
Timothy Bish
ba7934e91a AMQ-7001 Remove now unnecessary check for UTF8Buffer type
Remove the now unneeded checks for UTF8Buffer on the outbound converter
as the Codec now can encode those to the correct string AMQP types
without need for any help.
2018-08-01 18:34:09 -04:00
Timothy Bish
9ec6ee43b1 AMQ-7001 Resolve issues with encode failures on copied messages
Ensure that messages are copied to avoid contention on message content
when concurrent store and dispatch is enabled and better handle the AMQP
message type value.  Adds an AMQP Encoder for UTF8Buffer to encode down
to AMQP String encodings to allow for encoded OpenWire messages such as
MapMessage which can contain UTF8Buffer instances for String keys and
values.
2018-08-01 18:13:37 -04:00
Christopher L. Shannon (cshannon)
d1c3c4814e NO-JIRA: Add spring schemas for 5.15.5 2018-07-31 08:35:08 -04:00
gtully
18543080a0 AMQ-2659 - fix camel route config to reflect revised behaviour 2018-07-30 14:07:01 +01:00
Christopher L. Shannon (cshannon)
7974e8c099 AMQ-7004 - Improved logging in Failover Transport 2018-07-30 07:56:33 -04:00
Christopher L. Shannon (cshannon)
b67c141e6a AMQ-7206 - Update Derby
Thanks Jamie Goodyear for the patch
2018-07-30 07:40:05 -04:00
Jeff Genender
99f0abab5d AMQ-7023 Added aggregate for a full project report 2018-07-28 14:56:43 -06:00
Jeff Genender
109e9d22c8 AMQ-7023 This closes #294 - Thank you Jamie for the patch! 2018-07-28 14:44:58 -06:00
jgoodyear
b6dae3703e [AMQ-7023] Add owasp plugin as profile to AMQ build. 2018-07-28 17:19:59 -02:30
Jamie Goodyear
31fbc20cd6
Merge pull request #3 from apache/master
Synching with AMQ master
2018-07-27 21:51:43 -02:30
Christopher L. Shannon (cshannon)
7e50428495 AMQ-6990 - Exclude commons-beanutils-core
Thank you to Jamie Goodyear for the patch
2018-07-27 11:30:58 -04:00
Christopher L. Shannon (cshannon)
525fd29d16 AMQ-6974 - test cleanup 2018-07-27 08:38:58 -04:00
Christopher L. Shannon (cshannon)
24e84a462d AMQ-6974 - Merge commit '5b1412ddf'
This closes #284
2018-07-27 08:38:18 -04:00
giliva
5b1412ddfd Avoid overflow errors - see KAFKA-4290
Add test for overflow values

Bind test sockets to free ports
2018-07-27 08:32:36 -04:00
Christopher L. Shannon (cshannon)
b79fcd0a76 AMQ-7017 - Prevent ArithmeticException in ProducerBrokerExchange
Check for zero to prevent divide by zero error inside
getPercentageBlocked() method

Thank you to Matthew Stratton for the patch
2018-07-27 07:40:49 -04:00
Christopher L. Shannon (cshannon)
e39db56934 AMQ-6970 - Adding SSL params for RAR
Fixing missing ssl parameters when configuring rar. Also fixing
configuration logic of inproper null checks inside
ActiveMQManagedConnectionFactory

Thank you to Flavia Rainone for the patch
2018-07-27 07:25:35 -04:00
Timothy Bish
2ebea251cd AMQ-7019 Update Jolokia to latest version
Updates version to v1.6.0
2018-07-26 18:48:08 -04:00
gtully
0b76d3a0ea AMQ-7021 - add unsynchronised accessors to destination map for usage with rw lock from abstract region; allow concurrent read of the destination map 2018-07-26 10:42:10 +01:00
Jeff Genender
28819aea4a AMQ-7015 - Changed attribute to purgeRecoveredXATransactionStrategy and
allow NEVER, COMMIT, and ROLLBACK
2018-07-25 12:57:17 -06:00
Timothy Bish
b4513004bc AMQ-6994 Update tomcat API version to laetst 8.0.x series
Updates version to 8.0.53 to bring in fixes
2018-07-24 12:35:57 -04:00
Timothy Bish
ae4a5d3a5c AMQ-6997 Update Qpid JMS, Proton-J and Netty to latest
Update the libraries Qpid JMS, Proton-J and Netty to latest releases
2018-07-24 10:55:58 -04:00
Christopher L. Shannon (cshannon)
4a67dde130 AMQ-6992 - Update Jackson to latest version 2018-07-24 06:29:23 -04:00
Jeff Genender
aa717e0bbb AMQ-6996 This closes #293 2018-07-23 09:13:43 -06:00
Jamie Goodyear
f6e2239b7e
Merge pull request #2 from jgoodyear/AMQ6996
[AMQ-6996] Update to Xerces 2.12.0
2018-07-22 16:25:55 -02:30
jgoodyear
97b7cf60a7 [AMQ-6996] Update to Xerces 2.12.0 2018-07-22 16:24:49 -02:30
Timothy Bish
5fb470478f AMQ-7012 Fix STOMP protocol handler to log correct command names
Ensure Commands are logged correctly by the protocol converter.
2018-07-19 17:29:06 -04:00
Timothy Bish
9abbe826ec AMQ-7006 Remove STOMP pending acks after client acknowledge
Reworked patch from Avikash Mishra to remove tracked pending acks from a
STOMP subscription that has acked.
2018-07-19 16:58:47 -04:00
Marc Schoechlin
d34967e019 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/activemq 2018-07-19 21:07:31 +02:00
Marc Schoechlin
6d24f88d16 Bugfix, ambiguous redirect if unset
Thanks to Drew Wyatt<drew.wyatt@carshop.co.uk>
2018-07-19 20:59:19 +02:00
hkesler
24b9ae2ed3 AMQ-7015 Added a purgeRecoveredXATransactions property on the KahaDB adaptor to purge prepared XA messages on recovery 2018-07-19 12:01:01 -06:00
Jeff Genender
7f4851f31c [AMQ-7013] Added final for thread safety 2018-07-18 15:13:31 -06:00
jgoodyear
063d21f880 [AMQ-7013] Adding unit test 2018-07-18 10:39:29 -06:00