commons-beanutils
commons-beanutils copied to clipboard
Apache Commons Beanutils
Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties". Fixing the branch conflicts from Pull request: https://github.com/apache/commons-beanutils/pull/70
1、Lifting accuracy from milliseconds to nanoseconds. 2、add InstantConvert support java.time.Instant. 3、DateTimeFormatter replace SimpleDateFormat,thread safe and provide richer pattern . 4、java.time.ZoneId repalce TimeZone ,future oriented.
Having this method package-private (as now) hinders subclassing. This cannot be considered a security issue, because nothing precludes subclasses from overriding every public method where the method in question is...
**This PR is mainly for [PR276](https://github.com/apache/commons-beanutils/pull/276).** Sorry for I closed PR276 by wrong git command. I am trying to pull again and make some optimizations. **Also very sorry for @sigee**,...
Improve the test coverage and simplified the internal natural order comparator.
https://issues.apache.org/jira/browse/BEANUTILS-566 Swaps our the thread context classloader to avoid memory leaks in some scenarios.