This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 02826fb Upgrade Async Http Client to version 2.5.1 new 81243a0 CAMEL-12633: camel-jmx - Allow consumer to alos filter observed attribute. new 1315674 CAMEL-12633: Polished new 572f021 CAMEL-12633: camel-jmx - You can now observe attribute and use stringToCompare for the attribute to only trigger when matching in the regular consumer. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel-jmx/src/main/docs/jmx-component.adoc | 8 +-- .../apache/camel/component/jmx/JMXConsumer.java | 10 +++- .../jmx/JMXConsumerNotificationFilter.java | 61 ++++++++++++++++++++++ .../apache/camel/component/jmx/JMXEndpoint.java | 17 +++--- ...umerObserveAttributeMatchStringDifferTest.java} | 22 ++++++-- ...mxConsumerObserveAttributeMatchStringTest.java} | 21 ++++++-- ...a => CamelJmxConsumerObserveAttributeTest.java} | 11 ++-- 7 files changed, 127 insertions(+), 23 deletions(-) create mode 100644 components/camel-jmx/src/main/java/org/apache/camel/component/jmx/JMXConsumerNotificationFilter.java copy components/camel-jmx/src/test/java/org/apache/camel/component/jmx/{CamelJmxConsumerTest.java => CamelJmxConsumerObserveAttributeMatchStringDifferTest.java} (70%) copy components/camel-jmx/src/test/java/org/apache/camel/component/jmx/{CamelJmxConsumerTest.java => CamelJmxConsumerObserveAttributeMatchStringTest.java} (71%) copy components/camel-jmx/src/test/java/org/apache/camel/component/jmx/{CamelJmxConsumerTest.java => CamelJmxConsumerObserveAttributeTest.java} (81%)