Skip to content

Commit 5bbc5f9

Browse files
committed
Update ServiceProcessor.java
1 parent aebd4b2 commit 5bbc5f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

avaje-spi-core/src/main/java/io/avaje/spi/internal/ServiceProcessor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ public SourceVersion getSupportedSourceVersion() {
8686
"avaje-validator-generator",
8787
"io.avaje.validation.spi.ValidationExtension",
8888
"avaje-jsonb-generator",
89-
"io.avaje.jsonb.spi.JsonbExtension");
89+
"io.avaje.jsonb.spi.JsonbExtension",
90+
"avaje-http-client-generator",
91+
"io.avaje.http.client.HttpClient.GeneratedComponent");
9092

9193
private static final Map<String, String> VALID_AVAJE_SPI =
9294
Map.of(

0 commit comments

Comments
 (0)