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.4.0-M1

13 Sep 10:43
@schauder schauder
82fb995
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.

Choose a tag to compare

3.4.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • 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

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

  • 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.8 #3134

❤️ Contributors

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

Contributors

quaff, kgignatyev, and 3 other contributors
Loading

3.3.4

13 Sep 09:40
@schauder schauder
0b53d93
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.

Choose a tag to compare

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

Contributors

quaff
Loading

3.2.10

13 Sep 08:53
@schauder schauder
987a944
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 Links

📔 Documentation

  • Split projections document fragment into multiple subfragments #3144
Loading

3.3.3

16 Aug 08:09
@schauder schauder
5bb0c4a
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.

Choose a tag to compare

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

Contributors

erichaagdev and kchung1995
Loading

3.2.9

16 Aug 07:01
@schauder schauder
57a0450
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 Links

⭐ New Features

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

🐞 Bug Fixes

  • 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
  • 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 #3132

❤️ Contributors

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

Contributors

erichaagdev and kchung1995
Loading

3.3.2

12 Jul 17:12
@schauder schauder
1798ccc
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 Links

⭐ New Features

  • Kotlin lazy property identified as persistent entity #3112

🐞 Bug Fixes

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

3.2.8

12 Jul 11:36
@schauder schauder
2cda896
This commit was signed with the committer’s verified signature.
schauder Jens Schauder
GPG key ID: 74F6C554AE971567
Verified
Learn about vigilant mode.

Choose a tag to compare

📗 Links

⭐ New Features

  • Kotlin lazy property identified as persistent entity #3112

🐞 Bug Fixes

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

3.3.1

14 Jun 08:48
@mp911de mp911de
de8fbe9
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

  • DTO projection properties mapping to associations are not propulated #3104
  • PageModel uses wrapping serialization mode if no SpringDataWebSettings found #3101
Loading

3.2.7

14 Jun 08:06
@mp911de mp911de
15d4ec3
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

  • DTO projection properties mapping to associations are not propulated #3104
Loading

3.3.0

17 May 10:07
@mp911de mp911de
119e12a
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

  • Window.positionAt should always return exact position of element #3070
  • Add equals/hashCode support for Unpaged #3061
  • Enhance Kotlin Class Conversion by Minimizing Equals Comparisons #3000
  • Avoid records as cache keys for GraalVM performance reasons #2997
  • Allow reuse of TypeInformation when obtaining a PersistentPropertyPath #2992
  • Add an ability to resolve property placeholders in BasicPersistentEntity #2369

🐞 Bug Fixes

  • RepositoryConfigurationDelegate.getRepositoryInterface(...) constructs ResolvableType with improper generics size #3089
  • Apply Kotlin Value Class unboxing to generated Property Accessors #3087
  • Unresolved self-recursive generics comparison causes StackOverflowError #3084
  • Auditing triggers unintended persistent entity creation for collection like types (List, Set,...) #3056
  • TypeDiscoverer uses single-level nesting for generics comparison #3051
  • Kotlin constructor detection fails during KType derivation #3041
  • Invalid parent parameter provided to static inner class constructors #3038
  • NoClassDefFoundError when processing reflection hints for PageModule #3033
  • Missing native-image reflection hint for org.springframework.data.domain.Unpaged #3025
  • Parameter.isDynamicProjectionParameter does not properly resolve generics of containing class #3020
  • Parameter.getType() returns erased generic type for method parameters #2995
  • BeanUtils.getPropertyDescriptors(...) for Kotlin class with Java superclass does not include properties from its superclass #2994
  • KotlinBeanInfoFactory fails on bean where setter is primitive type and getter is boxed #2993
  • KotlinBeanInfoFactory throws an exception when creating bean info for enums #2990
  • Unpaged instances not Jackson-serializable out of the box #2987
  • Kotlin ValueBoxing breaks entity instantiator for data classes that has generic field #2986
  • HateoasSortHandlerMethodArgumentResolver should append * to the 'sort' parameter template variable. #2531

📔 Documentation

  • Update links to direct section links #3095
  • Repository projections not working when projection type is part of entity object hierarchy #3092
  • Fix typo in object-mapping.adoc. #3076
  • Refine Query by Example string matching to call out store-specific limitations #3058
  • Document converter types supported by CustomConversions #3040
  • Update Revved up by Develocity badge #3032
  • Document Window as a query return type #3019
  • Spring Data reference documentation misses information about Limit #3006
  • Remove extra /api path segement in reference documentation #2998

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.6 #3005

❤️ Contributors

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

Loading
1 2 3 5 7 17 18

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