-
Notifications
You must be signed in to change notification settings - Fork 112
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
FacesConfig#version() cannot return null #5210
Conversation
FacesConfig#version() cannot return null
@arjantijms and @tandraschko WDYT? Wondering between returning |
then lets return JSF_2_3 for now, we will remove it in 4.1 anyway? |
Right. The only issue is that it's an API change and hence this PR targeted 4.1 instead of 4.0. But indeed we're going to remove it nonetheless. I'm only wondering what to do with 4.0. Leave it broken in this regard? |
Cant we just add it to 4.0? |
I'm all for it because it's clearly a bug, but technically speaking, it's still an API change and these should go in a minor/major version. @arjantijms can't we make an exception for this one? |
for me its ok and already commited to MF |
Fair point. Ok, so be it. |
I gave this some extra thought, and I now think it's an implementation change/bug fix, and not an API one. The body of the See
|
Bon. Let's approve it then. |
jakartaee/faces#1784