Skip to content

Remove lombok & include easy-rag starter #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release-rc1-and-beta4
Choose a base branch
from

Conversation

TFyre
Copy link

@TFyre TFyre commented May 13, 2025

Issue

No specific issue

Change

  • remove lombok
    Replace lombok with java records. This reduces dependencies and avoid build problems with newer versions of the JDK

  • include easy-rag starter
    easy-rag is not currently published. This is due to not being included in the pom or bom. Include it in the pom so that it will be deployed as a module and included in the bom.

General checklist

  • There are no breaking changes
  • 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

Checklist for adding new Spring Boot starter

  • I have added my new starter in the root pom.xml
  • I have added a org.springframework.boot.autoconfigure.AutoConfiguration.imports file in the langchain4j-{integration}-spring-boot-starter/src/main/resources/META-INF/spring/ directory

@TFyre
Copy link
Author

TFyre commented May 13, 2025

This might be considered as breaking changes due to record changes. How should this be handled?

@TFyre
Copy link
Author

TFyre commented May 26, 2025

any feedback here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant