You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/23 19:53:35 UTC

[camel] branch fw updated (b0939797f25 -> ebd8361f99e)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch fw
in repository https://gitbox.apache.org/repos/asf/camel.git


    from b0939797f25 camel-file-watch: Fix events option is not an single value enum.
     add ebd8361f99e CAMEL-19641: camel-file-watch - Events options should be tooling friendly

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/file-watch.json       |  38 +--
 .../file/watch/FileWatchEndpointConfigurer.java    |  12 +-
 .../camel/component/file/watch/file-watch.json     |  38 +--
 .../component/file/watch/FileWatchComponent.java   |  18 +-
 .../component/file/watch/FileWatchConsumer.java    |  21 +-
 .../component/file/watch/FileWatchEndpoint.java    |  59 ++--
 .../dsl/FileWatchComponentBuilderFactory.java      |  90 +++----
 .../dsl/FileWatchEndpointBuilderFactory.java       | 299 ++++++++++-----------
 8 files changed, 263 insertions(+), 312 deletions(-)