-
-
Notifications
You must be signed in to change notification settings - Fork 770
Comparing changes
Open a pull request
base repository: assertj/assertj
base: assertj-build-3.27.3
head repository: assertj/assertj
compare: assertj-build-3.27.4
- 11 commits
- 101 files changed
- 3 contributors
Commits on Jan 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 43a1c1e - Browse repository at this point
Copy the full SHA 43a1c1eView commit details
Commits on Aug 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 015f095 - Browse repository at this point
Copy the full SHA 015f095View commit details -
Fix thread-safety in
AbstractDateAssert(#3874)97b642a introduced a regression that broke `AbstractDateAssert` thread-safety by replacing synchronization on `DEFAULT_DATE_FORMATS` with synchronization on the method that parses with the default formats. Such a synchronization cannot work properly with multiple instances of `AbstractDateAssert` because `DEFAULT_DATE_FORMATS` is static. This change fixes the regression by replacing the synchronization on the method level with a `ThreadLocal` that guards access to the current `DEFAULT_DATE_FORMATS` content.
Configuration menu - View commit details
-
Copy full SHA for 7461b68 - Browse repository at this point
Copy the full SHA 7461b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4a1b5 - Browse repository at this point
Copy the full SHA 8f4a1b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc9bc5 - Browse repository at this point
Copy the full SHA fdc9bc5View commit details
Commits on Aug 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 475c2eb - Browse repository at this point
Copy the full SHA 475c2ebView commit details
Commits on Aug 5, 2025
-
Deprecate
org.assertj.core.annotations.Betain favor of `org.assert……j.core.annotation.Beta`
Configuration menu - View commit details
-
Copy full SHA for 72d08b2 - Browse repository at this point
Copy the full SHA 72d08b2View commit details -
Deprecate
org.assertj.core.util.CanIgnoreReturnValuein favor of `o……rg.assertj.core.annotation.CanIgnoreReturnValue`
Configuration menu - View commit details
-
Copy full SHA for 1bf8cd6 - Browse repository at this point
Copy the full SHA 1bf8cd6View commit details
Commits on Aug 7, 2025
-
Deprecate
org.assertj.core.util.CheckReturnValuein favor of `org.a……ssertj.core.annotation.CheckReturnValue`
Configuration menu - View commit details
-
Copy full SHA for 43e8b65 - Browse repository at this point
Copy the full SHA 43e8b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb5f6f - Browse repository at this point
Copy the full SHA feb5f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a64cde - Browse repository at this point
Copy the full SHA 7a64cdeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff assertj-build-3.27.3...assertj-build-3.27.4