This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-2.4.4
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 67522ddddd0 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin
add 67660977550 (chores) camel-core: simplify assertions
add 95837db2edb (chores) camel-core: fixed overly complex log messages
add 18098d50045 (chores) camel-core: fixed misleading logger name
add 7e9b0713779 (chores) camel-core: fixed incorrect package name
add 5f2d22c83ba chore(deps): Bump com.apptasticsoftware:rssreader from
3.8.1 to 3.8.2
add 8cbdae810ab chore(deps): Bump org.redisson:redisson from 3.34.1 to
3.35.0
add e9e8d3a643e chore(deps): Bump com.microsoft.azure:msal4j from 1.16.2
to 1.17.0
add d911b450ec9 chore(deps): Bump com.twilio.sdk:twilio from 10.4.1 to
10.4.2
add 37418b2347c chore(deps): Bump undertow-version from 2.3.15.Final to
2.3.16.Final
add f74660f03b4 chore(deps): Bump com.slack.api:slack-api-client from
1.41.0 to 1.42.0
add 53f85deb076 chore(deps): Bump aws-java-sdk2-version from 2.27.12 to
2.27.13
add 55b5a403346 chore(deps): Bump org.apache.cxf.xjcplugins:cxf-xjc-ts
add 290f1704e83 chore(deps): Bump bytebuddy-version from 1.14.19 to 1.15.0
(#15325)
add 113bfeb020e camel-jbang - You can use package names in java sources
now.
add d67630d20d1 CAMEL-20367: Adds Maven and Gradle run test (#15333)
add c75dba99ba7 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin
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 (67522ddddd0)
\
N -- N -- N
refs/heads/dependabot/maven/io.github.ascopes-protobuf-maven-plugin-2.4.4
(c75dba99ba7)
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:
.../camel/impl/engine/AbstractCamelContext.java | 2 +-
.../org/apache/camel/model/TryDefinitionTest.java | 6 +-
.../bean/BeanWithExpressionInjectionTest.java | 3 +-
.../bean/BeanWithHeadersAndBodyInjectionTest.java | 3 +-
.../BeanWithPropertiesAndHeadersInjectionTest.java | 3 +-
...eanWithPropertiesAndVariablesInjectionTest.java | 3 +-
.../BeanWithVariablesAndBodyInjectionTest.java | 3 +-
.../BodyAnnotationToDisambiguateMethodsTest.java | 3 +-
...ressionAnnotationToDisambiguateMethodsTest.java | 3 +-
.../camel/component/bean/NewInstanceTest.java | 3 +-
.../camel/component/bean/PredicateAsBeanTest.java | 3 +-
.../file/FileProducerMoveExistingStrategyTest.java | 2 +-
.../camel/converter/TypeCoerceCompareTest.java | 111 +++++++++++----------
.../BeanOgnMethodWithXPathInjectionTest.java | 2 +-
.../BeanWithXPathInjectionPreCompileTest.java | 2 +-
.../processor/BeanWithXPathInjectionTest.java | 2 +-
.../SplitterParallelAggregateManualTest.java | 2 +-
.../camel/support/RouteWatcherReloadStrategy.java | 2 +-
.../camel/support/component/ApiConsumerHelper.java | 4 +-
.../modules/ROOT/pages/camel-jbang.adoc | 2 -
.../camel/dsl/jbang/it/MavenGradleITCase.java | 54 ++++++++++
.../dsl/jbang/it/support/JBangTestSupport.java | 3 +-
.../resources/jbang/it/maven-gradle/build.gradle | 51 ++++++----
parent/pom.xml | 18 ++--
24 files changed, 173 insertions(+), 117 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-it/src/test/java/org/apache/camel/dsl/jbang/it/MavenGradleITCase.java
copy
core/camel-core/src/test/java/org/apache/camel/catalog/RuntimeCamelCatalogEndpointUriAssemblerTest.java
=>
dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/maven-gradle/build.gradle
(54%)