Contents
-
Terminally Deprecated Elements
Consider replacing with stages = {OpenApiFilter.RunStage.BUILD,
OpenApiFilter.RunStage.RUNTIME_STARTUP} or stages = {OpenApiFilter.RunStage.BUILD,
OpenApiFilter.RunStage.RUNTIME_PER_REQUEST}, depending on the value of the now also deprecated
quarkus.smallrye-openapi.always-run-filter.
use quarkus.smallrye-openapi.enabled instead
-
Deprecated Methods
use quarkus.smallrye-openapi.enabled instead
-
Deprecated Enum Constants
Consider replacing with stages = {OpenApiFilter.RunStage.BUILD,
OpenApiFilter.RunStage.RUNTIME_STARTUP} or stages = {OpenApiFilter.RunStage.BUILD,
OpenApiFilter.RunStage.RUNTIME_PER_REQUEST}, depending on the value of the now also deprecated
quarkus.smallrye-openapi.always-run-filter.
-
Deprecated Annotation Interface Elements