-
Notifications
You must be signed in to change notification settings - Fork 680
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: spring-projects/spring-data-commons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.3
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: 3.4.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 11 files changed
- 2 contributors
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4689477 - Browse repository at this point
Copy the full SHA 4689477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bab2c7 - Browse repository at this point
Copy the full SHA 7bab2c7View commit details
Commits on Feb 20, 2025
-
Consider getters using get as getter for boolean Kotlin properties.
We now additionally consider get-prefixed methods in addition to is-prefixed methods as getters for boolean properties. Closes #3249
Configuration menu - View commit details
-
Copy full SHA for 3c625ca - Browse repository at this point
Copy the full SHA 3c625caView commit details
Commits on Mar 5, 2025
-
Remove branching overhead in
BytecodeUtil
by replacingif
with `e……lse if`. Closes #3168
Configuration menu - View commit details
-
Copy full SHA for e79a2bd - Browse repository at this point
Copy the full SHA e79a2bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb59eb4 - Browse repository at this point
Copy the full SHA bb59eb4View commit details
Commits on Mar 6, 2025
-
Revise RepositoryInformation and RepositoryComposition caching.
We now use a refined strategy to cache RepositoryInformation and RepositoryComposition. Previously, RepositoryComposition wasn't cached at all and store modules that e.g. contributed a Querydsl (or a different) fragment based on the interface declaration returned a new RepositoryComposition (and thus a different hashCode) each time RepositoryInformation was obtained leading to memory leaks caused by HashMap caching. We now use Fragment's hashCode for the cache key resulting in RepositoryComposition being created only once for a given repository interface and input-fragments arrangement. Closes #3252
Configuration menu - View commit details
-
Copy full SHA for 50b74f6 - Browse repository at this point
Copy the full SHA 50b74f6View commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 29fb105 - Browse repository at this point
Copy the full SHA 29fb105View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba2047 - Browse repository at this point
Copy the full SHA aba2047View commit details
There are no files selected for viewing