-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[FEATURE] Make generic test source available #2336
[FEATURE] Make generic test source available #2336
Comments
Hmm, do you know why |
The plugin need to be declared in As for plugins which are declared in Maven's official document said:
So, the solution is: declare Is this explanation solve your problem? |
…#101) <!-- Thank you so much for your contribution! Please fill in all the sections below. Please open the PR as a draft initially. Once it is reviewed and approved, we will ask you to add documentation and examples. Please note that PRs with breaking changes or without tests will be rejected. Please note that PRs will be reviewed based on the priority of the issues they address. We ask for your patience. We are doing our best to review your PR as quickly as possible. Please refrain from pinging and asking when it will be reviewed. Thank you for understanding! --> ## Issue <!-- Please specify the ID of the issue this PR is addressing. For example: "Closes #1234" or "Fixes #1234" --> Closes [langchain4j#2336](langchain4j/langchain4j#2336) ## Change <!-- Please describe the changes you made. --> 1. Remove `lombok` in Elasticsearch / Redis / Milvus 2. Configure `maven-source-plugin:test-jar-no-fork` for `langchain4j-spring-boot-tests`, in order to see test source in community repo. 3. Redis: update `prefix` parameter introducing in [this PR](langchain4j/langchain4j#1981) ## General checklist <!-- Please double-check the following points and mark them like this: [X] --> - [x] There are no breaking changes - [ ] I have added unit and/or integration tests for my change - [ ] The tests cover both positive and negative cases - [x] I have manually run all the unit and integration tests in the module I have added/changed, and they are all green <!-- Before adding documentation and example(s) (below), please wait until the PR is reviewed and approved. --> - [ ] I have added/updated the [documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs) - [ ] I have added an example in the [examples repo](https://github.com/langchain4j/langchain4j-examples) (only for "big" features)
Is your feature request related to a problem? Please describe.
EmbeddingStore's IT in community repo may extend
EmbeddingStoreIT
,EmbeddingStoreWithFilteringIT
, etc. Main repo should expose test source for better debug functionality.Describe the solution you'd like
Adding plugin in
langchain4j-core
andlangchain4j-spring-boot-tests
as following:Describe alternatives you've considered
No
Additional context
No
The text was updated successfully, but these errors were encountered: