You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/12/12 09:35:26 UTC

[camel] branch regen_bot updated (b2a8a4a -> 64b5a33)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from b2a8a4a  CAMEL-17316: camel-nsq - Remove log4j-core dependency as only log4j-api is needed.
     add dcc7024  CAMEL-17322 Set scopes on Google Pubsub Credentials (#6527)
     add 1d6404a  [CAMEL-17310] Add dev goal enable live reloading (#6522)
     add 64b5a33  Regen for commit 1d6404a92d21b7e5b4b1011907c221e353b671a1

No new revisions were added by this update.

Summary of changes:
 .../google/pubsub/GooglePubsubComponent.java       |  4 +-
 .../support/FileWatcherResourceReloadStrategy.java |  8 +--
 .../camel/support/RouteWatcherReloadStrategy.java  |  6 ++-
 .../main/java/org/apache/camel/maven/DevMojo.java  | 62 ++++++++++++++++++++++
 .../main/java/org/apache/camel/maven/RunMojo.java  |  6 ++-
 5 files changed, 79 insertions(+), 7 deletions(-)
 create mode 100644 tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/DevMojo.java