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.0-RC1

22 Apr 09:27
@mp911de mp911de
2c4b60e
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

3.5.0-RC1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • QueryMethod uses non-final createParameters method #3263
  • Introduce org.springframework.data.mapping.Parameter.getRequiredName() and Parameter.hasName() #3088

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

Contributors

onobc, seate, and ngocnhan-tran1996
Loading

3.4.5

22 Apr 08:48
@mp911de mp911de
33ab712
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

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

Contributors

seate and ngocnhan-tran1996
Loading

3.3.11

22 Apr 08:01
@mp911de mp911de
72f4b43
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

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

Contributors

seate and ngocnhan-tran1996
Loading

3.5.0-M2

14 Mar 08:33
@mp911de mp911de
dc6ec33
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

3.5.0-M2 Pre-release
Pre-release

📗 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
  • Kotlin Interface projections nullabillity issues #3242

❤️ Contributors

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

Contributors

quaff and mitu2
Loading

3.4.4

14 Mar 07:20
@mp911de mp911de
aba2047
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

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

Contributors

mitu2
Loading

3.3.10

14 Mar 06:38
@mp911de mp911de
903edf4
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

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

Contributors

mitu2
Loading

3.5.0-M1

14 Feb 11:25
@mp911de mp911de
d2ed905
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

3.5.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Introduce public ReactivePageableExecutionUtils variant of pageable utils #3209
  • Deprecate pure repository SpEL support components for removal #3207
  • Introduce Vector abstraction #3193
  • KPropertyPath doesn't support Iterables #3010
  • Add support for find using predicate/pageable that returns a Slice [DATACMNS-541] #1011

🐞 Bug Fixes

  • Problem with class-based projections since Spring Framework 6.1.x #3225
  • PropertyAccessingMethodInterceptor fails with IllegalStateException when target method is bridged #3215
  • 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
  • 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!

Contributors

mipo256 and ngocnhan-tran1996
Loading

3.4.3

14 Feb 09:42
@mp911de mp911de
fe54d7a
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

📔 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
Loading

3.3.9

14 Feb 08:53
@mp911de mp911de
6c2452b
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

📔 Documentation

  • Document that fluent findBy(...) queries must return a result #3237
  • Limit.of(0) gives exception #3102
Loading

4.0.0-M1

24 Jan 09:53
@christophstrobl christophstrobl
476686c
This commit was signed with the committer’s verified signature.
christophstrobl Christoph Strobl
GPG key ID: E6054036D0C37A4B
Verified
Learn about vigilant mode.

Choose a tag to compare

4.0.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Remove ListenableFuture support #3232
  • Remove @Deprecated API #3208
  • Introduce @Contract and @CheckReturnValue annotations #3195
  • Use Spring's Nullness utility to determine JSpecify nullness #3100

🐞 Bug Fixes

  • Problem with class-based projections since Spring Framework 6.1.x #3225
  • Invalid @NonNullApi [DATACMNS-1616] #2044

📔 Documentation

  • Document that fluent findBy(...) queries must return a result #3237
  • Document OpenFeign Querydsl support #3236
  • Limit.of(0) gives exception #3102

❤️ Contributors

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

Contributors

mipo256
Loading
1 3 5 17 18

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