Closed pizzi80 closed 3 months ago
+1
@BalusC / @arjantijms 4.1?
+1
Breaking change, make it 5.0.
i appled those changes to myfaces now i just didnt change the EnumConverter constructor for now as there are multiple ways of doing it: 1) like OmniFaces, getting the Enum Class in getAsString and remember 2) extracting from the value expression
which one is better and less error prone? I will create a new issue for it: #1938
The Faces API
interface
for converters isConverter<T>
since JSF 2.3 (2015/2017)After 8 years from these commits and 20 years from the introduction of generics in Java I think that it's more a bug than a feature to develop without Generics
https://arjan-tijms.omnifaces.org/p/jsf-23.html#1355