[
https://issues.apache.org/jira/browse/MYFACES-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681592#comment-17681592
]
Paul Nicolucci commented on MYFACES-4554:
-----------------------------------------
[~tandraschko] usually INFO messages are usually translated so another reason
to not be INFO in the current state. However, I can understand the argument
around being opt in now vs opt out. I do think we need some work in MyFaces
when it comes to INFO messages not being translated. I'll leave this as - is
for now and close this.
> 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
> Fix For: 2.3-next-M8, 4.0.0-RC5
>
>
> 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)