From a7b2e14e4a19f4b44226862a6c8bff7dcfaf5d62 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Jul 2026 14:13:53 +0000 Subject: [PATCH] Bump net.ladenthin:llama from 5.0.4 to 5.0.6 Verified the provider's full API surface (LlamaModel, ModelParameters, InferenceParameters, ChatResponse/ChatChoice/Timings, Pair, ReasoningFormat, ChatResponseParser) against current java-llama.cpp source and CHANGELOG.md 5.0.4 -> 5.0.6: all changes in that range are additive, nothing used by LlamaCppJniAiGenerationProvider/ LlamaCppJniConfig was renamed or removed. Full mvn test suite (413 tests) passes unchanged. --- CLAUDE.md | 2 +- pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 6782c3a..481db1e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -380,7 +380,7 @@ Immutable value types are implemented as Java `record` types (e.g., `AiMdDocumen | Dependency | Version | Purpose | |---|---|---| -| `net.ladenthin:llama` | 5.0.4 | llama.cpp JNI binding (GGUF inference); released on Maven Central, carries the prompt-cache/slot APIs + GPU classifier jars. Brings `slf4j-api` transitively, converged to 2.0.18 via ``. | +| `net.ladenthin:llama` | 5.0.6 | llama.cpp JNI binding (GGUF inference); released on Maven Central, carries the prompt-cache/slot APIs + GPU classifier jars. Brings `slf4j-api` transitively, converged to 2.0.18 via ``. | | `org.apache.maven:maven-plugin-api` | 3.9.13 | Maven plugin API (provided) | | `org.apache.maven.plugin-tools:maven-plugin-annotations` | 3.15.1 | `@Mojo`, `@Parameter` annotations (provided) | diff --git a/pom.xml b/pom.xml index ba30ad5..77077b5 100644 --- a/pom.xml +++ b/pom.xml @@ -61,8 +61,9 @@ SPDX-License-Identifier: Apache-2.0 3.9.16 - 5.0.4 + classifier jars (cuda13/vulkan/opencl). 5.0.6 is source-compatible with the provider's + API surface (checked against CHANGELOG.md 5.0.4 -> 5.0.6: additive-only changes). --> + 5.0.6