langchain4j/integration-tests
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
..
integration-tests-class-instance-loader Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT 2026-07-17 13:42:56 +00:00
integration-tests-class-metadata-provider Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT 2026-07-17 13:42:56 +00:00
integration-tests-guardrails Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT 2026-07-17 13:42:56 +00:00
README.md Input and output guardrails (#2571) 2025-06-17 11:49:54 +02:00
pom.xml Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT 2026-07-17 13:42:56 +00:00

README.md

This contains other full "projects" that can use various LangChain4j features independently but yet aren't necessarily "integration tests". Think of these are separate applications that may be testing some kind of functionality within LangChain4j.

Think of where ServiceLoaders may be invoked - creating a src/test/META-INF/services for the service in one of the modules would then override the service being loaded for all tests, which isn't what's intended.

Instead, we can create isolated projects in here for that.