You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2022/09/24 03:31:08 UTC

[GitHub] [myfaces] pnicolucci opened a new pull request, #321: MYFACES-4465: avoid ClassCastException

pnicolucci opened a new pull request, #321:
URL: https://github.com/apache/myfaces/pull/321

   https://issues.apache.org/jira/browse/MYFACES-4465


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [myfaces] pnicolucci commented on pull request #321: MYFACES-4465: avoid ClassCastException

Posted by GitBox <gi...@apache.org>.
pnicolucci commented on PR #321:
URL: https://github.com/apache/myfaces/pull/321#issuecomment-1256967895

   @tandraschko  my experience so far has been any time we fall back to using PropertyDescriptors this can occur: https://github.com/apache/myfaces/blob/main/api/src/main/java/org/apache/myfaces/core/api/shared/lang/PropertyDescriptorUtils.java#L117


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [myfaces] pnicolucci merged pull request #321: MYFACES-4465: avoid ClassCastException

Posted by GitBox <gi...@apache.org>.
pnicolucci merged PR #321:
URL: https://github.com/apache/myfaces/pull/321


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [myfaces] tandraschko commented on pull request #321: MYFACES-4465: avoid ClassCastException

Posted by GitBox <gi...@apache.org>.
tandraschko commented on PR #321:
URL: https://github.com/apache/myfaces/pull/321#issuecomment-1256973298

   Then lets merge


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [myfaces] tandraschko commented on pull request #321: MYFACES-4465: avoid ClassCastException

Posted by GitBox <gi...@apache.org>.
tandraschko commented on PR #321:
URL: https://github.com/apache/myfaces/pull/321#issuecomment-1256937532

   how can this happen? never had this problem in 2.3-next, which is used by some users


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [myfaces] pnicolucci commented on pull request #321: MYFACES-4465: avoid ClassCastException

Posted by GitBox <gi...@apache.org>.
pnicolucci commented on PR #321:
URL: https://github.com/apache/myfaces/pull/321#issuecomment-1256968322

   I've encountered this one time so far with Java11 and many times on Java 17. I'll work to get some issues opened so we can try and take a look at what's not working as expected when using the LambdaMetaFactory. However, merging this at least lets the fall back scenario function correctly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org