We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebd4b2 commit 5bbc5f9Copy full SHA for 5bbc5f9
avaje-spi-core/src/main/java/io/avaje/spi/internal/ServiceProcessor.java
@@ -86,7 +86,9 @@ public SourceVersion getSupportedSourceVersion() {
86
"avaje-validator-generator",
87
"io.avaje.validation.spi.ValidationExtension",
88
"avaje-jsonb-generator",
89
- "io.avaje.jsonb.spi.JsonbExtension");
+ "io.avaje.jsonb.spi.JsonbExtension",
90
+ "avaje-http-client-generator",
91
+ "io.avaje.http.client.HttpClient.GeneratedComponent");
92
93
private static final Map<String, String> VALID_AVAJE_SPI =
94
Map.of(
0 commit comments