Apache logging services logo Apache log4j logo

API Change Analysis Results

The summary of the API changes between artifacts org.apache.logging.log4j:log4j-mongodb3:jar:2.11.2 and org.apache.logging.log4j:log4j-mongodb3:jar:2.12.0.

Breaking Changes

Source

Difference Code Element Description
java.method.addedToInterface method <TResult> com.mongodb.client.AggregateIterable<TResult> com.mongodb.client.MongoDatabase::aggregate(com.mongodb.client.ClientSession, java.util.List<? extends org.bson.conversions.Bson>, java.lang.Class<TResult>) Method was added to an interface.
java.method.addedToInterface method <TResult> com.mongodb.client.AggregateIterable<TResult> com.mongodb.client.MongoDatabase::aggregate(java.util.List<? extends org.bson.conversions.Bson>, java.lang.Class<TResult>) Method was added to an interface.
java.method.addedToInterface method com.mongodb.client.AggregateIterable<org.bson.Document> com.mongodb.client.MongoDatabase::aggregate(com.mongodb.client.ClientSession, java.util.List<? extends org.bson.conversions.Bson>) Method was added to an interface.
java.method.addedToInterface method com.mongodb.client.AggregateIterable<org.bson.Document> com.mongodb.client.MongoDatabase::aggregate(java.util.List<? extends org.bson.conversions.Bson>) Method was added to an interface.

Potentially Breaking Changes

Semantic

Difference Code Element Description
java.method.addedToInterface method <TResult> com.mongodb.client.AggregateIterable<TResult> com.mongodb.client.MongoDatabase::aggregate(com.mongodb.client.ClientSession, java.util.List<? extends org.bson.conversions.Bson>, java.lang.Class<TResult>) Method was added to an interface.
java.method.addedToInterface method <TResult> com.mongodb.client.AggregateIterable<TResult> com.mongodb.client.MongoDatabase::aggregate(java.util.List<? extends org.bson.conversions.Bson>, java.lang.Class<TResult>) Method was added to an interface.
java.method.addedToInterface method com.mongodb.client.AggregateIterable<org.bson.Document> com.mongodb.client.MongoDatabase::aggregate(com.mongodb.client.ClientSession, java.util.List<? extends org.bson.conversions.Bson>) Method was added to an interface.
java.method.addedToInterface method com.mongodb.client.AggregateIterable<org.bson.Document> com.mongodb.client.MongoDatabase::aggregate(java.util.List<? extends org.bson.conversions.Bson>) Method was added to an interface.