Commit ea2625a
authored
test: Use Elasticsearch 8.19.2 image to support Apple M4 (#135)
## Change
The Testcontainers image used for Elasticsearch is not compatible with
Apple Silicon M4, so the tests always fail there (JVM bug). I updated
the image to version 8.19.2. This is just for testing and doesn't have
any impact on production code.
## General checklist
- [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
- [ ] 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)
## 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/`
directory1 parent 519f107 commit ea2625a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments