You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class org.apache.commons.beanutils2.ConstructorUtils is now final
(the
class only contains static methods)
The constructor org.apache.commons.beanutils2.ConstructorUtils is now
private
(the class only contains static methods)
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@
41
41
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">The constructor org.apache.commons.beanutils2.MethodUtils is now private (the class only contains static methods).</action>
42
42
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">The class org.apache.commons.beanutils2.ConvertUtils is now final (the class only contains static methods).</action>
43
43
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">The constructor org.apache.commons.beanutils2.ConvertUtils is now private (the class only contains static methods).</action>
44
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">The class org.apache.commons.beanutils2.ConstructorUtils is now final (the class only contains static methods).</action>
45
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">The constructor org.apache.commons.beanutils2.ConstructorUtils is now private (the class only contains static methods).</action>
44
46
<!-- ADD -->
45
47
<!-- UPDATE -->
46
48
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 81.</action>
0 commit comments