11
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 28, 2025 — Jul 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove elements by reference in `assertSatisfiesExactlyInAnyOrder` More... over 2 years ago
DualValue hash code is not computed properly because it calls actual.hashCode() and expected.hashCode() when equals compares actual and expected references. Fix #3340 More... over 2 years ago
The recursive comparison should never use equals on root objects since it defeats the purpose of the recursive comparison. This applies to objects in root containers like list, optional, array and maps. Fix #3320 More... over 2 years ago
doesNotHaveDuplicates now preserves the original order of elements when returning the duplicates. More... over 2 years ago
chore(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 (#3329) More... over 2 years ago
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#3328) More... over 2 years ago
doc: deprecation notice visible in AbstractAssert#asList (#3327) More... over 2 years ago
Fix missing configuration for `MatcherAssert` soft assertions More... over 2 years ago
Improve `InstanceOfAssertFactories` Javadoc and test names More... over 2 years ago
Simplify Javadoc configuration (#3324) More... over 2 years ago
Add hasPermittedSubclasses and hasNoPermittedSubclasses for Class assertions - Fix #3263 More... over 2 years ago
[maven-release-plugin] prepare for next development iteration More... over 2 years ago
[maven-release-plugin] prepare release assertj-build-3.25.1 More... over 2 years ago
Revert "fix: containsExactly does not work properly with maps not using equals to compare keys" (#3321) More... over 2 years ago
Revert "Provide value when assertThatThrownBy/thenThrownBy fail" (#3318) More... over 2 years ago
Update license headers More... over 2 years ago
[maven-release-plugin] prepare for next development iteration More... over 2 years ago
[maven-release-plugin] prepare release assertj-build-3.25.0 More... over 2 years ago
Move `flatten-maven-plugin` version to separate property More... over 2 years ago
Apply `flatten-maven-plugin` to `assertj-core` and `assertj-guava` (#3311) More... over 2 years ago
chore(deps-dev): bump org.testng:testng from 7.8.0 to 7.9.0 (#3312) More... over 2 years ago
chore(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5 (#3305) More... over 2 years ago
chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (#3309) More... over 2 years ago
chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 (#3310) More... over 2 years ago
ci: update workflows to Java 21 (#3191) More... over 2 years ago
ci: upload only report for latest release binary compatibility More... over 2 years ago
test: avoid split packages in Kotlin integration tests More... over 2 years ago
Show in the recursive comparison error differences if the differing compared values were compared with equals (which is the case for java types) More... over 2 years ago
chore(deps-dev): bump org.apache.groovy:groovy from 4.0.16 to 4.0.17 (#3306) More... over 2 years ago
refactor: move `isNotEmpty` implementation to `AbstractInputStreamAssert` More... over 2 years ago