11
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Aug 15, 2025 — Aug 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump actions/setup-java to version 2 More... over 5 years ago
Remove RecursiveFieldByFieldComparator as it has been replaced the recursive comparison (specifically by ConfigurableRecursiveFieldByFieldComparator) More... over 5 years ago
Deprecate shallow field by field comparison classes and methods More... over 5 years ago
Breaking change: usingRecursiveFieldByFieldElementComparator in iterable/array/atomic reference array now use the new recursive comparison instead of the old implementation. More... over 5 years ago
AbstractIterableAssert usingRecursiveComparison() is now considered stable Add missing some @since annotations More... over 5 years ago
Add usingRecursiveFieldByFieldElementComparatorIgnoringFields to iterable/array/atomic reference array assertions to deprecate usingElementComparatorIgnoringFields More... over 5 years ago
Add usingRecursiveFieldByFieldElementComparatorOnFields for iterable/array/atomic reference array assertions to restrict the recusive comparison to the specified fields More... over 5 years ago
Add usingRecursiveFieldByFieldElementComparator(RecursiveComparisonConfiguration configuration) to AtomicReferenceArray and Object[] assertions (it was already in iterable and array assertions). More... over 5 years ago
Add comparingOnlyFields to the recursive comparison to restrict the comparison to the specified fields More... over 5 years ago
Fix NullPointerException in StandardRepresentation More... over 5 years ago
Bump license-maven-plugin from 3.0 to 4.0 (#92) More... over 5 years ago
Bump maven-bundle-plugin from 5.1.1 to 5.1.2 (#68) More... over 5 years ago
Breaking change: in RecursiveComparisonConfiguration use same default values for builder and constructor More... over 5 years ago
Bump guava from 30.1-jre to 30.1.1-jre (#2155) More... over 5 years ago
Bump guava from 30.1-jre to 30.1.1-jre (#67) More... over 5 years ago
Make IterableDiff to always compare actual elements to expected elements and not the the other way around in case the comparison is not symmetrical. This occurs with the recursive comparison when the types being compared are not the same and the actual type has less fields than the expected type (the recursive comparison ignores fields non defined in actual type) Fixes #2147 More... over 5 years ago
Support String assertions for InputStream More... over 5 years ago
Bump org.eclipse.osgi from 3.16.100 to 3.16.200 (#2151) More... over 5 years ago
[Refactoring] rename test to match its purpose More... over 5 years ago
java16 ga More... over 5 years ago
Fix warning More... over 5 years ago
Improve error message when map is not empty and expected entries is. Fixes #2107 More... over 5 years ago
Bump junit.version from 4.13.1 to 4.13.2 More... over 5 years ago
Fix flaky test by making sure default date formats are used before tests More... over 5 years ago
Add enum types to the list of types that can't cause cycles in a recursive comparison. Fixes #2144 More... over 5 years ago
Minor javadoc improvements More... over 5 years ago
Set direct link to CONTRIBUTING.md More... over 5 years ago
Clean up readme More... over 5 years ago
Bump byte-buddy.version from 1.10.21 to 1.10.22 (#2142) More... over 5 years ago
Change extended type of ThrowableTypeAlternative from `AbstractAssert to AbstractObjectAssert Fixes #1461 More... over 5 years ago