Skip to content

Commit 08504f2

Browse files
committed
Properly make JaxRsHttpClient with Quarkus SNAPSHOT
Follows up on: #1385
1 parent d44c76c commit 08504f2

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)