Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 7, 2025

This PR contains the following updates:

Package Change Age Confidence
org.springframework.data:spring-data-commons (source) 3.4.23.5.8 age confidence

Release Notes

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

v3.5.8

Compare Source

📗 Links

📔 Documentation

❤️ Contributors

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

v3.5.7

Compare Source

📗 Links

🐞 Bug Fixes

  • ReturnedClass eagerly resolves input parameters resulting in logging for parameters that are potentially not required #​3410

📔 Documentation

  • Refine Fluent Query reference documentation #​3419
  • Update reactive auditing documentation considering Authentication can be null #​3413

v3.5.6

Compare Source

📗 Links

🐞 Bug Fixes

  • Filter bridge methods from DefaultCrudMethods lookup #​3401
  • Add test cases for Kotlin private constructor instantiation edge cases #​3390
  • Failed to instantiate bug when a class with private constructor has value class constructor param #​3389

📔 Documentation

  • Remove duplicate documentation heading identifiers #​3399

❤️ Contributors

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

v3.5.5

Compare Source

📗 Links

⭐ New Features

  • Use precompiled regex for PropertyMatch.namePattern #​3376
  • Improve PropertyMatch performance using precompiled regex patterns #​3375

🐞 Bug Fixes

  • Fix potential race condition in Lazy.getNullable() #​3368

📔 Documentation

  • Document placeholder and Ant-style pattern support for @Enable…Repositories #​3366
  • Remove EntityInformation customization from Entity State Detection Strategies #​3364

🔨 Dependency Upgrades

  • Explicitly declare jMolecules DDD dependency #​3379

❤️ Contributors

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

v3.5.4

Compare Source

📗 Links

📔 Documentation

  • Example code in the scrolling document might not consume every element in the database #​3352

❤️ Contributors

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

v3.5.3

Compare Source

📗 Links

🐞 Bug Fixes

  • TypeInformation.OBJECT is null when only ClassTypeInformation.COLLECTION has been accessed #​3340

🔨 Dependency Upgrades

v3.5.2

Compare Source

📗 Links

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #​3329

❤️ Contributors

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

v3.5.1

Compare Source

📗 Links

⭐ New Features

  • Defer MappingContext access inPersistentEntities #​3310

🐞 Bug Fixes

  • CustomConversions issues a warning for asymmetric converters when converting from a List #​3306
  • Use mutable list to collect items from Stream for reversal #​3304
  • Modify it to avoid adding runtimeHints for primitive types and array types #​3284

❤️ Contributors

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

v3.5.0

Compare Source

📗 Links

⭐ New Features

  • Allow subclasses of ReturnedType #​3286
  • QueryMethod uses non-final createParameters method #​3263
  • Introduce public ReactivePageableExecutionUtils variant of pageable utils #​3209
  • Deprecate pure repository SpEL support components for removal #​3207
  • Introduce Vector abstraction #​3193
  • Introduce org.springframework.data.mapping.Parameter.getRequiredName() and Parameter.hasName() #​3088
  • KPropertyPath doesn't support Iterables #​3010
  • Add support for find using predicate/pageable that returns a Slice [DATACMNS-541] #​1011

🐞 Bug Fixes

  • DeferredRepositoryInitializationListener is registered multiple times #​3287
  • Spring Data Commons 3.3.4 breaks @ModelAttribute handling #​3258
  • Repository information cache map keeps growing until out of memory #​3252
  • KotlinBeanInfoFactory doesn't consider get-prefixed methods as getters for boolean properties #​3249
  • Kotlin Interface projections nullabillity issues #​3242
  • Problem with class-based projections since Spring Framework 6.1.x #​3225
  • PropertyAccessingMethodInterceptor fails with IllegalStateException when target method is bridged #​3215
  • Fix NPE in CrudRepositoryExtensions #​3187
  • ProxyingHandlerMethodArgumentResolver conflicts with @AuthenticationPrincipal #​2937
  • Invalid @NonNullApi [DATACMNS-1616] #​2044

📔 Documentation

  • JavaDoc of CrudRepository.deleteById is too unspecific #​3280
  • Documentation enhancement: Separate examples of methods with special parameters and methods without #​3268
  • Fix broken docs caused by incorrect feature-scroll usage in Antora #​3262
  • Split extensions ref doc page into page with includes #​3243
  • Document that fluent findBy(…) queries must return a result #​3237
  • Document OpenFeign Querydsl support #​3236
  • Fix typos in reference documentation and Javadoc #​3235
  • Refining QBE documentation #​3226
  • Fix typo #​3223
  • QueryTypeMismatchException if the DTO has a no-args constructor #​3216
  • Refine Value Expression documentation #​3214
  • Limit.of(0) gives exception #​3102

❤️ Contributors

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

v3.4.13

Compare Source

📗 Links

📔 Documentation

  • Update reactive auditing documentation considering Authentication can be null #​3413

v3.4.12

Compare Source

📗 Links

🐞 Bug Fixes

  • Filter bridge methods from DefaultCrudMethods lookup #​3401

