This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/maven/avro-1c137fa1da
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 0f0a15be4847 chore(deps): Bump the avro group with 5 updates
add 3aab7f9de8b1 chore(deps): Bump org.mvel:mvel2 from 2.5.2.Final to
2.5.3.Final (#25951)
add b4164ad87cc9 CAMEL-24495: camel-salesforce-maven-plugin - support JWT
and Client Credentials authentication
add 402cf02fc2a1 chore(camel-test-infra-zookeeper): upgrade
zookeeper.container.ppc64le to 3.9.5 (#25918)
add 4e58810c4f2d chore(deps): Bump
com.google.api.grpc:proto-google-common-protos from 2.74.0 to 2.75.0 (#25973)
add 18cef0ce04b3 chore(deps): Bump com.ibm.watsonx:watsonx-ai from 0.30.1
to 0.40.0 (#25956)
add 99300d289ccc chore(camel-test-infra-kafka): upgrade
confluent.container.image to 8.3.1 (#25915)
add 57cbbbea2ff0 chore(deps): Bump the avro group across 1 directory with
5 updates
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 (0f0a15be4847)
\
N -- N -- N refs/heads/dependabot/maven/avro-1c137fa1da
(57cbbbea2ff0)
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:
.../apache/camel/catalog/test-infra/metadata.json | 2 +-
.../codegen/AbstractSalesforceExecution.java | 28 +++-
.../camel-salesforce-maven-plugin/README.md | 182 +++++++++++++--------
.../apache/camel/maven/AbstractSalesforceMojo.java | 32 ++--
.../camel/maven/AbstractSalesforceMojoTest.java | 103 ++++--------
...Test.java => CamelSalesforceLoginManualIT.java} | 118 +++++++------
.../camel/maven/CamelSalesforceMojoManualIT.java | 4 +-
.../camel/maven/GeneratePubSubMojoManualIT.java | 4 +-
.../camel/maven/SalesforceMojoValidationTest.java | 153 +++++++++++++++++
.../org/apache/camel/maven/SchemaMojoManualIT.java | 4 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 10 ++
parent/pom.xml | 6 +-
.../src/generated/resources/META-INF/metadata.json | 2 +-
.../test/infra/kafka/services/container.properties | 2 +-
.../infra/zookeeper/services/container.properties | 2 +-
15 files changed, 427 insertions(+), 225 deletions(-)
copy
components/camel-salesforce/camel-salesforce-maven-plugin/src/test/java/org/apache/camel/maven/{AbstractSalesforceMojoTest.java
=> CamelSalesforceLoginManualIT.java} (51%)
create mode 100644
components/camel-salesforce/camel-salesforce-maven-plugin/src/test/java/org/apache/camel/maven/SalesforceMojoValidationTest.java