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/14 07:29:52 UTC

[camel] branch regen_bot updated (f477092 -> e0aaf26)

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 f477092  CAMEL-17310: Reload routes should match resources that are the same when loaded via classpath or file scheme. Added getScheme to Resource API. mvn camel:dev now works.
     add 3683f77  CAMEL-17326: Resolve swagger references (#6536)
     add 32c0605  CAMEL-17327: Upgrade to log4j 2.16.0
     add e0aaf26  Regen

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |    2 +-
 .../camel/catalog/components/rest-swagger.json     |    2 +
 .../swagger/RestSwaggerComponentConfigurer.java    |    6 +
 .../swagger/RestSwaggerEndpointConfigurer.java     |    6 +
 .../swagger/RestSwaggerEndpointUriFactory.java     |    3 +-
 .../camel/component/rest/swagger/rest-swagger.json |    2 +
 .../rest/swagger/RestSwaggerComponent.java         |   11 +
 .../rest/swagger/RestSwaggerEndpoint.java          |   54 +-
 .../rest/swagger/RestSwaggerEndpointTest.java      |   24 +-
 .../src/test/resources/swagger.json                | 1050 +++++++++++++++++++-
 .../dsl/RestSwaggerComponentBuilderFactory.java    |   17 +
 .../dsl/RestSwaggerEndpointBuilderFactory.java     |   31 +
 parent/pom.xml                                     |    2 +-
 13 files changed, 1189 insertions(+), 21 deletions(-)