Bug 577846 - EnumMessageProvider differs in behavior from TypeFromStringEnum param converter
Summary: EnumMessageProvider differs in behavior from TypeFromStringEnum param converter
Status: UNCONFIRMED
Alias: None
Product: Jersey
Classification: EE4J
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-16 07:09 EST by Marat Bukharov CLA
Modified: 2023-12-05 07:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marat Bukharov CLA 2021-12-16 07:09:09 EST
EnumMessageProvider added in jersey-2.34 differs in behavior from TypeFromStringEnum param converter.

This breaks consistency for @QueryParam and @FormDataParam input arguments type conversion. First one respects static fromString(String) method, and the second one does not.