spring-data-r2dbc

Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.

APACHE-2.0 License

Stars
709
Committers
45

Bot releases are visible (Hide)

spring-data-r2dbc - 1.4.0

Published by schauder almost 3 years ago

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

spring-data-r2dbc - 1.3.7

Published by schauder almost 3 years ago

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

spring-data-r2dbc - 1.2.15

Published by schauder almost 3 years ago

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

spring-data-r2dbc - 1.4.0-RC1

Published by mp911de about 3 years ago

📗 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
spring-data-r2dbc - 1.3.6

Published by mp911de about 3 years ago

📗 Links

🐞 Bug Fixes

  • SpEL expression fails evaluation when using ReactiveEvaluationContextExtension #658
spring-data-r2dbc - 1.2.14

Published by mp911de about 3 years ago

📗 Links

🐞 Bug Fixes

  • SpEL expression fails evaluation when using ReactiveEvaluationContextExtension #658
spring-data-r2dbc - 1.4.0-M3

Published by mp911de about 3 years ago

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.2 #646
spring-data-r2dbc - 1.3.5

Published by mp911de about 3 years ago

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.2 #647
spring-data-r2dbc - 1.2.13

Published by mp911de about 3 years ago

spring-data-r2dbc - 1.4.0-M2

Published by schauder about 3 years ago

📗 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
spring-data-r2dbc - 1.3.4

Published by schauder about 3 years ago

📗 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
spring-data-r2dbc - 1.2.12

Published by schauder about 3 years ago

📗 Links

📔 Documentation

  • Clarify that @Modifying should be omitted for DELETE FROM ... RETURNING ... @Query's #629
spring-data-r2dbc - 1.4.0-M1

Published by schauder over 3 years ago

📗 Links

⭐ New Features

  • Introduce OutboundRow.clone() method #620

🪲 Bug Fixes

  • Dynamic projection skipped if projection type not already registered with MappingContext #607
  • Saving Enum-typed Collection-like properties set to null are not translated to String[] #593
  • Entity callbacks not fired for String-based queries or named query methods #591
  • MySQL dialect converts all byte properties to boolean #589
  • PreparedOperationBindableQuery.bindNull(…) calls GenericExecuteSpec.bind(…) instead of bindNull(…) #587
  • Custom converter for constructor creation no longer applied #585
  • Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it. #483

📔 Documentation

  • Document default NamingStrategy and explain configuration options #616

🔨 Dependency Upgrades

  • Upgrade to R2DBC Arabba SR10 #597
  • Upgrade to MySQL 8.0 for testing #594

❤️ Contributors

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

spring-data-r2dbc - 1.3.3

Published by schauder over 3 years ago

📗 Links

📔 Documentation

  • Document default NamingStrategy and explain configuration options #616
spring-data-r2dbc - 1.2.11

Published by schauder over 3 years ago

📗 Links

📔 Documentation

  • Document default NamingStrategy and explain configuration options #616
spring-data-r2dbc - 1.3.2

Published by mp911de over 3 years ago

📗 Links

🪲 Bug Fixes

  • Dynamic projection skipped if projection type not already registered with MappingContext #607
  • MySQL dialect converts all byte properties to boolean #589
  • Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it. #483
spring-data-r2dbc - 1.2.10

Published by mp911de over 3 years ago

📗 Links

🪲 Bug Fixes

  • Dynamic projection skipped if projection type not already registered with MappingContext #607
  • MySQL dialect converts all byte properties to boolean #589
  • Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it. #483
spring-data-r2dbc - 1.3.1

Published by mp911de over 3 years ago

📗 Links

🪲 Bug Fixes

  • Saving Enum-typed Collection-like properties set to null are not translated to String[] #593
  • PreparedOperationBindableQuery.bindNull(…) calls GenericExecuteSpec.bind(…) instead of bindNull(…) #587
  • Custom converter for constructor creation no longer applied #585

🔨 Dependency Upgrades

  • Upgrade to R2DBC Arabba SR10 #597
  • Upgrade to MySQL 8.0 for testing #594

❤️ Contributors

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

spring-data-r2dbc - 1.2.9

Published by mp911de over 3 years ago

📗 Links

🪲 Bug Fixes

  • Saving Enum-typed Collection-like properties set to null are not translated to String[] #593
  • PreparedOperationBindableQuery.bindNull(…) calls GenericExecuteSpec.bind(…) instead of bindNull(…) #587
  • Custom converter for constructor creation no longer applied #585

🔨 Dependency Upgrades

  • Upgrade to R2DBC Arabba SR10 #597
  • Upgrade to MySQL 8.0 for testing #594

❤️ Contributors

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

spring-data-r2dbc - 1.3.0

Published by mp911de over 3 years ago

📗 Links

⭐ New Features

  • Add r2dbc-postgresql Interval to simple types #573

📔 Documentation

  • Include Entity-state detection documentation snipped from Commons #579