11
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2025 — Aug 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The recursive comparison comparingOnlyFields did not treat array/iterable elements as root objects Fix #2994 More... over 3 years ago
Bump hibernate-core from 6.2.0.Final to 6.2.1.Final (#3019) More... over 3 years ago
Move `hasSuperclass` / `hasNoSuperclass` implementation to `AbstractClassAssert` More... over 3 years ago
Bump pitest-maven from 1.11.7 to 1.12.0 (#3014) More... over 3 years ago
Bump spring-core from 5.3.26 to 5.3.27 (#3018) More... over 3 years ago
Move `isStatic` / `isNotStatic` implementation to `AbstractClassAssert` More... over 3 years ago
Move `isPackagePrivate` implementation to `AbstractClassAssert` More... over 3 years ago
Move `isProtected` implementation to `AbstractClassAssert` More... over 3 years ago
Move `isPublic` implementation to `AbstractClassAssert` More... over 3 years ago
Add getters for field path in ComparisonDifference (#3007) More... over 3 years ago
Track visited values and their comparison differences so that they can be reused. Fix #2954 a case where values comparison differences were needed multiple times but the previous values tracking would incorrectly ignore them. More... over 3 years ago
Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 (#3016) More... over 3 years ago
Bump byte-buddy.version from 1.14.3 to 1.14.4 (#3015) More... over 3 years ago
Add license header More... over 3 years ago
Cleanup More... over 3 years ago
Add missing test More... over 3 years ago
`@DisplayName` cleanup More... over 3 years ago
Add `hasRecordComponents` to `Class` assertions (#2995) More... over 3 years ago
Move `isFinal` / `isNotFinal` implementation to `AbstractClassAssert` More... over 3 years ago
Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#3013) More... over 3 years ago
Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#3012) More... over 3 years ago
Bump hibernate-core from 6.1.7.Final to 6.2.0.Final (#3011) More... over 3 years ago
Bump groovy from 4.0.10 to 4.0.11 (#3010) More... over 3 years ago
Bump kotlin.version from 1.8.10 to 1.8.20 (#3009) More... over 3 years ago
Bump cdg.pitest.version from 1.0.6 to 1.0.7 (#3008) More... over 3 years ago
Bump byte-buddy.version from 1.14.2 to 1.14.3 (#3006) More... over 3 years ago
Bump pitest-maven from 1.11.6 to 1.11.7 (#3004) More... over 3 years ago
Bump flatten-maven-plugin from 1.4.0 to 1.4.1 (#3005) More... over 3 years ago
Improve recursive comparison performance by caching field and field names result. Document performance cost of ignoring collection order Fix #2979 More... over 3 years ago
Honor ignored fields for maps in the recursive comparison More... over 3 years ago