Andrea Cosentino created CAMEL-24543:
----------------------------------------
Summary: camel-langchain4j-embeddingstore: the endpoint
@UriEndpoint syntax uses the wrong scheme
Key: CAMEL-24543
URL: https://issues.apache.org/jira/browse/CAMEL-24543
Project: Camel
Issue Type: Bug
Components: camel-langchain4j
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Fix For: 4.23.0
LangChain4jEmbeddingStoreEndpoint (line 37) declares syntax =
"langchain4j-embeddings:embeddingStoreId", but the component scheme is
langchain4j-embeddingstore. The syntax should be
"langchain4j-embeddingstore:embeddingStoreId". This propagates into the
generated catalog metadata and the EndpointUriFactory, so the documented URI
syntax for the component is wrong. Fix: correct the scheme in the @UriEndpoint
syntax and regenerate the component metadata (full reactor build required).
_Claude Code on behalf of oscerd_
--
This message was sent by Atlassian Jira
(v8.20.10#820010)