-
Notifications
You must be signed in to change notification settings - Fork 682
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: spring-projects/spring-data-commons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: spring-projects/spring-data-commons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 452 files changed
- 2 contributors
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f053da5 - Browse repository at this point
Copy the full SHA f053da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2304b - Browse repository at this point
Copy the full SHA 5d2304bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 437a805 - Browse repository at this point
Copy the full SHA 437a805View commit details -
Revise
ClassUtils
andReflectionUtils
.We deprecated `ClassUtils` in the repo.utils package and introduced a slimmer variant in o.s.d.util. Also, ReflectionUtils hosts now several methods that have been in ClassUtils along with an improved method naming (find vs. get in combination with return value semantics). CastUtils is deprecated as we do not widely use it.
Configuration menu - View commit details
-
Copy full SHA for f8533d0 - Browse repository at this point
Copy the full SHA f8533d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d991ca1 - Browse repository at this point
Copy the full SHA d991ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59518fe - Browse repository at this point
Copy the full SHA 59518feView commit details -
Configuration menu - View commit details
-
Copy full SHA for d040f6f - Browse repository at this point
Copy the full SHA d040f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d564e2 - Browse repository at this point
Copy the full SHA 9d564e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca04045 - Browse repository at this point
Copy the full SHA ca04045View commit details -
Use Spring's
Nullness
utility to determine JSpecify nullness.We now use Nullness.forMethodParameter(…) to introspect method return types and argument types for nullness in addition to Spring's NonNullApi and JSR-305 annotations. Closes #3100
Configuration menu - View commit details
-
Copy full SHA for 5918492 - Browse repository at this point
Copy the full SHA 5918492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2737721 - Browse repository at this point
Copy the full SHA 2737721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 499d67f - Browse repository at this point
Copy the full SHA 499d67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67716c6 - Browse repository at this point
Copy the full SHA 67716c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b1ae4 - Browse repository at this point
Copy the full SHA 28b1ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for daab755 - Browse repository at this point
Copy the full SHA daab755View commit details -
Add missing Nullable annotations, simplify generated bean name creation. See #3170
Configuration menu - View commit details
-
Copy full SHA for cf053af - Browse repository at this point
Copy the full SHA cf053afView commit details -
Refine wording around Environment and EvaluationContext presence. See #3170
Configuration menu - View commit details
-
Copy full SHA for aec2c98 - Browse repository at this point
Copy the full SHA aec2c98View commit details -
Introduce
CustomConversions.getRequiredValueConverter(…)
.Provide convenience method to simplify flow in calling code. See #3170
Configuration menu - View commit details
-
Copy full SHA for 8ab3bf5 - Browse repository at this point
Copy the full SHA 8ab3bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548f766 - Browse repository at this point
Copy the full SHA 548f766View 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 main...4.0.x