Skip to content

Commit 16b19d1

Browse files
authored
Merge pull request #1394 from quarkiverse/snapshot-again
Properly make JaxRsHttpClient with Quarkus SNAPSHOT
2 parents d44c76c + 08504f2 commit 16b19d1

File tree

1 file changed

+1
-1
lines changed
  • model-providers/jaxrs-client/src/main/java/io/quarkiverse/langchain4j/jaxrsclient

1 file changed

+1
-1
lines changed

model-providers/jaxrs-client/src/main/java/io/quarkiverse/langchain4j/jaxrsclient/JaxRsHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public boolean isTrustAll() {
8888

8989
// TODO: when we bump to the next LTS, this needs to be implemented properly
9090
//for the time being it exists only to make the module compile against the SNAPSHOT version of Quarkus
91-
public String getName() {
91+
public Optional<String> getName() {
9292
throw new IllegalStateException("this should not be called");
9393
}
9494
});

0 commit comments

Comments
 (0)