JeremySun0731 opened a new pull request, #1566: URL: https://github.com/apache/commons-lang/pull/1566
I added a focused unit test (ReflectionDiffBuilderAccessibilityTest) to demonstrate that ReflectionDiffBuilder still forces reflective access to private fields even when force-access is disabled. This test shows that ReflectionDiffBuilder has not yet been migrated to the opt-in accessibility controls introduced via AbstractReflection in PR #1558, and still relies on legacy forced reflection behavior. The test is intentionally minimal and serves as executable evidence of the current behavior discussed in LANG-1711. -- 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]
