-
-
Notifications
You must be signed in to change notification settings - Fork 771
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: assertj/assertj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c928dd3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: assertj/assertj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a64cde
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 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
Loading
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 c928dd3...7a64cde