doublep commented on PR #232:
URL:
https://github.com/apache/commons-beanutils/pull/232#issuecomment-2043202797
I just checked the source code history and this is the commit where
`getWriteMethod(Class, PropertyDescriptor)` was made public:
8f77bd63 [BEANUTILS-456] Provide another method for querying a write
method.
Author: Oliver Heger <[email protected]>
AuthorDate: 2014-01-03 19:38:03 +0000
So, changing it back (or to `protected`) after ten years would be a bit
backward-incompatible. So, instead I suggest to follow suit and do _the same_
for `getReadMethod(Class, PropertyDescriptor)`.
--
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]