Paul Nicolucci created MYFACES-4554:
---------------------------------------
Summary: 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: 4.0.0-RC4, 2.3-next-M7
Reporter: Paul Nicolucci
Assignee: Paul Nicolucci
The following INFO message can be seen in the logs when MyFaces reverts back to
using PropertyDescriptors:
{code:java}
LOG.log(Level.FINEST,
"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)