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.2 #63

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2024

This PR contains the following updates:

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

Release Notes

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

v3.4.2

Compare Source

📗 Links

🐞 Bug Fixes

  • Problem with class-based projections since Spring Framework 6.1.x #​3225

📔 Documentation

❤️ Contributors

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

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.8

Compare Source

📗 Links

📔 Documentation

❤️ 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!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/spring-data branch from 3cfb001 to 78bf462 Compare October 18, 2024 12:29
@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 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 78bf462 to ca07f4a Compare November 16, 2024 10:46
@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 ca07f4a to 318352a Compare December 13, 2024 12:11
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.4.1 Update dependency org.springframework.data:spring-data-commons to v3.4.2 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 318352a to 3711bdc Compare January 17, 2025 13:09
@renovate renovate bot force-pushed the renovate/spring-data branch from 3711bdc to 4d03778 Compare January 21, 2025 10:16
Copy link
Contributor Author

renovate bot commented Jan 21, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lubomirw lubomirw merged commit 3ec8bc8 into develop Jan 21, 2025
5 checks passed
@lubomirw lubomirw deleted the renovate/spring-data branch January 21, 2025 10:25
@lubomirw lubomirw added the dependencies Pull requests that update a dependency file label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant