-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faces Standard Converters CDI ApplicationScoped #1952
Comments
i dont think default converters/validators are managed by CDI?! |
don't know if this new Faces API package requires CDI ... probably could/should ? Many years ago I read a blog post of @arjantijms Mojarra use both class scan and CDI In my fork of Mojarra I use CDI otherwise they could be manually instantiated and cached I was proposing the CDI solution because it's a 1 line of code |
this issue is so much bigger
|
exactly 😃 I admit that for a 5.0 version of Faces one could expect all these things ... CDI is now a Jakarta Core requirements, isn't it? |
Add
@ApplicationScoped
on stateless converters (BigInteger, BigDecimal, Float, .... )1 line of code for each class, simple and effective
The text was updated successfully, but these errors were encountered: