Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: spring-projects/spring-data-commons

3.5.2

18 Jul 08:30
@mp911de mp911de
b1672a6
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 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!

Contributors

ngocnhan-tran1996
Loading

3.4.8

18 Jul 07:34
@mp911de mp911de
07800ac
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 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!

Contributors

ngocnhan-tran1996
Loading

3.5.1

13 Jun 11:42
@mp911de mp911de
50207d0
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 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!

Contributors

quaff and ckdgus08
Loading

3.4.7

13 Jun 09:18
@mp911de mp911de
f75450f
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 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!

Contributors

quaff and ckdgus08
Loading

3.3.13

13 Jun 08:18
@mp911de mp911de
283ccd1
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 Links

🐞 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!

Contributors

quaff and ckdgus08
Loading

4.0.0-M3

16 May 12:23
@mp911de mp911de
4fcf3ca
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

4.0.0-M3 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Refine customization of EntityInformation #3288
  • Allow subclasses of ReturnedType #3286
  • Introduce SearchResult and SearchResults #3285
  • Capture repository configuration from registered beans. #3279
  • Introduce AOT context sensitive VariableNameFactory #3270
  • Add support for AOT Repositories #3265
  • Remove ListenableFuture support #3232
  • Remove @Deprecated API #3208
  • Introduce @Contract and @CheckReturnValue annotations #3195
  • Migrate to JSpecify annotations for nullability constraints #3170
  • Use Spring's Nullness utility to determine JSpecify nullness #3100
  • Introduce org.springframework.data.mapping.Parameter.getRequiredName() and Parameter.hasName() #3088

🐞 Bug Fixes

  • DeferredRepositoryInitializationListener is registered multiple times #3287
  • Spring Data Commons 3.3.4 breaks @ModelAttribute handling #3258
  • Fix NPE in CrudRepositoryExtensions #3187
  • 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!

Loading

3.5.0

16 May 10:48
@mp911de mp911de
756595d
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 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!

Loading

3.4.6

16 May 08:51
@mp911de mp911de
80e57b1
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 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!

Contributors

quaff, dmitrysulman, and 3 other contributors
Loading

3.3.12

16 May 08:08
@mp911de mp911de
2a4ea82
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 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!

Contributors

quaff, dmitrysulman, and 3 other contributors
Loading

4.0.0-M2

22 Apr 12:32
@mp911de mp911de
49cafc0
This commit was signed with the committer’s verified signature.
mp911de Mark Paluch
GPG key ID: 55BC6374BAA9D973
Verified
Learn about vigilant mode.

Choose a tag to compare

4.0.0-M2 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Add support for AOT Repositories #3265
  • Migrate to JSpecify annotations for nullability constraints #3170
  • Introduce org.springframework.data.mapping.Parameter.getRequiredName() and Parameter.hasName() #3088

❤️ Contributors

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

Contributors

onobc
Loading
2 4 5 17 18

AltStyle によって変換されたページ (->オリジナル) /