quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
121 stars 66 forks source link

Override the maven-compiler-plugin version in the samples #503

Closed jmartisk closed 2 months ago

jmartisk commented 2 months ago

This makes the samples work OOTB with Maven 3.8

jmartisk commented 2 months ago

@geoand the failure in io.quarkiverse.langchain4j.websockets.next.tests.WebSocketsNextTest.webSocketRequest, have you seen that before? Looks like it might be a flaky test?

geoand commented 2 months ago

I was afraid that the test would be flaky as it has a bunch of async intersections...