Apache logging services logo Apache log4j logo

API Change Analysis Results

The summary of the API changes between artifacts org.apache.logging.log4j:log4j-jdbc-dbcp2:jar:2.11.1 and org.apache.logging.log4j:log4j-jdbc-dbcp2:jar:2.11.2.

Potentially Breaking Changes

Semantic

Difference Code Element Description
java.class.externalClassExposedInAPI class org.apache.commons.dbcp2.AbandonedTrace A class from supplementary archives is used in a public capacity in the API.
java.class.externalClassExposedInAPI class org.apache.commons.dbcp2.PoolableConnection A class from supplementary archives is used in a public capacity in the API.
java.class.externalClassExposedInAPI class org.apache.commons.dbcp2.PoolableConnectionFactory A class from supplementary archives is used in a public capacity in the API.
java.class.externalClassExposedInAPI enum org.apache.commons.pool2.PooledObjectState A class from supplementary archives is used in a public capacity in the API.
java.class.externalClassExposedInAPI interface org.apache.commons.dbcp2.ConnectionFactory A class from supplementary archives is used in a public capacity in the API.
java.class.externalClassExposedInAPI interface org.apache.commons.pool2.ObjectPool<T extends java.lang.Object> A class from supplementary archives is used in a public capacity in the API.
java.class.externalClassExposedInAPI interface org.apache.commons.pool2.PooledObject<T extends java.lang.Object> A class from supplementary archives is used in a public capacity in the API.