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 4b2930b CAMEL-13728: We can go back to 250 in line length for CS
new 186e8a2 CAMEL-13730: Add NotifyBuilderMatcher in SPI so we can have
mock endpoints back with notify builder as predicates.
new ef4f2c6 CAMEL-13730: Add NotifyBuilderMatcher in SPI so we can have
mock endpoints back with notify builder as predicates.
The 2 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:
MIGRATION.md | 2 +-
.../apache/camel/component/mock/MockEndpoint.java | 27 +++-
...ngeFormatter.java => NotifyBuilderMatcher.java} | 24 ++-
.../org/apache/camel/builder/NotifyBuilder.java | 165 +++++++++++++++++++++
.../apache/camel/builder/NotifyBuilderTest.java | 155 +++++++++++++++++++
5 files changed, 365 insertions(+), 8 deletions(-)
copy core/camel-api/src/main/java/org/apache/camel/spi/{ExchangeFormatter.java
=> NotifyBuilderMatcher.java} (65%)