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 2022/10/19 08:02:21 UTC

[camel] branch regen_bot updated (62f1dddb715 -> 850df98da47)

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 62f1dddb715 Align archetypes to JDK 11 requirement, use <release> instead of <source> and <target>
     add 867c80f6777 (chores) camel-base-engine: use standard check for exception type in catch blocks
     add 90f33d5a51a (chores) camel-support: use standard check for exception type in catch blocks
     add 2c38bde73ef (chores) camel-tooling: use standard check for exception type in catch blocks
     add 99c4ba1c529 (chores) camel-bean: use standard check for exception type in catch blocks
     add 8b38194b54f (chores) camel-spring: use standard check for exception type in catch blocks
     add edd109b5e5c (chores) camel-spring-xml: use standard check for exception type in catch blocks
     add db3b93b53b5 (chores) camel-json-validator: use standard check for exception type in catch blocks
     add 6d0bba94297 (chores) camel-openapi-java: use standard check for exception type in catch blocks
     add 850df98da47 (chores) camel-swagger-java: use standard check for exception type in catch blocks

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/language/bean/BeanExpression.java |  5 ++---
 .../component/jsonvalidator/JsonValidatorEndpoint.java      | 11 ++++-------
 .../java/org/apache/camel/openapi/RestOpenApiReader.java    | 10 ++++------
 .../org/apache/camel/spring/xml/CamelBeanPostProcessor.java | 12 ++++--------
 .../org/apache/camel/spring/spi/CamelBeanPostProcessor.java |  6 ++----
 .../java/org/apache/camel/swagger/RestSwaggerReader.java    | 12 ++++--------
 .../org/apache/camel/impl/engine/AbstractCamelContext.java  |  5 ++---
 .../org/apache/camel/support/component/ApiMethodHelper.java | 13 ++++++++-----
 .../camel/generator/openapi/RestDefinitionEmitter.java      |  7 ++-----
 .../camel/generator/swagger/RestDefinitionEmitter.java      |  9 +++------
 10 files changed, 35 insertions(+), 55 deletions(-)