Releases: spring-projects/spring-data-r2dbc
Releases · spring-projects/spring-data-r2dbc
1.4.0
📗 Links
🐞 Bug Fixes
- Converter attempts to instantiate an entity if the database value is
null
#670
📔 Documentation
- Remove redundant word from reference documentation #634
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
1.3.7
📗 Links
🐞 Bug Fixes
- Converter attempts to instantiate an entity if the database value is
null
#670
📔 Documentation
- Remove redundant word from reference documentation #634
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
1.2.15
📗 Links
🐞 Bug Fixes
- Converter attempts to instantiate an entity if the database value is
null
#670
📔 Documentation
- Remove redundant word from reference documentation #634
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
1.4.0-RC1
📗 Links
⭐ New Features
- Add support for fluent Query by Example query definition #663
🐞 Bug Fixes
- SpEL expression fails evaluation when using ReactiveEvaluationContextExtension #658
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.8.3 #664
1.3.6
📗 Links
🐞 Bug Fixes
- SpEL expression fails evaluation when using ReactiveEvaluationContextExtension #658
1.2.14
📗 Links
🐞 Bug Fixes
- SpEL expression fails evaluation when using ReactiveEvaluationContextExtension #658
1.4.0-M3
📗 Links
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.8.2 #646
1.3.5
📗 Links
🔨 Dependency Upgrades
- Upgrade to Maven Wrapper 3.8.2 #647
1.4.0-M2
📗 Links
🪲 Bug Fixes
- Cannot retrieve simple type from
ReactiveCrudRepository
query method #612
📔 Documentation
- Clarify that
@Modifying
should be omitted for DELETE FROM ... RETURNING ...
@Query
's #629