Interface and Description |
---|
io.micronaut.http.netty.channel.ChannelPipelineListener
Use NettyClientCustomizer or NettyServerCustomizer instead.
|
io.micronaut.http.filter.FilterOrderProvider
Deprecated without replacement. This class is unused and will be removed in 4.0.0.
|
io.micronaut.inject.processing.ProcessedTypes
Use
AnnotationUtil instead |
Class and Description |
---|
io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration |
io.micronaut.http.server.netty.types.files.FileTypeHandlerConfiguration.CacheControlConfiguration |
io.micronaut.http.server.exceptions.response.HateoasErrorResponseProcessorReplacement
Replacement is no longer necessary for Micronaut Framework 4.0 since
HateoasErrorResponseProcessor jackson constructor will be removed. |
io.micronaut.http.filter.OncePerRequestHttpServerFilter
All filters are executed once per request starting in Micronaut 3.0. Directly implement
HttpServerFilter instead of extending this class and replace any usages of `micronaut.once`
attributes with a custom attribute name. |
io.micronaut.annotation.processing.ServiceDescriptionProcessor
No longer needed and will be removed in a future release
|
io.micronaut.core.io.service.StreamSoftServiceLoader |
Annotation Type and Description |
---|
io.micronaut.context.annotation.Provided
Use the typed member of the
Bean annotation instead |
Field and Description |
---|
io.micronaut.http.server.types.files.FileCustomizableResponseType.ATTACHMENT_HEADER
Unused now, please follow RFC 6266
|
io.micronaut.core.convert.ConversionService.SHARED
This will be removed in the next major version. Use an injected
ConversionService instead. |
Enum Constant and Description |
---|
io.micronaut.http.HttpStatus.UNORDERED_COLLECTION
Will be replaced by
HttpStatus.TOO_EARLY in 4.0 |