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 07:20:12 UTC

[camel] branch dependabot/maven/parent/com.fasterxml.jackson.core-jackson-databind-2.13.4.1 updated (f6d9fa8852b -> 26416e44969)

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

github-bot pushed a change to branch dependabot/maven/parent/com.fasterxml.jackson.core-jackson-databind-2.13.4.1
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard f6d9fa8852b Bump jackson-databind from 2.13.4 to 2.13.4.1 in /parent
     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
     add 26416e44969 Bump jackson-databind from 2.13.4 to 2.13.4.1 in /parent

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f6d9fa8852b)
            \
             N -- N -- N   refs/heads/dependabot/maven/parent/com.fasterxml.jackson.core-jackson-databind-2.13.4.1 (26416e44969)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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(-)