Files
wehub-resource-sync a2578d7ff1
Documentation: build and deploy / deploy (push) Waiting to run
langchain4j-github-bot.yml lint / langchain4j-github-bot.yml validation (push) Waiting to run
Java CI / compile_and_unit_test (17) (push) Waiting to run
Java CI / compile_and_unit_test (21) (push) Waiting to run
Java CI / integration_test (21) (push) Blocked by required conditions
Java CI / compliance (push) Waiting to run
Java CI / spotless (push) Waiting to run
snapshot_release / snapshot_release (push) Waiting to run
Split Package Detection / check-split-packages (push) Waiting to run
Java CI / compile_and_unit_test (25) (push) Waiting to run
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.