This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/langchain4j-46b8382662
in repository https://gitbox.apache.org/repos/asf/camel.git
omit cb2ba91c0437 chore(deps): Bump
dev.langchain4j:langchain4j-community-dashscope
add 0ca30b330ef2 Revert "CAMEL-23141: Hoist storedFields() out of the
search loop"
add a2187651ec7b Revert "CAMEL-23141 replace deprecated search method"
add bcb72c2c8383 Revert "CAMEL-23141 update Lucene to 10.x"
add a98acd304531 [build] Don't cancel in-progress main branch builds
(#22051)
add 5b181ba08132 Revert "Upgrade jooq that is jdk21 only"
add da44839e16e3 chore(deps): Bump org.apache.fory:fory-core from 0.15.0
to 0.16.0
add 052c4754adad chore(deps): Bump com.ibm.cloud:secrets-manager from
2.0.22 to 2.0.27
add ac891c0cc5b8 chore(deps): Bump com.sun.xml.bind:jaxb-jxc from 4.0.6 to
4.0.7
add a5f53c6dd414 chore(deps): Bump aws-java-sdk2-version from 2.42.13 to
2.42.14
add 73914b118c9c CAMEL-23203 - Camel-PQC: Add algorithm metadata to hybrid
wire formats (#22053)
add 45b50956861a chore(deps): Bump
dev.langchain4j:langchain4j-community-dashscope
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 (cb2ba91c0437)
\
N -- N -- N refs/heads/dependabot/maven/langchain4j-46b8382662
(45b50956861a)
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:
.github/workflows/main-build.yml | 4 +-
.../camel/component/lucene/LuceneSearcher.java | 14 +-
.../apache/camel/component/pqc/PQCAlgorithmId.java | 150 +++++++++++++++++++++
parent/pom.xml | 13 +-
4 files changed, 164 insertions(+), 17 deletions(-)
create mode 100644
components/camel-pqc/src/main/java/org/apache/camel/component/pqc/PQCAlgorithmId.java