11
I Use This!
High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 2 days ago.
Jul 26, 2025 — Jul 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "chore: apply spotless at compile phase" More... over 1 year ago
Bump com.google.guava:guava from 33.4.0-jre to 33.4.8-jre More... over 1 year ago
chore: apply spotless at compile phase More... over 1 year ago
BREAKING CHANGE: catchThrowable/catchThrowableOfType fail if no exception is raised More... over 1 year ago
Add Kotlin 2.1.21-RC More... over 1 year ago
Add Kotlin 2.2.0-Beta1 More... over 1 year ago
BREAKING CHANGE: expose actual() in Assert instead of AbstractAssert More... over 1 year ago
fix javadoc More... over 1 year ago
BREAKING CHANGE: remove confusing hasMessageContaining(String description, Object... parameters) and sibling withMessageContaining More... over 1 year ago
BREAKING CHANGE: Move the Assert comparator related methods to AssertWithComparator More... over 1 year ago
Expose comparison strategy (#3820) More... over 1 year ago
chore: remove dead code and address some warnings More... over 1 year ago
BREAKING CHANGE: remove hasOnlyOneElementSatisfying from ObjectEnumerableAssert More... over 1 year ago
BREAKING CHANGE: remove deprecated org.assertj.guava.data.MapEntry in favor of org.assertj.core.data.MapEntry More... over 1 year ago
BREAKING CHANGE: remove deprecated Maps format methods in favor of StandardRepresentation#toStringOf(Map) More... over 1 year ago
BREAKING CHANGE: remove deprecated Extractor in favor of java Function More... over 1 year ago
BREAKING CHANGE: remove deprecated Objects areEqualArrays in favor of java.util.Objects.deepEquals(Object, Object) or java.util.Arrays#deepEquals(Object[], Object[]) More... over 1 year ago
BREAKING CHANGE: remove deprecated ObjectAssertFactory in favor of assertThat(Object)}. More... over 1 year ago
BREAKING CHANGE: remove deprecated ObjectAssert(AtomicReference<ACTUAL> actual) constructor More... over 1 year ago
BREAKING CHANGE: remove deprecated Objects areEqual in favor of java.util.Objects.deepEquals(Object, Object) More... over 1 year ago
BREAKING CHANGE: remove deprecated SoftlyExtension and WithSoftlyExtension in favor of SoftAssertionsExtension More... over 1 year ago
BREAKING CHANGE: remove deprecated UnsatisfiedRequirement(Object, String) in favor of UnsatisfiedRequirement(Object, AssertionError) More... over 1 year ago
BREAKING CHANGE: remove deprecated Files temporaryFolder() and delete(File file) More... over 1 year ago
BREAKING CHANGE: remove deprecated FieldLocation.matches in favor of exactlyMatches More... over 1 year ago
BREAKING CHANGE: remove deprecated catchThrowableOfType(ThrowingCallable, Class<THROWABLE>) from ThrowableAssert More... over 1 year ago
BREAKING CHANGE: remove deprecated catchThrowableOfType(ThrowingCallable, Class<THROWABLE>) and replace it by catchThrowableOfType(Class<THROWABLE>, ThrowingCallable) More... over 1 year ago
BREAKING CHANGE: remove deprecated ClassBasedNavigableListAssert More... over 1 year ago
BREAKING CHANGE: remove deprecated ClassBasedNavigableIterableAssert More... over 1 year ago
BREAKING CHANGE: remove deprecated assertThat(Iterable/List, Class)/assertThat(Iterable/List, AssertFactory) and then(Iterable/List, Class)/then(Iterable/List, AssertFactory) More... over 1 year ago
BREAKING CHANGE: remove deprecated AssertionErrorMessagesAggregrator More... over 1 year ago