You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ContentReaders - Methods with alternatives (since 2.0)
ContentTypeCharset - Class with alternative (since 2.0)
ContentWriters - Methods with alternatives (since 2.0)
MessageBodyReaderContext - Methods with alternatives (since 2.0)
MessageBodyWriterContext - Methods with alternatives (since 2.0)
ReadableByteChannelPublisher - Class with alternative (since 2.0)
Tasks:
remove the deprecated code
make sure the deprecation is correctly documented in 2.x (since, forRemoval on @deprecated annotation, use @deprecated javadoc tag to link to the correct new implementation, or describe what to do if a simple replacement does not exist)
validate documentation and examples are correct with regard to the deprecated element
The text was updated successfully, but these errors were encountered:
- Remove the following methods in ContentWriters that are deprecated in 3.x:
- byteArrayWriter
- charSequenceWriter
- charBufferWriter
- byteChannelWriter (updated PathBodyWriter and FileBodyWriter to remove usage)
- Updated ContentWriterTests and ContentReaderTests: consistent test method names (e.g. charSequenceWriter -> writeCharSequence)
- Removed unused private code in MessageBodyWriterContext and MessageBodyReadableContent
Fixeshelidon-io#4364
- Remove the following methods in ContentWriters that are deprecated in 3.x:
- byteArrayWriter
- charSequenceWriter
- charBufferWriter
- byteChannelWriter (updated PathBodyWriter and FileBodyWriter to remove usage)
- Updated ContentWriterTests and ContentReaderTests: consistent test method names (e.g. charSequenceWriter -> writeCharSequence)
- Removed unused private code in MessageBodyWriterContext and MessageBodyReadableContent
Fixes#4364
Tasks:
The text was updated successfully, but these errors were encountered: