Alwaysgaurav1 commented on PR #1793:
URL: https://github.com/apache/commons-lang/pull/1793#issuecomment-5731827400

   Hi @garydgregory,
   
   This is a companion fix to #1783 (`MethodUtils.invokeMethod on instances of 
non-public classes`). 
   
   While #1783 addressed method lookup on non-public classes, 
`ConstructorUtils.getMatchingAccessibleConstructor` had the identical issue in 
its exact-match fast path, bypassing `getAccessibleConstructor` checks on 
non-public classes. This PR brings `ConstructorUtils` into full alignment.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to