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

4.0.0-RC1

17 Oct 10:41
@christophstrobl christophstrobl
6f226cb
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-RC1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Use precompiled regex for PropertyMatch.namePattern #3376
  • Improve PropertyMatch performance using precompiled regex patterns #3375
  • Consistent factory methods for QueryCreationException #3373
  • Refine TypeCollector usage and predicates #3363
  • Refine filters for TypeCollector and ManagedTypesBeanRegistrationAotProcessor contributions #3362
  • Refine AOT Repositories infrastructure #3267

🐞 Bug Fixes

  • Fix TypeName resolution of method return type #3374
  • Fix potential race condition in Lazy.getNullable() #3368
  • ClassGeneratingPropertyAccessorFactory fails when type hierarchy defines a field with the same name twice #3361

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

Contributors

kamilkrzywanski and jbj338033
Loading

3.5.5

17 Oct 09:39
@christophstrobl christophstrobl
ff4e35d
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

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

Contributors

kamilkrzywanski and jbj338033
Assets 2
Loading

3.4.11

17 Oct 08:31
@christophstrobl christophstrobl
85d7c99
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

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

Contributors

kamilkrzywanski and jbj338033
Loading

4.0.0-M6

12 Sep 10:47
@christophstrobl christophstrobl
be374f5
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-M6 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Add JavaPoet enhancements #3357
  • Include generated PersistentPropertyAccessorFactory and EntityInstantiator classes during AOT processing #3318
  • Upgrade to Jackson 3 #3292
  • Capture repository configuration from registered beans #3279
  • Include generated property accessors and entity instantiator bytecode in AOT classes #2595

🐞 Bug Fixes

  • Avoid attempts to override AOT generated query method metadata. #3355
  • AOT Repositories: OwnerRepository.json already exists #3354

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

Contributors

r6hk
Loading

3.5.4

12 Sep 09:45
@christophstrobl christophstrobl
405e32c
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

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

Contributors

r6hk
Loading

3.4.10

12 Sep 08:57
@christophstrobl christophstrobl
78473d3
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

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

Contributors

r6hk
Loading

4.0.0-M5

15 Aug 08:47
@mp911de mp911de
89a81b2
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-M5 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Add ExpressionMarker abstraction for obtaining enclosing method in AOT generated code #3338

🐞 Bug Fixes

  • Add missing @Nullable annotations to QueryByExampleExecutor.findBy(...) and QuerydslPredicateExecutor.findBy(...) #3346
  • Use generated classname for writing aot repository content #3345
  • TypeInformation.OBJECT is null when only ClassTypeInformation.COLLECTION has been accessed #3340
  • Spring Data AOT Repositories failed in the AOT processed Spring Boot tests with multiple contexts being involved #3339

🔨 Dependency Upgrades

  • Upgrade to XMLBeam 1.4.26 #3343
  • Upgrade to XMLBeam 1.4.25 #3341
Loading

3.5.3

15 Aug 08:04
@mp911de mp911de
43b42c0
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

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

🔨 Dependency Upgrades

  • Upgrade to XMLBeam 1.4.26 #3343
  • Upgrade to XMLBeam 1.4.25 #3341
Loading

3.4.9

15 Aug 06:41
@mp911de mp911de
e2c509c
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

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

🔨 Dependency Upgrades

  • Upgrade to XMLBeam 1.4.26 #3343
  • Upgrade to XMLBeam 1.4.25 #3341
Loading

4.0.0-M4

18 Jul 11:15
@mp911de mp911de
efbf4d4
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-M4 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Expose MethodParameters in AotQueryMethodGenerationContext #3334
  • Enable AOT repositories by default #3323
  • Defer MappingContext access inPersistentEntities #3310
  • Log a warning if param not annotated with @ProjectedPayload #3303
  • Log warning when param is not annotated with @ProjectedPayload #3300
  • Add support for AOT Repositories #3265

🐞 Bug Fixes

  • Use getDeclaredConstructor(...) in RepositoryBeanDefinitionReader to avoid failures due to package-private constructors #3325
  • 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

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #3328
  • Reinstate version placeholder usage for RxJava 3 #3295

❤️ Contributors

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

Contributors

quaff, onobc, and 2 other contributors
Loading
JoseCanova reacted with thumbs up emoji
1 person reacted
Previous 1 3 4 5 17 18
Previous

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