This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 97ad304c7 Add EqualsBuilderReflectJreImplementationTest
97ad304c7 is described below

commit 97ad304c741bf8827823931a5f5367a72411733e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 5 09:44:38 2024 -0500

    Add EqualsBuilderReflectJreImplementationTest
    
    See work in progress https://github.com/apache/commons-lang/pull/1328
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ab7837be..0da8baf5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,7 +468,7 @@
       <properties>
         <!-- LANG-1265: allow tests to access private fields/methods of 
java.base classes via reflection -->
         <!-- LANG-1667: allow tests to access private fields/methods of 
java.base/java.util such as ArrayList via reflection -->
-        <argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED 
--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED</argLine>
+        <argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED 
--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED --add-opens 
java.base/java.time=ALL-UNNAMED</argLine>
       </properties>
     </profile>
     <profile>

Reply via email to