Files
langchain4j--langchain4j/integration-tests
wehub-resource-sync a2578d7ff1
snapshot_release / snapshot_release (push) Has been cancelled
Documentation: build and deploy / deploy (push) Has been cancelled
langchain4j-github-bot.yml lint / langchain4j-github-bot.yml validation (push) Has been cancelled
Java CI / compile_and_unit_test (17) (push) Has been cancelled
Java CI / compile_and_unit_test (21) (push) Has been cancelled
Java CI / compile_and_unit_test (25) (push) Has been cancelled
Split Package Detection / check-split-packages (push) Has been cancelled
Java CI / integration_test (21) (push) Has been cancelled
Java CI / compliance (push) Has been cancelled
Java CI / spotless (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:38:45 +08:00
..

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.