[
https://issues.apache.org/jira/browse/OFBIZ-12171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17283022#comment-17283022 ]
Michael Brohl commented on OFBIZ-12171:
---------------------------------------
I can confirm this problem on my side also. It's weird because the dependencies for dbcp2 and log4j as shown in
{code:java}
./gradlew dependencies{code}
are equal on trunk and the PR branch.
I found that ReflectionUtil was removed from log4j-api after version 2.8.2 (see [
https://stackoverflow.com/a/53451176/4579639] ). It's now in log4j-core in package org.apache.logging.log4j.core.util.
There must be some other dependency which previously provided log4j-api <= 2.8.2 so that ReflectionUtil was available.
I'll dig into it this evening.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)