-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Description
Is your feature request related to a problem? Please describe.
Lines 52 to 59 in 0828fff
| /** | |
| * @deprecated in favour of | |
| * {@link SpringDecoder#SpringDecoder(ObjectFactory, ObjectProvider)} | |
| */ | |
| @Deprecated | |
| public SpringDecoder(ObjectFactory<HttpMessageConverters> messageConverters) { | |
| this(messageConverters, new EmptyObjectProvider<>()); | |
| } |
This simple constructor requiring only messageConverters has been deprecated since #543.
I don't have specific customizers, so SpringDecoder(messageConverters) still works fine with me.
There must be some reason on 6218eeb even if it has no explanation in the commit message body, so I'd like to hear it.
If not, please bring it back.
Describe the solution you'd like
Remove @Depcrecated annotation.
Describe alternatives you've considered
Line 27 in 0828fff
| class EmptyObjectProvider<T> implements ObjectProvider<T> { |
Open EmptyObjectProvider public.
Additional context
al-anna, awadepax8, SeongEon-Jo and nannany
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done