This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit e76dcd755dc1affc48bd0e3475e6a2cd97ae2567 Author: Gary Gregory <[email protected]> AuthorDate: Thu Jul 30 08:06:38 2026 -0400 [LANG-1815] Fix AnnotationUtils.equals for package-private annotations (#1760). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 60ba4b0ce..12b13133b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -235,6 +235,7 @@ java.lang.NullPointerException: Cannot invoke <action type="fix" dev="ggregory" due-to="Maksym Korshun, Gary Gregory">Add missing test for ObjectUtils.isEmpty(Object) and wait(Object, Duration) (#1755, #1756).</action> <action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Fix negative week year formatting in FastDatePrinter (#1762).</action> <action type="fix" dev="ggregory" due-to="kdelay, Gary Gregory">Keep abbreviateMiddle off surrogate pair boundaries (#1758).</action> + <action issue="LANG-1815" type="fix" dev="ggregory" due-to="Maksym Korshun, Gary Gregory">Fix AnnotationUtils.equals for package-private annotations (#1760).</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>
