stefansimon76 opened a new pull request, #1198:
URL: https://github.com/apache/commons-lang/pull/1198

   "field.setAccessible(true);" throws an exception on java-17 because 
java.lang is not open for reflection. The problem cannot be worked around on 
the client side because "setAccessible(true)" is executed before evaluating the 
passed parameter "excludeFields". Both should be fixed with the change.
   The existing tests also cover the change.


-- 
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: issues-unsubscr...@commons.apache.org

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

Reply via email to