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-relational

3.5.2

18 Jul 08:30
@mp911de mp911de
054aa84
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

  • Spring Data Jdbc: instability in custom reading/writing converter appliance #2083
  • Handle custom conversions for collections #2081
  • Custom converters not working for collecton-like properties #2078
  • Fixing Typo in JdbcAggregateChangeExecutionContext Exception Message #2074
  • Fixing Typo in SqlSort Exception Message #2073

📔 Documentation

  • Fix typos in DbAction class documentation #2080

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #2090
  • Upgrade JDBC and R2DBC drivers #2085

❤️ Contributors

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

Contributors

ghgh415263
Loading

3.4.8

18 Jul 07:34
@mp911de mp911de
1c71a06
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

  • Spring Data Jdbc: instability in custom reading/writing converter appliance #2083
  • Handle custom conversions for collections #2081
  • Custom converters not working for collecton-like properties #2078
  • Fixing Typo in JdbcAggregateChangeExecutionContext Exception Message #2074
  • Fixing Typo in SqlSort Exception Message #2073

📔 Documentation

  • Fix typos in DbAction class documentation #2080

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #2091

❤️ Contributors

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

Contributors

ghgh415263
Loading

3.5.1

13 Jun 11:42
@mp911de mp911de
3117465
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

  • GH-2064 BeforeConvertCallback should be applied after the RootAggrega... #2065
  • spring data jdbc: saveAll on null id's entities calls update statement #2064
  • JdbcAggregateTemplate honors columns specified in query #1967
  • JdbcAggregateOperations does not use columns parameter of Query #1803

❤️ Contributors

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

Contributors

mipo256
Loading

3.4.7

13 Jun 09:18
@mp911de mp911de
dd2c361
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

  • GH-2064 BeforeConvertCallback should be applied after the RootAggrega... #2065
  • spring data jdbc: saveAll on null id's entities calls update statement #2064

❤️ Contributors

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

Contributors

mipo256
Loading

3.3.13

13 Jun 08:18
@mp911de mp911de
e6f1b24
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

Loading

4.0.0-M3

16 May 12:23
@mp911de mp911de
b891d19
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-M3 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Implement RepositoryFactorySupport.getEntityInformation(RepositoryMetadata) instead of private overload #2053
  • Introduce JDBC-specific dialects in JDBC module #2031
  • Adopt to deprecated QueryMethod constructor #2025
  • Allow for the extension of the JdbcQueryLookupStrategy #1998
  • Migrate to JSpecify annotations for nullability constraints #1980
  • Added Sequence generation support #1955
  • Adopt to deprecation removals in Commons #1944
  • Custom RowMapper through bean definition not registering #1006

🐞 Bug Fixes

  • save() method is raising a DbActionExecutionException on unique key violation [DATAJDBC-611] #831

📔 Documentation

  • Clarify the @Lock on String-based queries #2008

🔨 Dependency Upgrades

  • Upgrade to Oracle OJDBC 23.8.0.25.04 #2052
  • Upgrade JDBC drivers #2032

❤️ Contributors

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

Contributors

tttomat19, mipo256, and kwondh5217
Loading

3.5.0

16 May 10:48
@mp911de mp911de
fb390ff
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

  • Implement RepositoryFactorySupport.getEntityInformation(RepositoryMetadata) instead of private overload #2053
  • Introduce JDBC-specific dialects in JDBC module #2031
  • Adopt to deprecated QueryMethod constructor #2025
  • Feature request: Add Kotlin extensions to JdbcAggregateOperations #1961
  • Add equals/hashCode support for Criteria #1960
  • Added Sequence generation support #1955
  • Use ReactivePageableExecutionUtils from Spring Data Commons #1946
  • Provide a native way to generate the ID from the sequence #1923
  • Add Stream support to JdbcAggregateOperations #1714
  • Add query derivation for delete queries [DATAJDBC-551] #771
  • DATAJDBC-551 - Supports derived delete. #230

🐞 Bug Fixes

  • Values for @Sequence-annotated property generated on update #2003
  • JdbcAggregateTemplate not triggering AfterConvertCallback for all query methods #1979
  • Ignore collection like attributes for query by example #1969
  • Condition.not is broken #1945
  • Id generation fails for saveAll #1924

📔 Documentation

  • Small documentation fix. #1999
  • Incomplete sentence in documentation of data-jdbc Back references #1949

🔨 Dependency Upgrades

  • Upgrade to Oracle OJDBC 23.8.0.25.04 #2052
  • Upgrade JDBC drivers #2032
  • Upgrade to Netty 4.1.118.Final #1992
  • Upgrade to Oracle R2DBC Driver 1.3.0 #1977
  • Upgrade to MySql R2DBC Driver 1.3.1 #1976

❤️ Contributors

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

Loading

3.4.6

16 May 08:51
@mp911de mp911de
d2d6696
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

Loading

3.3.12

16 May 08:08
@mp911de mp911de
e7a0ff4
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

Loading

4.0.0-M2

22 Apr 12:32
@mp911de mp911de
c50df04
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-M2 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Migrate to JSpecify annotations for nullability constraints #1980

🐞 Bug Fixes

  • save() method is raising a DbActionExecutionException on unique key violation [DATAJDBC-611] #831

📔 Documentation

  • Clarify the @Lock on String-based queries #2008

🔨 Dependency Upgrades

  • Upgrade JDBC drivers #2032

❤️ Contributors

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

Contributors

mipo256
Loading
2 4 5 17 18

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