This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
from 4b8ba466 Bump org.apache.commons:commons-parent from 80 to 81 new 072d5198 Fix Javadoc warnings (Java 21+) new 7bfa5d4c org.apache.commons.beanutils2.PropertyUtils is now final (it only contains static methods) new 9502f5f0 The class org.apache.commons.beanutils2.locale.LocaleConvertUtils is now final (it only contains static methods) new db9fa89f The class org.apache.commons.beanutils2.locale.LocaleBeanUtils is now final (it only contains static methods) new 0f36ab9d The constructor org.apache.commons.beanutils2.PropertyUtils is now private (the class only contains static methods) new 7d26a53a The constructor org.apache.commons.beanutils2.locale.LocaleConvertUtils is now final (the class only contains static methods) new 94d415b1 The constructor org.apache.commons.beanutils2.locale.LocaleBeanUtils is now private (the class only contains static methods) new 0a594d0f The class org.apache.commons.beanutils2.MethodUtils is now final (the class only contains static methods) new 236a2d36 The class org.apache.commons.beanutils2.ConvertUtils is now final (the class only contains static methods) new 6f71fcf0 The class org.apache.commons.beanutils2.ConstructorUtils is now final (the class only contains static methods) new 9cbcb9de The class LocaleBeanUtils no longer extends BeanUtils (both classes only contains static methods) The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 15 +++++++++++++++ .../java/org/apache/commons/beanutils2/BeanUtils.java | 6 +++++- .../org/apache/commons/beanutils2/ConstructorUtils.java | 5 ++++- .../java/org/apache/commons/beanutils2/ConvertUtils.java | 6 +++++- .../java/org/apache/commons/beanutils2/MethodUtils.java | 8 ++++++-- .../java/org/apache/commons/beanutils2/PropertyUtils.java | 5 ++++- .../commons/beanutils2/locale/BaseLocaleConverter.java | 7 +++++++ .../apache/commons/beanutils2/locale/LocaleBeanUtils.java | 8 +++++--- .../commons/beanutils2/locale/LocaleConvertUtils.java | 6 +++++- .../locale/converters/BigDecimalLocaleConverter.java | 7 +++++++ .../locale/converters/BigIntegerLocaleConverter.java | 7 +++++++ .../beanutils2/locale/converters/ByteLocaleConverter.java | 7 +++++++ .../beanutils2/locale/converters/DateLocaleConverter.java | 7 +++++++ .../locale/converters/DecimalLocaleConverter.java | 7 +++++++ .../locale/converters/DoubleLocaleConverter.java | 7 +++++++ .../locale/converters/FloatLocaleConverter.java | 7 +++++++ .../locale/converters/IntegerLocaleConverter.java | 7 +++++++ .../beanutils2/locale/converters/LongLocaleConverter.java | 7 +++++++ .../locale/converters/ShortLocaleConverter.java | 7 +++++++ .../locale/converters/StringLocaleConverter.java | 7 +++++++ .../sql/converters/locale/SqlDateLocaleConverter.java | 7 +++++++ .../sql/converters/locale/SqlTimeLocaleConverter.java | 7 +++++++ .../converters/locale/SqlTimestampLocaleConverter.java | 7 +++++++ 23 files changed, 154 insertions(+), 10 deletions(-)