This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 747fb1d70313f784012e240316c95babb6da70c0 Author: aldettinger <[email protected]> AuthorDate: Tue Jan 13 11:43:29 2026 +0100 data-extract: Remove useless manual reflection configs #8103 --- .../dev.langchain4j/langchain4j-ollama/reflect-config.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/data-extract-langchain4j/src/main/resources/META-INF/native-image/dev.langchain4j/langchain4j-ollama/reflect-config.json b/data-extract-langchain4j/src/main/resources/META-INF/native-image/dev.langchain4j/langchain4j-ollama/reflect-config.json deleted file mode 100644 index 212db31f..00000000 --- a/data-extract-langchain4j/src/main/resources/META-INF/native-image/dev.langchain4j/langchain4j-ollama/reflect-config.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "name" : "dev.langchain4j.model.ollama.OllamaChatRequest", - "allDeclaredFields" : true, - "allPublicFields" : true - } -] \ No newline at end of file
