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
- 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
Copy file name to clipboardExpand all lines: examples/webserver/tutorial/src/main/java/io/helidon/reactive/webserver/examples/tutorial/CommentService.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2017, 2022 Oracle and/or its affiliates.
2
+
* Copyright (c) 2017, 2023 Oracle and/or its affiliates.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
0 commit comments