generated from kestra-io/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing service loader conf for the JsonMapperSupplier
- Loading branch information
1 parent
dbfaeb5
commit 501aa68
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/main/resources/META-INF/services/io.micronaut.http.client.HttpClientFactory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
io.micronaut.http.client.netty.NettyHttpClientFactory |
1 change: 1 addition & 0 deletions
1
src/main/resources/META-INF/services/io.micronaut.http.client.StreamingHttpClientFactory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
io.micronaut.http.client.netty.NettyHttpClientFactory |
1 change: 1 addition & 0 deletions
1
src/main/resources/META-INF/services/io.micronaut.json.JsonMapperSupplier
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
io.micronaut.jackson.databind.JacksonDatabindMapperSupplier |