github-actions[bot]
a39f132b91
Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT
2026-07-17 13:42:56 +00:00
github-actions[bot]
66ad5ee6d5
Release versions 1.18.0 and 1.18.0-beta28
2026-07-17 12:34:45 +00:00
github-actions[bot]
7d7c3349d7
Update versions to 1.18.0-SNAPSHOT and 1.18.0-beta28-SNAPSHOT
2026-06-26 14:49:40 +00:00
github-actions[bot]
207407aec9
Release versions 1.17.0 and 1.17.0-beta27
2026-06-26 13:13:06 +00:00
Sandeep Erelli
cb46bff61f
fix(gpullama3): replace System.err.println with SLF4J logger ( #5265 )
...
## Summary
- Replaces `System.err.println(...)` with `log.error(...)` in the
`TornadoVMCleanupAction` inner class of `GPULlama3BaseModel`.
- Adds a `private static final Logger log =
LoggerFactory.getLogger(GPULlama3BaseModel.class)` field (SLF4J is
already available transitively via `langchain4j-core`).
## Why
Production code should not write directly to `System.err`. Using SLF4J
keeps logging consistent with the rest of the codebase and allows log
output to be controlled by the application's logging configuration.
## Test plan
- [x] Module compiles cleanly (`langchain4j-gpu-llama3` requires Java 25
+ TornadoVM to run tests, so compilation check is sufficient here).
2026-06-25 15:46:52 +02:00
Eunbin Son
065e749adb
Preserve response whitespace when parsing GPULlama3 thinking content ( #5517 )
...
## Issue
Closes #5515
## Change
`GPULlama3ResponseParser.parseResponse` flattened the response body
whenever a `<think>...</think>` block was present. After removing the
thinking block it ran `actualResponse.replaceAll("\\s+", " ").trim()`,
collapsing newlines, indentation, and spaces into single spaces. The
no-think path and the streaming path both keep formatting, so the same
answer came out differently depending on whether thinking content was
present.
This removes that `replaceAll` line. The preceding `(beforeThink +
afterThink).trim()` already strips leading and trailing whitespace, and
the thinking block sits at the start of the response (per the class
Javadoc format), so no double-space is introduced at the join point.
Behaviour change: responses containing a `<think>` block now preserve
internal whitespace (the bug fix).
Added `GPULlama3ResponseParserTest` (pure unit test, no GPU required)
covering: whitespace preservation after a thinking block,
leading/trailing trim, the unchanged no-think path, thinking-tag
extraction, and the null-input guard. The module's existing `*IT` tests
need a GPU/TornadoVM runtime and were not run locally.
## General checklist
- [ ] There are no breaking changes (API, behaviour)
- [X] I have added unit and/or integration tests for my change
- [X] The tests cover both positive and negative cases
- [X] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [ ] I have manually run all the unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core )
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j )
modules, and they are all green
- [ ] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs )
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples ) (only for
"big" features)
- [ ] I have added/updated [Spring Boot
starter(s)](https://github.com/langchain4j/langchain4j-spring ) (if
applicable)
<!-- "Checklist for adding new maven module" omitted: no new module. -->
<!-- "Checklist for adding/changing embedding store integration"
omitted: not an embedding store. -->
2026-06-22 12:20:42 +02:00
github-actions[bot]
01de41d641
Update versions to 1.17.0-SNAPSHOT and 1.17.0-beta27-SNAPSHOT
2026-06-06 06:46:38 +00:00
github-actions[bot]
cd836845dd
Release versions 1.16.0 and 1.16.0-beta26
2026-06-05 15:46:56 +00:00
github-actions[bot]
6185599e37
Update versions to 1.16.0-SNAPSHOT and 1.16.0-beta26-SNAPSHOT
2026-05-15 16:21:14 +00:00
github-actions[bot]
d0e54aa006
Release versions 1.15.0 and 1.15.0-beta25
2026-05-15 15:55:12 +00:00
renovate[bot]
55cd03c07e
chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.15.0 ( #5193 )
...
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/ ) |
[Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
|
[org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/ )
([source](https://redirect.github.com/apache/maven-compiler-plugin )) |
`3.14.0` → `3.15.0` |

|

|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/2069) for more information.
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/langchain4j/langchain4j ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzMuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE3My42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-13 11:19:51 +02:00
renovate[bot]
2e7169e8a7
chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.3 ( #5200 )
...
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/ ) |
[Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
|
[org.codehaus.mojo:exec-maven-plugin](https://www.mojohaus.org/exec-maven-plugin )
([source](https://redirect.github.com/mojohaus/exec-maven-plugin )) |
`3.1.0` → `3.6.3` |

|

|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/2069) for more information.
---
### Release Notes
<details>
<summary>mojohaus/exec-maven-plugin
(org.codehaus.mojo:exec-maven-plugin)</summary>
###
[`v3.6.3`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.3 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.6.2...3.6.3 )
<!-- Optional: add a release summary here -->
#### 📝 Documentation updates
- Document thread group isolation limitation in java goal
([#​503](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/503 ))
@​[copilot-swe-agent\[bot\]](https://redirect.github.com/apps/copilot-swe-agent )
#### 👻 Maintenance
- JUnit 5 best practices
([#​505](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/505 ))
[@​slachiewicz](https://redirect.github.com/slachiewicz )
- Move ExecJavaMojoTest, ExecMojoTest to JUnit 5
([#​502](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/502 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Add support for JEP 512 for for package-private static main method
([#​499](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/499 ))
[@​anuragagarwal561994](https://redirect.github.com/anuragagarwal561994 )
- Move to JUnit 5
([#​501](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/501 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
#### 📦 Dependency updates
- Bump asm.version from 9.9 to 9.9.1
([#​509](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/509 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0
([#​508](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/508 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
###
[`v3.6.2`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.2 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.6.1...3.6.2 )
<!-- Optional: add a release summary here -->
#### 🚀 New features and improvements
- Add JPMS ServiceLoader Support with Multi-Release JAR
([#​500](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/500 ))
[@​ascheman](https://redirect.github.com/ascheman )
#### 📦 Dependency updates
- Bump asm.version from 9.8 to 9.9
([#​498](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/498 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
###
[`v3.6.1`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.1 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.6.0...3.6.1 )
<!-- Optional: add a release summary here -->
#### 🐛 Bug Fixes
- Revert change from
[#​480](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/480 )
- plugin dependencies must be resolved from plugin repositories
([#​496](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/496 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
#### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 93 to 94
([#​495](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/495 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
###
[`v3.6.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.0 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.5.1...3.6.0 )
<!-- Optional: add a release summary here -->
##### 🚀 New features and improvements
- \[ExecMojo]Add `getShebang` method to correctly set the command line
executable name
([#​487](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/487 ))
[@​uchenily](https://redirect.github.com/uchenily )
- JEP 512 Support
([#​484](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/484 ))
[@​cayhorstmann](https://redirect.github.com/cayhorstmann )
##### 🐛 Bug Fixes
- fix inheritIo option
([#​488](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/488 ))
[@​dernasherbrezon](https://redirect.github.com/dernasherbrezon )
- Fix for
[#​479](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/479 )
- Wrong repositories used to collect deps
([#​480](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/480 ))
[@​cstamas](https://redirect.github.com/cstamas )
##### 👻 Maintenance
- Use JSR-330 for component injection
([#​493](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/493 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Re-run failed tests
([#​491](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/491 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Restore default matrix build
([#​486](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/486 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
##### 📦 Dependency updates
- Use Maven 3.9.11 in dependencies, still requires 3.6.3 as minimum
([#​492](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/492 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Bump org.codehaus.mojo:mojo-parent from 92 to 93
([#​483](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/483 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump org.codehaus.mojo:mojo-parent from 91 to 92
([#​478](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/478 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump org.codehaus.mojo:mojo-parent from 90 to 91
([#​477](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/477 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump org.codehaus.mojo:mojo-parent from 89 to 90
([#​476](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/476 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
###
[`v3.5.1`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.5.1 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.5.0...3.5.1 )
<!-- Optional: add a release summary here -->
##### 🐛 Bug Fixes
- Add ClassLoader support for ASM ClassWriter
([#​472](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/472 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
##### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 88 to 89
([#​475](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/475 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump org.codehaus.mojo:mojo-parent from 87 to 88
([#​474](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/474 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0
([#​473](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/473 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump commons-io:commons-io from 2.7 to 2.14.0 in
/src/test/projects/project6/project5lib
([#​470](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/470 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump commons-io:commons-io from 2.7 to 2.14.0 in
/src/test/projects/project1
([#​468](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/468 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump asm.version from 9.7.1 to 9.8
([#​467](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/467 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump commons-io:commons-io from 2.7 to 2.14.0 in
/src/test/projects/project2
([#​465](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/465 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump commons-io:commons-io from 2.7 to 2.14.0 in
/src/test/projects/project14
([#​464](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/464 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump commons-io:commons-io from 2.7 to 2.14.0 in
/src/test/projects/project3
([#​463](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/463 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
- Bump org.codehaus.mojo:mojo-parent from 86 to 87
([#​460](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/460 ))
@​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot )
##### 👻 Maintenance
- Fix ITs for Maven 4 rc-3
([#​462](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/462 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Document how to use env vars in commandlineArgs
([#​459](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/459 ))
[@​cpfeiffer](https://redirect.github.com/cpfeiffer )
###
[`v3.5.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.5.0 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.4.1...3.5.0 )
<!-- Optional: add a release summary here -->
##### 🚀 New features and improvements
- Add toolchain java path to environment variables in ExecMojo
([#​455](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/455 ))
[@​michalm2000](https://redirect.github.com/michalm2000 )
##### 🐛 Bug Fixes
-
[#​322](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/322 ),
enable to control the exec:java interaction with JVM classloader more
finely
([#​337](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/337 ))
[@​rmannibucau](https://redirect.github.com/rmannibucau )
##### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 85 to 86
([#​445](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/445 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump commons-io:commons-io from 2.7 to 2.14.0 in
/src/it/projects/project6/project5lib
([#​451](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/451 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump asm.version from 9.7 to 9.7.1
([#​452](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/452 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump commons-io:commons-io from 2.7 to 2.14.0 in
/src/it/projects/setup-parent
([#​450](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/450 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump commons-io:commons-io from 2.7 to 2.14.0 in
/src/test/projects/project13
([#​449](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/449 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2
([#​447](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/447 ))
[@​dependabot](https://redirect.github.com/dependabot )
##### 👻 Maintenance
- Update site descriptor to 2.0.0
([#​457](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/457 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Toolchains manual improvements
([#​456](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/456 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Manage version of maven-toolchains-plugin
([#​454](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/454 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
###
[`v3.4.1`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.4.1 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.4.0...3.4.1 )
<!-- Optional: add a release summary here -->
##### 🐛 Bug Fixes
- Environment variable Path should be used as case-insensitive
([#​442](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/442 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- fix: NPE because declared MavenSession field hides field of superclass
([#​439](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/439 ))
[@​sebthom](https://redirect.github.com/sebthom )
##### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 84 to 85
([#​441](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/441 ))
[@​dependabot](https://redirect.github.com/dependabot )
##### 👻 Maintenance
- Remove redundant spotless configuration
([#​440](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/440 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
##### 🔧 Build
- Use Maven4 enabled with GH Action
([#​443](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/443 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Use shared release drafter GH Action
([#​444](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/444 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
###
[`v3.4.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.4.0 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.3.0...3.4.0 )
<!-- Optional: add a release summary here -->
##### 🚀 New features and improvements
- Allow `<includePluginDependencies>` to be specified for the exec:exec
goal
([#​432](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/432 ))
[@​sebthom](https://redirect.github.com/sebthom )
##### 🐛 Bug Fixes
- Do not get UPPERCASE env vars
([#​427](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/427 ))
[@​wheezil](https://redirect.github.com/wheezil )
##### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 82 to 84
([#​434](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/434 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1
([#​431](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/431 ))
[@​dependabot](https://redirect.github.com/dependabot )
##### 👻 Maintenance
- Remove Log4j 1.2.x from ITs
([#​437](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/437 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
##### 🔧 Build
- Use Maven 3.9.7 and 4.0.0-beta-3
([#​433](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/433 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
###
[`v3.3.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.3.0 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.2.0...3.3.0 )
<!-- Optional: add a release summary here -->
##### 🚀 New features and improvements
- Add option to include runtime and provided
([#​61](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/61 ))
[@​rehevkor5](https://redirect.github.com/rehevkor5 )
##### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 80 to 82
([#​429](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/429 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
([#​424](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/424 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump asm.version from 9.6 to 9.7
([#​422](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/422 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump apache/maven-gh-actions-shared from 3 to 4
([#​420](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/420 ))
[@​dependabot](https://redirect.github.com/dependabot )
###
[`v3.2.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.2.0 )
[Compare
Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0 )
<!-- Optional: add a release summary here -->
##### 🚀 New features and improvements
- Enable to exec:java runnables and not only mains with loosely coupled
injections
([#​408](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/408 ))
[@​rmannibucau](https://redirect.github.com/rmannibucau )
- Try to get rid of legacy API which can break starting with java 17
([#​409](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/409 ))
[@​rmannibucau](https://redirect.github.com/rmannibucau )
##### 🐛 Bug Fixes
- Fix
[#​401](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401 )
- Maven v4 compatibility
([#​414](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/414 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
##### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 78 to 80
([#​419](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/419 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump commons-io:commons-io from 1.1 to 2.7 in
/src/it/projects/setup-parent
([#​416](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/416 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.apache.commons:commons-exec from 1.3 to 1.4.0
([#​405](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/405 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.mojo:mojo-parent from 77 to 78
([#​406](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/406 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0
([#​403](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/403 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to
2.2.0
([#​404](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/404 ))
[@​dependabot](https://redirect.github.com/dependabot )
##### 👻 Maintenance
- ITs improvement
([#​415](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/415 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Fix documentation formatting, add menu items for new examples
([#​412](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/412 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Execute mexec-137 also on unix family
([#​413](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/413 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Remove unused test
([#​410](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/410 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
##### 🔧 Build
- Bump release-drafter/release-drafter from 5 to 6
([#​417](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/417 ))
[@​dependabot](https://redirect.github.com/dependabot )
###
[`v3.1.1`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.1.1 )
<!-- Optional: add a release summary here -->
##### 🚀 New features and improvements
- Remove unused killAfter options
([#​394](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/394 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
-
\[[#​391](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/391 )]
Cope with Thread::stop being unavailable in JDK 20+
([#​393](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/393 ))
[@​kriegaex](https://redirect.github.com/kriegaex )
- Only prefix program output with thread name when running with multiple
threads
([#​157](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/157 ))
[@​hankolerd](https://redirect.github.com/hankolerd )
-
\[[#​389](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/389 )]
Add option 'blockSystemExit' to 'java' mojo
([#​390](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/390 ))
[@​kriegaex](https://redirect.github.com/kriegaex )
- Require Maven 3.6.3+
([#​385](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/385 ))
[@​slachiewicz](https://redirect.github.com/slachiewicz )
- Ensure maven.properties can be forwarded to system properties for
exec:java
([#​346](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/346 ))
[@​rmannibucau](https://redirect.github.com/rmannibucau )
##### 🐛 Bug Fixes
- Fix
[#​158](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/158 )
- Fix non ascii character handling
([#​372](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/372 ))
[@​jebeaudet](https://redirect.github.com/jebeaudet )
-
\[[#​323](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/323 )]
exec arguments missing
([#​324](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/324 ))
[@​bmarwell](https://redirect.github.com/bmarwell )
##### 📦 Dependency updates
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in
/src/it/projects/java\_module-module+mainclass
([#​382](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/382 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in
/src/it/projects/java\_module-mainclass
([#​380](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/380 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in
/src/it/projects/java\_module-export
([#​379](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/379 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in
/src/it/projects/longModulepath with spaces
([#​383](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/383 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in
/src/it/projects/jigsaw
([#​381](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/381 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in
/src/it/mrm/java\_module
([#​378](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/378 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump org.codehaus.mojo:mojo-parent from 76 to 77
([#​384](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/384 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Require Maven 3.6.3+
([#​385](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/385 ))
[@​slachiewicz](https://redirect.github.com/slachiewicz )
- Bump plexus-utils from 3.5.1 to 4.0.0
([#​368](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/368 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump parent from 70 to 76
([#​375](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/375 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Bump groovy from 3.0.17 to 3.0.18
([#​371](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/371 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump groovy from 3.0.16 to 3.0.17
([#​365](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/365 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump groovy from 3.0.15 to 3.0.16
([#​363](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/363 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump plexus-utils from 3.5.0 to 3.5.1
([#​362](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/362 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump groovy from 3.0.14 to 3.0.15
([#​361](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/361 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump groovy from 3.0.13 to 3.0.14
([#​354](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/354 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump mockito-core from 4.9.0 to 4.11.0
([#​355](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/355 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump mockito-core from 4.8.1 to 4.9.0
([#​347](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/347 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump groovy from 3.0.12 to 3.0.13
([#​340](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/340 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump plexus-utils from 3.4.2 to 3.5.0
([#​343](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/343 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump mockito-core from 4.7.0 to 4.8.1
([#​344](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/344 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump mojo-parent from 69 to 70
([#​329](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/329 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump mockito-core from 4.6.1 to 4.7.0
([#​330](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/330 ))
[@​dependabot](https://redirect.github.com/dependabot )
- Bump groovy from 3.0.11 to 3.0.12
([#​325](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/325 ))
[@​dependabot](https://redirect.github.com/dependabot )
##### 👻 Maintenance
- Code cleanups - use newer JDK features
([#​396](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/396 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Enable spotless for code formatting
([#​395](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/395 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Require Maven 3.6.3+
([#​385](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/385 ))
[@​slachiewicz](https://redirect.github.com/slachiewicz )
- ITs cleanups
([#​374](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/374 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Use Resolver Api for dependency resolving
([#​349](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/349 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
##### 🔧 Build
- Workaround for concurrent access to local repository on Windows by ITs
([#​392](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/392 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
- Use Maven 3.9.4, 3.8.8 in GitHub build
([#​377](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/377 ))
[@​slawekjaranowski](https://redirect.github.com/slawekjaranowski )
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/langchain4j/langchain4j ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzMuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE3My42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-13 11:17:16 +02:00
github-actions[bot]
628ac34c01
Update versions to 1.15.0-SNAPSHOT and 1.15.0-beta25-SNAPSHOT
2026-04-30 18:43:12 +00:00
github-actions[bot]
4917afa297
Release versions 1.14.0 and 1.14.0-beta24
2026-04-30 18:10:30 +00:00
github-actions[bot]
4798a89d66
Update versions to 1.14.0-SNAPSHOT and 1.14.0-beta24-SNAPSHOT
2026-04-09 14:41:27 +00:00
github-actions[bot]
759cd9a236
Release versions 1.13.0 and 1.13.0-beta23
2026-04-09 13:07:30 +00:00
Dmytro Liubarskyi
e10abf04d0
Update versions to 1.13.0-SNAPSHOT and 1.13.0-beta23-SNAPSHOT ( #4710 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-13 11:39:50 +01:00
Dmytro Liubarskyi
c92ea033e4
Update versions to 1.13.0-SNAPSHOT and 1.13.0-beta22-SNAPSHOT ( #4666 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-05 17:18:22 +01:00
Dmytro Liubarskyi
2aa70d69a2
Update GPULlama3.java version to 0.4.0 for jdk25 ( #4213 )
2026-03-05 14:49:55 +01:00
Dmytro Liubarskyi
9208a5d0ec
Update GPULlama3.java version to 0.4.0 for jdk25 ( #4213 )
2026-03-05 13:32:43 +01:00
Michalis Papadimitriou
6aa99fb931
Update GPULlama3.java version to 0.4.0 for jdk25 ( #4213 )
...
This PR updates the GPULlama3.java model provider to use the latest
release.
---------
Co-authored-by: Mario Fusco <mario.fusco@gmail.com>
Co-authored-by: Dmytro Liubarskyi <ljubarskij@gmail.com>
2026-03-05 12:01:43 +01:00
Dmytro Liubarskyi
336b2accce
Update versions to 1.12.0-SNAPSHOT and 1.12.0-beta20-SNAPSHOT ( #4537 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-04 14:27:44 +01:00
Dmytro Liubarskyi
b7c660cd6e
JUnit 6 ( #4305 )
...
## Change
Migrated to JUnit 6.
## General checklist
- [ ] There are no breaking changes (API, behaviour)
- [ ] I have added unit and/or integration tests for my change
- [ ] The tests cover both positive and negative cases
- [ ] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [ ] I have manually run all the unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core )
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j )
modules, and they are all green
- [ ] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs )
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples ) (only for
"big" features)
- [ ] I have added/updated [Spring Boot
starter(s)](https://github.com/langchain4j/langchain4j-spring ) (if
applicable)
2025-12-29 17:58:30 +01:00
Dmytro Liubarskyi
778be1b360
Update versions to 1.11.0-SNAPSHOT and 1.11.0-beta19-SNAPSHOT ( #4285 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 15:38:05 +01:00
Dmytro Liubarskyi
25d3b3ec87
cleaned up test dependencies
2025-12-10 10:18:30 +01:00
Dmytro Liubarskyi
ca6097e35d
Update versions to 1.10.0-SNAPSHOT and 1.10.0-beta18-SNAPSHOT ( #4152 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-28 12:21:30 +01:00
Dmytro Liubarskyi
bc0801a4df
Update versions to 1.10.0-SNAPSHOT and 1.10.0-beta17-SNAPSHOT ( #4140 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-26 17:38:36 +01:00
Dmytro Liubarskyi
a473835133
Update versions to 1.9.0-SNAPSHOT and 1.9.0-beta16-SNAPSHOT ( #3951 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-24 16:51:33 +02:00
Dmytro Liubarskyi
ecc754ba1f
Streaming Cancellation ( #3910 )
...
## Issue
Closes https://github.com/langchain4j/langchain4j/issues/1146
## Change
Implemented streaming cancellation for the following APIs:
- `StreamingChatModel` + `StreamingChatResponseHandler`
- `TokenStream`
Implemented streaming cancellation for the following modules:
- Anthropic
- Azure OpenAI
- Bedrock
- Google AI Gemini
- Mistral
- Ollama
- OpenAI
- OpenAI Official
- Vertex AI Gemini
## Examples
### `StreamingChatModel` + `StreamingChatResponseHandler` APIs
If you wish to cancel the streaming, you can do so from one of the
following `StreamingChatResponseHandler` methods:
- `onPartialResponse(PartialResponse, PartialResponseContext)`
- `onPartialThinking(PartialThinking, PartialThinkingContext)`
- `onPartialToolCall(PartialToolCall, PartialToolCallContext)`
The context object contains the `StreamingHandle`, which can be used to
cancel the streaming:
```java
model.chat(userMessage, new StreamingChatResponseHandler() {
@Override
public void onPartialResponse(PartialResponse partialResponse, PartialResponseContext context) {
process(partialResponse);
if (shouldCancel()) {
context.streamingHandle().cancel();
}
}
@Override
public void onCompleteResponse(ChatResponse completeResponse) {
System.out.println("onCompleteResponse: " + completeResponse);
}
@Override
public void onError(Throwable error) {
error.printStackTrace();
}
});
```
### `TokenStream` API
If you wish to cancel the streaming, you can do so from one of the
following callbacks:
- `onPartialResponseWithContext(BiConsumer<PartialResponse,
PartialResponseContext>)`
- `onPartialThinkingWithContext(BiConsumer<PartialThinking,
PartialThinkingContext>)`
For example:
```java
tokenStream
.onPartialResponseWithContext((PartialResponse partialResponse, PartialResponseContext context) -> {
process(partialResponse);
if (shouldCancel()) {
context.streamingHandle().cancel();
}
})
.onCompleteResponse((ChatResponse response) -> futureResponse.complete(response))
.onError((Throwable error) -> futureResponse.completeExceptionally(error))
.start();
```
When `StreamingHandle.cancel()` is called, LangChain4j will close the
connection and stop the streaming.
Once `StreamingHandle.cancel()` has been called, `TokenStream` will not
receive any further callbacks.
## General checklist
- [x] There are no breaking changes (API, behaviour)
- [x] I have added unit and/or integration tests for my change
- [x] The tests cover both positive and negative cases
- [x] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [x] I have manually run all the unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core )
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j )
modules, and they are all green
- [x] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs )
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples ) (only for
"big" features)
- [ ] I have added/updated [Spring Boot
starter(s)](https://github.com/langchain4j/langchain4j-spring )
2025-10-23 20:00:57 +02:00
Dmytro Liubarskyi
34632c06a2
nex dev iteration
2025-10-02 17:17:35 +02:00
Dmytro Liubarskyi
99b724c27c
Add GPU Support to LangChain4j via GPULlama3.java Powered by TornadoVM ( #3654 )
2025-10-02 13:37:29 +02:00
Michalis Papadimitriou
245b18392d
Add GPU Support to LangChain4j via GPULlama3.java Powered by TornadoVM ( #3654 )
...
This pull request integrates GPU-accelerated large language model (LLM)
inference into LangChain4j by incorporating
GPULlama3.java](https://github.com/beehive-lab/GPULlama3.java ), a
Java-native implementation of Llama3, Mistral, Phi-3, Qwen2.5, Qwen3 and
Disteled-DeepSeek models powered by TornadoVM.
Key Features:
* Multi-Model Support: Llama3, Mistral, Phi-3, Qwen2.5, Qwen3,
Distilled-DeepSeek.
* GPU Backends: Supports PTX (NVIDIA) and OpenCL devices (Intel/Apple
GPUs).
* CPU Fallback: Switch between GPU and pure-Java CPU execution
seamlessly, as GPULlama3.java extends the existing Llama3.java
implementation.
## General checklist
<!-- Please double-check the following points and mark them like this:
[X] -->
- [x] There are no breaking changes
- [x] I have added unit and/or integration tests for my change
- [ ] The tests cover both positive and negative cases
- [ ] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [x] I have manually run all the unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core )
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j )
modules, and they are all green
<!-- Before adding documentation and example(s) (below), please wait
until the PR is reviewed and approved. -->
- [x] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs )
- [x] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples ) (only for
"big" features)
- [ ] I have added/updated [Spring Boot
starter(s)](https://github.com/langchain4j/langchain4j-spring ) (if
applicable)
## Checklist for adding new maven module
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have added my new module in the root `pom.xml` and
`langchain4j-bom/pom.xml`
## Checklist for adding new embedding store integration
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have added a `{NameOfIntegration}EmbeddingStoreIT` that extends
from either `EmbeddingStoreIT` or `EmbeddingStoreWithFilteringIT`
- [ ] I have added a `{NameOfIntegration}EmbeddingStoreRemovalIT` that
extends from `EmbeddingStoreWithRemovalIT`
## Checklist for changing existing embedding store integration
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have manually verified that the
`{NameOfIntegration}EmbeddingStore` works correctly with the data
persisted using the latest released version of LangChain4j
---------
Co-authored-by: ibriq <iain.apreotesei@gmail.com>
Co-authored-by: Dmytro Liubarskyi <ljubarskij@gmail.com>
Co-authored-by: Orion Papadakis <orion.papadakis@manchester.ac.uk>
2025-10-01 23:41:57 +02:00