Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Won't Fix
-
2.3-next-M7, 4.0.0-RC4
-
None
-
None
Description
The following INFO message can be seen in the logs when MyFaces reverts back to using PropertyDescriptors:
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); }
There is nothing for a user to do about using PropertyDescriptors in this case. I argue that this should be a FINEST message instead.