[
https://issues.apache.org/jira/browse/MYFACES-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681586#comment-17681586
]
Thomas Andraschko commented on MYFACES-4554:
--------------------------------------------
TBH this is a optional feature now and a user should know if this doesnt work
for some cases. And most cases can be fixed by the user, by setting e.g. JVM
options or fixing method Signatures.
> PropertyDescriptorUtils logs an INFO message, this should be a FINEST message.
> ------------------------------------------------------------------------------
>
> Key: MYFACES-4554
> URL: https://issues.apache.org/jira/browse/MYFACES-4554
> Project: MyFaces Core
> Issue Type: Bug
> Components: General
> Affects Versions: 2.3-next-M7, 4.0.0-RC4
> Reporter: Paul Nicolucci
> Assignee: Paul Nicolucci
> Priority: Trivial
>
> The following INFO message can be seen in the logs when MyFaces reverts back
> to using PropertyDescriptors:
>
> {code:java}
> catch (IllegalAccessException e)
> {
> LOG.log(Level.FINEST,
> "Could not generate LambdaPropertyDescriptor for "
> + target.getName() + ". Use
> PropertyDescriptor...");
> }
> catch (Throwable e)
> {
> LOG.log(Level.INFO,
> "Could not generate LambdaPropertyDescriptor for "
> + target.getName() + ". Use
> PropertyDescriptor...",
> e);
> }
> {code}
> There is nothing for a user to do about using PropertyDescriptors in this
> case. I argue that this should be a FINEST message instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)