mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 01:59:00 +00:00
eb26f67ab6
Change summary: - Remove the existing Xalan-based XPath evaluator since Xalan appears to be no longer maintained. - Implement a JAXP XPath evaluator (from the ActiveMQ 5.x code-base). - Pull in the changes from https://issues.apache.org/jira/browse/AMQ-5333 to enable configurable XML parser features. - Add a method to the base Message interface to make it easier to get the message body as a string. This relieves the filter from having to deal with message implementation details. - Update the Qpid JMS client to get the jms.validateSelector parameter.