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

Update dependency org.springframework.data:spring-data-commons to v3.4.1 #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.data:spring-data-commons (source) 3.3.1 -> 3.4.1 age adoption passing confidence

Release Notes

spring-projects/spring-data-commons (org.springframework.data:spring-data-commons)

v3.4.1

Compare Source

📗 Links

🐞 Bug Fixes

  • PropertyAccessingMethodInterceptor fails with IllegalStateException when target method is bridged #​3215

📔 Documentation

  • QueryTypeMismatchException if the DTO has a no-args constructor #​3216
  • Refine Value Expression documentation #​3214

v3.4.0

Compare Source

📗 Links

⭐ New Features

  • Prepare for removal of ListenableFuture #​3190
  • Revisit internal caching arrangements #​3185
  • Move RepositoryMethodContext to repository.core package #​3175
  • Expose ReturnedType factory method #​3163
  • KotlinBeanInfoFactory does not consider overridden bean property accessors #​3140
  • Add support for interface projection using Kotlin "is"-properties #​3127
  • Introduce Parameter.getRequiredName() method #​3124
  • Kotlin lazy property identified as persistent entity #​3112
  • Add type name to AbstractRepositoryMetadata verification exception message #​3091
  • Add SPI mechanism for ahead-of-time repository fragment registration #​3090
  • Add ValueExpression infrastructure for query methods #​3049

🐞 Bug Fixes

  • KotlinBeanInfoFactory throws IntrospectionException when the setter doesn't match getter type #​3167
  • Open projections with accessors not following JavaBeans Spec naming identified as closed projection #​3164
  • JSON rendering setup to issue warning logs causes custom Page implementations not to render correctly #​3137
  • IndexOutOfBoundsException on KotlinCopyMethod.shouldUsePublicCopyMethod(…) when saving single-property Kotlin data class with Association #​3131
  • Thread Pinning in Repositories#cacheRepositoryFactory() #​3126
  • Custom Repository returns Optional as return type for T #​3125
  • @EnableSpringDataWebSupport not working in native image #​3117
  • ConcurrentModificationException for registerEvent in TransactionalEventListener #​3116
  • KotlinBeanInfoFactory.getBeanInfo throws exception when introspecting getter on value class #​3109
  • DTO projection properties mapping to associations are not propulated #​3104
  • PageModel uses wrapping serialization mode if no SpringDataWebSettings found #​3101

📔 Documentation

  • Loading non-bean instance to spring context, due to custom repository configuration. #​3200
  • Refine Scrolling refdocs #​3192
  • Minor improvements in BootstrapMode Javadoc #​3191
  • Fix spelling mistake in SimplePropertyValueConversions #​3189
  • Remove outdated information from Javadoc for PageableHandlerMethodArgumentResolver[Support] #​3188
  • Incorrect implementation of "ID" in SQL queries #​3173
  • Update query-methods-details.adoc #​3172
  • Fix typo in definition.adoc #​3147
  • Split projections document fragment into multiple subfragments #​3144
  • Corrected the definition of coroutines #​3136
  • Bundle Javadoc with Antora documentation site #​3128

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.9 #​3197
  • Upgrade org.codehaus.groovy:groovy-all to 2.4.21 #​3180
  • Upgrade to Maven Wrapper 3.9.8 #​3134

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.7

Compare Source

📗 Links

🐞 Bug Fixes

  • PropertyAccessingMethodInterceptor fails with IllegalStateException when target method is bridged #​3215

📔 Documentation

  • QueryTypeMismatchException if the DTO has a no-args constructor #​3216
  • Refine Value Expression documentation #​3214

v3.3.6

Compare Source

📗 Links

📔 Documentation

  • Loading non-bean instance to spring context, due to custom repository configuration. #​3200
  • Refine Scrolling refdocs #​3192
  • Minor improvements in BootstrapMode Javadoc #​3191
  • Fix spelling mistake in SimplePropertyValueConversions #​3189
  • Remove outdated information from Javadoc for PageableHandlerMethodArgumentResolver[Support] #​3188

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.9 #​3198
  • Upgrade org.codehaus.groovy:groovy-all to 2.4.21 #​3180

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.5

Compare Source

📗 Links

⭐ New Features

  • Expose ReturnedType factory method #​3163

🐞 Bug Fixes

  • KotlinBeanInfoFactory throws IntrospectionException when the setter doesn't match getter type #​3167
  • Open projections with accessors not following JavaBeans Spec naming identified as closed projection #​3164

📔 Documentation

  • Incorrect implementation of "ID" in SQL queries #​3173
  • Update query-methods-details.adoc #​3172
  • Fix typo in definition.adoc #​3147

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.4

Compare Source

📗 Links

⭐ New Features

  • KotlinBeanInfoFactory does not consider overridden bean property accessors #​3140

📔 Documentation

  • Split projections document fragment into multiple subfragments #​3144

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.3

Compare Source

📗 Links

⭐ New Features

  • Add support for interface projection using Kotlin "is"-properties #​3127

🐞 Bug Fixes

  • JSON rendering setup to issue warning logs causes custom Page implementations not to render correctly #​3137
  • IndexOutOfBoundsException on KotlinCopyMethod.shouldUsePublicCopyMethod(…) when saving single-property Kotlin data class with Association #​3131
  • Thread Pinning in Repositories#cacheRepositoryFactory() #​3126
  • Custom Repository returns Optional as return type for T #​3125
  • @EnableSpringDataWebSupport not working in native image #​3117
  • ConcurrentModificationException for registerEvent in TransactionalEventListener #​3116

📔 Documentation

  • Corrected the definition of coroutines #​3136
  • Bundle Javadoc with Antora documentation site #​3128

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #​3133

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.2

Compare Source

📗 Links

⭐ New Features

  • Kotlin lazy property identified as persistent entity #​3112

🐞 Bug Fixes

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

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 15, 2024 06:53
@renovate renovate bot enabled auto-merge (squash) July 15, 2024 06:53
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 15, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jul 15, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from d36b59a to 4e6f037 Compare August 16, 2024 11:00
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.3.2 Update dependency org.springframework.data:spring-data-commons to v3.3.3 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from 4e6f037 to 1ee6a58 Compare August 28, 2024 16:02
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.3.3 Update dependency org.springframework.data:spring-data-commons to v3.3.4 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from 1ee6a58 to 7218878 Compare September 13, 2024 11:10
@renovate renovate bot force-pushed the renovate/spring-data branch from 7218878 to ac17b93 Compare October 10, 2024 16:31
@renovate renovate bot force-pushed the renovate/spring-data branch from ac17b93 to fd25d2c Compare October 18, 2024 13:32
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.3.4 Update dependency org.springframework.data:spring-data-commons to v3.3.5 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from fd25d2c to b45adf3 Compare October 24, 2024 13:18
@renovate renovate bot force-pushed the renovate/spring-data branch from b45adf3 to 2dd077e Compare October 31, 2024 15:03
@renovate renovate bot force-pushed the renovate/spring-data branch from 2dd077e to 62ec9a0 Compare November 14, 2024 14:14
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.3.5 Update dependency org.springframework.data:spring-data-commons to v3.4.0 Nov 16, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from 62ec9a0 to ab6140c Compare November 16, 2024 10:28
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.4.0 Update dependency org.springframework.data:spring-data-commons to v3.4.1 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from ab6140c to e4fdba1 Compare December 13, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants