Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump org.springframework.data:spring-data-commons from 2.7.5 to 3.3.2 #483

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

Bumps org.springframework.data:spring-data-commons from 2.7.5 to 3.3.2.

Release notes

Sourced from org.springframework.data:spring-data-commons's releases.

3.3.2

📗 Links

⭐ New Features

  • Kotlin lazy property identified as persistent entity #3112

🐞 Bug Fixes

  • KotlinBeanInfoFactory.getBeanInfo throws exception when introspecting getter on value class #3109

3.3.1

📗 Links

🐞 Bug Fixes

  • DTO projection properties mapping to associations are not propulated #3104
  • PageModel uses wrapping serialization mode if no SpringDataWebSettings found #3101

3.3.0

📗 Links

⭐ New Features

  • Window.positionAt should always return exact position of element #3070
  • Add equals/hashCode support for Unpaged #3061
  • Enhance Kotlin Class Conversion by Minimizing Equals Comparisons #3000
  • Avoid records as cache keys for GraalVM performance reasons #2997
  • Allow reuse of TypeInformation when obtaining a PersistentPropertyPath #2992
  • Add an ability to resolve property placeholders in BasicPersistentEntity #2369

🐞 Bug Fixes

  • RepositoryConfigurationDelegate.getRepositoryInterface(…) constructs ResolvableType with improper generics size #3089
  • Apply Kotlin Value Class unboxing to generated Property Accessors #3087
  • Unresolved self-recursive generics comparison causes StackOverflowError #3084
  • Auditing triggers unintended persistent entity creation for collection like types (List, Set,...) #3056
  • TypeDiscoverer uses single-level nesting for generics comparison #3051
  • Kotlin constructor detection fails during KType derivation #3041
  • Invalid parent parameter provided to static inner class constructors #3038
  • NoClassDefFoundError when processing reflection hints for PageModule #3033
  • Missing native-image reflection hint for org.springframework.data.domain.Unpaged #3025
  • Parameter.isDynamicProjectionParameter does not properly resolve generics of containing class #3020
  • Parameter.getType() returns erased generic type for method parameters #2995
  • BeanUtils.getPropertyDescriptors(…) for Kotlin class with Java superclass does not include properties from its superclass #2994
  • KotlinBeanInfoFactory fails on bean where setter is primitive type and getter is boxed #2993
  • KotlinBeanInfoFactory throws an exception when creating bean info for enums #2990
  • Unpaged instances not Jackson-serializable out of the box #2987
  • Kotlin ValueBoxing breaks entity instantiator for data classes that has generic field #2986

... (truncated)

Commits
  • 1798ccc Release version 3.3.2 (2024.0.2).
  • 982112c Prepare 3.3.2 (2024.0.2).
  • 05dcd72 Filter delegated properties for Kotlin data classes.
  • 8f08d60 Remove Slack notification.
  • 7f1bf08 Switch to Broadcom docker proxy.
  • 0e88cc3 Polishing.
  • 82e8104 Ignore getters for Kotlin types deviating from Java Beans spec.
  • 4f5b6dc After release cleanups.
  • f19fd9e Prepare next development iteration.
  • de8fbe9 Release version 3.3.1 (2024.0.1).
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 30, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/org.springframework.data-spring-data-commons-3.3.2 branch from f3c5946 to 27f6b32 Compare July 31, 2024 21:42
@dtrouillet
Copy link
Member

@dependabot rebase

Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 2.7.5 to 3.3.2.
- [Release notes](https://github.com/spring-projects/spring-data-commons/releases)
- [Commits](spring-projects/spring-data-commons@2.7.5...3.3.2)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-commons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.springframework.data-spring-data-commons-3.3.2 branch from 27f6b32 to b5c477d Compare July 31, 2024 22:02
@dtrouillet dtrouillet added the bug Something isn't working label Jul 31, 2024
@dtrouillet dtrouillet merged commit 59ea2bc into master Aug 1, 2024
6 checks passed
@dtrouillet dtrouillet deleted the dependabot/maven/org.springframework.data-spring-data-commons-3.3.2 branch August 1, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant