API Change Analysis Results

The summary of the API changes between artifacts org.apache.logging.log4j:log4j-slf4j18-impl:jar:2.13.0 and org.apache.logging.log4j:log4j-slf4j18-impl:jar:2.13.1.

Breaking Changes

Binary

Difference Code Element Description
java.class.removed class org.apache.logging.slf4j.EventDataConverter Class was removed.

Source

Difference Code Element Description
java.class.removed class org.apache.logging.slf4j.EventDataConverter Class was removed.

Potentially Breaking Changes

Semantic

Difference Code Element Description
java.field.serialVersionUIDUnchanged field org.apache.logging.slf4j.Log4jLogger.serialVersionUID The class changed in an incompatible way with regards to serialization but the serialVersionUID field stayed unchanged. This might be ok and/or desired but is suspicious.