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

github-bot pushed a change to branch 
dependabot/maven/org.apache.avro-avro-ipc-netty-1.12.1
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit fd0748f39ce2 chore(deps): Bump org.apache.avro:avro-ipc-netty from 
1.12.0 to 1.12.1
     add 847aebcc52aa chore(tooling): add jandex exception trace
     add f1e613d83369 CAMEL-21796: camel-pinecone - Use endpoint collection 
name as default… (#19575)
     add 4ea43935a64e feat(CAMEL-17348): Jira - newIssues - use "created" field 
instead of … (#19577)
     add 19e88d3315d1 chore(deps): Bump avro-version from 1.12.0 to 1.12.1 
(#19578)
     add ca8f2ec98f47 chore(deps): Bump 
com.google.auth:google-auth-library-oauth2-http (#19579)
     add 5481b76961b4 chore(deps): Bump debezium-version from 3.3.0.Final to 
3.3.1.Final (#19580)
     add 3653aaf1abca chore(deps): Bump aws-java-sdk2-version from 2.35.7 to 
2.35.8 (#19581)
     add 44f1140370dc chore(deps-dev): Bump com.hazelcast:hazelcast from 5.4.0 
to 5.6.0 (#19584)
     add fc85c3fad895 chore(deps): Bump com.ibm.mq:com.ibm.mq.jakarta.client 
(#19585)
     add c15f3728bcd3 chore(deps): Bump org.apache.avro:avro-ipc-netty from 
1.12.0 to 1.12.1

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   (fd0748f39ce2)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.avro-avro-ipc-netty-1.12.1 (c15f3728bcd3)

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/components/pinecone.json  |  54 +++++----
 .../PineconeVectorDbComponentConfigurer.java       |   3 +
 .../PineconeVectorDbConfigurationConfigurer.java   |   3 +
 .../PineconeVectorDbEndpointConfigurer.java        |   3 +
 .../PineconeVectorDbEndpointUriFactory.java        |   3 +-
 .../apache/camel/component/pinecone/pinecone.json  |  54 +++++----
 .../pinecone/PineconeVectorDbComponent.java        |   4 -
 .../pinecone/PineconeVectorDbConfiguration.java    |  23 +++-
 .../pinecone/PineconeVectorDbEndpoint.java         |  26 +---
 .../pinecone/PineconeVectorDbHeaders.java          |   2 +-
 .../pinecone/PineconeVectorDbProducer.java         |  18 +--
 .../camel-jira/src/main/docs/jira-component.adoc   |   6 +-
 .../jira/consumer/AbstractJiraConsumer.java        |   2 +-
 .../component/jira/consumer/NewIssuesConsumer.java | 133 ++++++++++++++-------
 .../org/apache/camel/component/jira/Utils.java     |  12 +-
 .../jira/consumer/NewIssuesConsumerTest.java       | 116 ++++++++++++++++--
 .../dsl/PineconeComponentBuilderFactory.java       |  67 +++++++----
 .../builder/endpoint/StaticEndpointBuilders.java   |   4 +-
 .../PineconeVectorDbEndpointBuilderFactory.java    |  40 ++++++-
 parent/pom.xml                                     |  12 +-
 .../packaging/generics/PackagePluginUtils.java     |   2 +-
 21 files changed, 397 insertions(+), 190 deletions(-)

Reply via email to