This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dr in repository https://gitbox.apache.org/repos/asf/camel.git
discard 5c721a412f6 CAMEL-22165: camel-jbang dependency runtime (deep analysis to resolve from parent poms) add 4ed3259c6cf chore(CLI): Refactor Dependency Runtime command (#18308) add b74a943e268 chore(docs): Add Format and Sorting commands to the contribution guide (#18357) add 2ad64c0989b CAMEL-22096: Upgrade Langchain4j Embedding component and Vector Databases to Langchain4j 1.0.1 (#18355) add a3f776d4942 CAMEL-22165: camel-jbang dependency runtime (deep analysis to resolve from parent poms) 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 (5c721a412f6) \ N -- N -- N refs/heads/dr (a3f776d4942) 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-ai/camel-langchain4j-embeddings/pom.xml | 14 ++- components/camel-ai/camel-milvus/pom.xml | 1 + components/camel-ai/camel-neo4j/pom.xml | 1 + components/camel-ai/camel-pinecone/pom.xml | 1 + components/camel-ai/camel-qdrant/pom.xml | 1 + .../QdrantEmbeddingsDataTypeTransformer.java | 7 +- components/camel-ai/camel-weaviate/pom.xml | 1 + .../camel-infinispan/camel-infinispan/pom.xml | 1 + docs/main/modules/contributing/pages/index.adoc | 16 ++- .../dsl/jbang/core/commands/DependencyRuntime.java | 27 ++-- .../camel/dsl/jbang/core/common/CatalogLoader.java | 3 +- .../jbang/core/commands/DependencyRuntimeTest.java | 136 ++++++++++++++++++++ .../src/test/resources/pom-xml-files/main-pom.xml} | 139 +++++++++++---------- .../test/resources/pom-xml-files/quarkus-pom.xml | 78 ++++++++++++ .../resources/pom-xml-files/springboot-pom.xml} | 64 +++++++--- 15 files changed, 382 insertions(+), 108 deletions(-) create mode 100644 dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/DependencyRuntimeTest.java copy dsl/{camel-xml-jaxb-dsl-test/spring/pom.xml => camel-jbang/camel-jbang-core/src/test/resources/pom-xml-files/main-pom.xml} (50%) create mode 100644 dsl/camel-jbang/camel-jbang-core/src/test/resources/pom-xml-files/quarkus-pom.xml copy dsl/camel-jbang/camel-jbang-core/src/{main/resources/templates/spring-boot-pom.tmpl => test/resources/pom-xml-files/springboot-pom.xml} (66%)