📔 Documentation

  • Remove duplicate documentation heading identifiers #​3399

❤️ Contributors

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

v3.4.11

Compare Source

📗 Links

⭐ New Features

  • Use precompiled regex for PropertyMatch.namePattern #​3376
  • Improve PropertyMatch performance using precompiled regex patterns #​3375

🐞 Bug Fixes

  • Fix potential race condition in Lazy.getNullable() #​3368

📔 Documentation

  • Document placeholder and Ant-style pattern support for @Enable…Repositories #​3366
  • Remove EntityInformation customization from Entity State Detection Strategies #​3364

🔨 Dependency Upgrades

  • Explicitly declare jMolecules DDD dependency #​3379

❤️ Contributors

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

v3.4.10

Compare Source

📗 Links

📔 Documentation

  • Example code in the scrolling document might not consume every element in the database #​3352

❤️ Contributors

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

v3.4.9

Compare Source

📗 Links

🐞 Bug Fixes

  • TypeInformation.OBJECT is null when only ClassTypeInformation.COLLECTION has been accessed #​3340

🔨 Dependency Upgrades

v3.4.8

Compare Source

📗 Links

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #​3330

❤️ Contributors

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

v3.4.7

Compare Source

📗 Links

⭐ New Features

  • Defer MappingContext access inPersistentEntities #​3310

🐞 Bug Fixes

  • Use mutable list to collect items from Stream for reversal #​3304
  • Modify it to avoid adding runtimeHints for primitive types and array types #​3284

❤️ Contributors

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

v3.4.6

Compare Source

📗 Links

🐞 Bug Fixes

  • DeferredRepositoryInitializationListener is registered multiple times #​3287
  • Spring Data Commons 3.3.4 breaks @ModelAttribute handling #​3258
  • ProxyingHandlerMethodArgumentResolver conflicts with @AuthenticationPrincipal #​2937

📔 Documentation

  • JavaDoc of CrudRepository.deleteById is too unspecific #​3280
  • Fix broken docs caused by incorrect feature-scroll usage in Antora #​3262
  • Fix typos in reference documentation and Javadoc #​3235

❤️ Contributors

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

v3.4.5

Compare Source

📗 Links

📔 Documentation

  • Documentation enhancement: Separate examples of methods with special parameters and methods without #​3268

❤️ Contributors

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

v3.4.4

Compare Source

📗 Links

🐞 Bug Fixes

  • Repository information cache map keeps growing until out of memory #​3252
  • KotlinBeanInfoFactory doesn't consider get-prefixed methods as getters for boolean properties #​3249

❤️ Contributors

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

v3.4.3

Compare Source

📗 Links

🐞 Bug Fixes

  • Invalid @NonNullApi [DATACMNS-1616] #​2044

📔 Documentation

  • Split extensions ref doc page into page with includes #​3243
  • Document that fluent findBy(…) queries must return a result #​3237
  • Document OpenFeign Querydsl support #​3236
  • Limit.of(0) gives exception #​3102

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 changed the title Update dependency org.springframework.data:spring-data-commons to v3.4.3 Update dependency org.springframework.data:spring-data-commons to v3.4.4 Mar 15, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 9a82aa5 to 18c0ce7 Compare March 15, 2025 15:23
@renovate renovate bot force-pushed the renovate/spring-data branch from 18c0ce7 to 702dfc3 Compare April 22, 2025 20:11
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.4.4 Update dependency org.springframework.data:spring-data-commons to v3.4.5 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 702dfc3 to f919c3b Compare May 17, 2025 07:54
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.4.5 Update dependency org.springframework.data:spring-data-commons to v3.5.0 May 17, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from f919c3b to 0523da8 Compare June 14, 2025 23:59
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.5.0 Update dependency org.springframework.data:spring-data-commons to v3.5.1 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 0523da8 to 7743daf Compare July 22, 2025 05:29
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.5.1 Update dependency org.springframework.data:spring-data-commons to v3.5.2 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 7743daf to e6b60fd Compare August 15, 2025 19:57
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.5.2 Update dependency org.springframework.data:spring-data-commons to v3.5.3 Aug 15, 2025
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.5.3 Update dependency org.springframework.data:spring-data-commons to v3.5.4 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from e6b60fd to b1944c1 Compare September 14, 2025 23:32
@renovate renovate bot force-pushed the renovate/spring-data branch from b1944c1 to 4e5f2d0 Compare October 17, 2025 16:06
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.5.4 Update dependency org.springframework.data:spring-data-commons to v3.5.5 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 4e5f2d0 to 4d76695 Compare November 16, 2025 09:40
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.5.5 Update dependency org.springframework.data:spring-data-commons to v3.5.6 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 4d76695 to 345727b Compare December 13, 2025 11:39
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.5.6 Update dependency org.springframework.data:spring-data-commons to v3.5.7 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 345727b to cf9ae60 Compare January 16, 2026 20:02
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-commons to v3.5.7 Update dependency org.springframework.data:spring-data-commons to v3.5.8 Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant