-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Baseline: Spring Boot 3 and Java 17
* Minimum supported version of Java is now 17 * Minimum supported version of Spring Boot is now 3.2 Spring Boot versions older than 3.2 reached EOL and will not receive any further support nor security patches. It would be a security risk to continue using EOL-ed versions in this LangChain4j project. More information: https://spring.io/projects/spring-boot#support Signed-off-by: Thomas Vitale <[email protected]>
- Loading branch information
1 parent
5b4b9f1
commit d069ea1
Showing
13 changed files
with
17 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Use sdkman to run "sdk env" to initialize with correct JDK version | ||
# Enable auto-env through the sdkman_auto_env config | ||
# See https://sdkman.io/usage#config | ||
# A summary is to add the following to ~/.sdkman/etc/config | ||
# sdkman_auto_env=true | ||
java=17.0.11-tem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
langchain4j-anthropic-spring-boot-starter/src/main/resources/META-INF/spring.factories
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
langchain4j-azure-ai-search-spring-boot-starter/src/main/resources/META-INF/spring.factories
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
langchain4j-azure-open-ai-spring-boot-starter/src/main/resources/META-INF/spring.factories
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
langchain4j-easy-rag-spring-boot-starter/src/main/resources/META-INF/spring.factories
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
langchain4j-ollama-spring-boot-starter/src/main/resources/META-INF/spring.factories
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
langchain4j-open-ai-spring-boot-starter/src/main/resources/META-INF/spring.factories
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
langchain4j-spring-boot-starter/src/main/resources/META-INF/spring.factories
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters