Skip to content

Commit

Permalink
Merge pull request #2898 from lorenzbaier/native-runtime-hints
Browse files Browse the repository at this point in the history
add needed runtime reflection hints for native image
  • Loading branch information
bnasslahsen authored Feb 13, 2025
2 parents 6db4bbc + a9a2a2c commit 54ea28e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public class SpringDocHints implements RuntimeHintsRegistrar {
io.swagger.v3.oas.models.media.Schema.class,
io.swagger.v3.oas.models.media.Content.class,
io.swagger.v3.oas.models.media.ArraySchema.class,
io.swagger.v3.oas.models.media.JsonSchema.class,
io.swagger.v3.oas.models.responses.ApiResponse.class,
io.swagger.v3.oas.models.responses.ApiResponses.class,
io.swagger.v3.oas.models.ExternalDocumentation.class,
Expand All @@ -122,6 +123,7 @@ public class SpringDocHints implements RuntimeHintsRegistrar {
io.swagger.v3.oas.models.Operation.class,
io.swagger.v3.oas.models.headers.Header.class,
ModelConverter.class,
io.swagger.v3.core.converter.ModelConverterContextImpl.class,
ModelConverters.class,
SpecFilter.class,
MediaType.class,
Expand Down Expand Up @@ -166,6 +168,7 @@ public class SpringDocHints implements RuntimeHintsRegistrar {
MediaTypeMixin.class,
//oas 3.1
Schema31Mixin.class,
Schema31Mixin.TypeSerializer.class,
Components31Mixin.class,
OpenAPI31Mixin.class,
Discriminator31Mixin.class,
Expand Down

0 comments on commit 54ea28e

Please sign in to comment.