Hello, This PR fixes the failure https://github.com/apache/camel-spring-boot/pull/1407 I had to add the infinispan-bom with the Infinispan Camel version since Spring Boot was overriding it with an older minor version.
Il giorno dom 30 mar 2025 alle ore 15:17 Gregor Zurowski < gre...@list.zurowski.org> ha scritto: > Hi Everyone: > > When attempting to prepare the release of Camel Spring Boot 4.11.0 > (with `mvnw release:prepare -Prelease`), I am getting the following > error: > > ``` > [ERROR] Failed to execute goal > > org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:4.11.0:prepare-spring-boot-auto-configuration > (generate) on project > camel-infinispan-starter: Execution generate of goal > > org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:4.11.0:prepare-spring-boot-auto-configuration > failed: > Unable to parse type > org.infinispan.api.annotations.indexing.option.VectorSimilarity for > property embeddingStoreVectorSimilarity -> [Help 1] > ``` > > Any ideas on how to address this? > > Thanks in advance > Gregor >