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/03/04 19:13:29 UTC

[camel] branch regen_bot updated (33b12f9 -> 10d9c03)

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 33b12f9  CAMEL-16305: Make CamelServiceNowGenerateMojo set @Generated value on generated classes
     add 863a87f  CAMEL-16285: fallback resource resolver
     add 10d9c03  CAMEL-16303 - URI generation: if a part of the component name is equal to a path parameter the URI generation will fail

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/engine/DefaultResourceLoader.java   | 36 ++++++++++++--
 .../impl/engine/DefaultResourceResolvers.java      |  8 ++--
 .../org/apache/camel/util/ResourceLoaderTest.java  | 56 +++++++++++++++++++---
 .../component/EndpointUriFactorySupport.java       | 48 +++++++++++++++++--
 .../java/org/apache/camel/util/StringHelper.java   | 45 +++++++++++++++++
 5 files changed, 174 insertions(+), 19 deletions(-)