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

vy pushed a commit to branch 2.x-java-17
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 2e0411f593e65689b4ab1f206de2500210e6123f
Merge: dfa8558864 8c09c3fbd0
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Nov 30 16:14:58 2023 +0100

    Reflective access fixes for `log4j-osgi-test`

 log4j-osgi-test/pom.xml                                        | 2 ++
 log4j-parent/pom.xml                                           | 2 +-
 src/changelog/.2.x.x/update_ch_qos_logback_logback_classic.xml | 4 ++--
 src/site/_release-notes/_2.x.x.adoc                            | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --cc log4j-osgi-test/pom.xml
index a9c4317790,a9c4317790..068fb492ff
--- a/log4j-osgi-test/pom.xml
+++ b/log4j-osgi-test/pom.xml
@@@ -201,6 -201,6 +201,8 @@@
              <!-- Used in `osgi.properties -->
              
<felix.cache.rootdir>${project.build.directory}</felix.cache.rootdir>
            </systemPropertyVariables>
++          <!-- Relax reflective access constraints for tests -->
++          <argLine>--add-opens java.base/java.net=ALL-UNNAMED</argLine>
          </configuration>
        </plugin>
  

Reply via email to