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

4.0.0-RC1

17 Oct 10:41
@christophstrobl christophstrobl
f264cbd
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

  • Add H2 Dialect fallback to JdbcRepositoryRegistrationAotProcessor #2152
  • Add @CheckReturnValue to Query and Update API #2145
  • Migrate to JSpecify annotations for nullability constraints #1980
  • Refine AOT Repositories infrastructure #3267

🐞 Bug Fixes

  • ClassNotFoundException is thrown when loading JdbcSqlServerDialect #2153
  • Extraneous warnings related to JdbcSqlServerDialect #2147
  • JdbcRepositoryConfigExtension does not report repository base class name #2137

📔 Documentation

  • Document placeholder and Ant-style pattern support for @Enable...Repositories #3366

🔨 Dependency Upgrades

  • Explicitly declare jMolecules DDD dependency #2156
  • Upgrade to R2DBC Postgresql 1.1.0.RELEASE #2151
Loading

3.5.5

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

  • Add @CheckReturnValue to Query and Update API #2145

🐞 Bug Fixes

  • ClassNotFoundException is thrown when loading JdbcSqlServerDialect #2153
  • Extraneous warnings related to JdbcSqlServerDialect #2147

📔 Documentation

  • Document placeholder and Ant-style pattern support for @Enable...Repositories #3366

🔨 Dependency Upgrades

  • Explicitly declare jMolecules DDD dependency #2156
  • Upgrade to R2DBC Postgresql 1.0.8.RELEASE #2150
Assets 2
Loading

3.4.11

17 Oct 08:31
@christophstrobl christophstrobl
0de96e5
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

  • Add @CheckReturnValue to Query and Update API #2145

🐞 Bug Fixes

  • ClassNotFoundException is thrown when loading JdbcSqlServerDialect #2153
  • Extraneous warnings related to JdbcSqlServerDialect #2147

📔 Documentation

  • Document placeholder and Ant-style pattern support for @Enable...Repositories #3366

🔨 Dependency Upgrades

  • Explicitly declare jMolecules DDD dependency #2156
  • Upgrade to R2DBC Postgresql 1.0.8.RELEASE #2150
Loading

4.0.0-M6

12 Sep 10:47
@christophstrobl christophstrobl
f4f79d0
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

  • Migrate to JSpecify annotations for nullability constraints #2126
  • Add Ahead of Time Repository support #2124
  • Add support for Ahead of Time Repositories #2121
  • Migrate to JSpecify annotations for nullability constraints #1980

🔨 Dependency Upgrades

  • Upgrade to R2DBC SQL Server 1.0.3.RELEASE #2131
Loading

3.5.4

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

🐞 Bug Fixes

  • Avoid selection of duplicate columns #2125
  • Re-occuring issue: One-to-many relation: ResultSet contains ... multiple times #1865

🔨 Dependency Upgrades

  • Upgrade to R2DBC SQL Server 1.0.3.RELEASE #2131

❤️ Contributors

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

Contributors

tomek82
Loading

3.4.10

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

🐞 Bug Fixes

  • Avoid selection of duplicate columns #2125
  • Re-occuring issue: One-to-many relation: ResultSet contains ... multiple times #1865

🔨 Dependency Upgrades

  • Upgrade to R2DBC SQL Server 1.0.3.RELEASE #2131

❤️ Contributors

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

Contributors

tomek82
Loading

4.0.0-M5

15 Aug 08:47
@mp911de mp911de
cb72959
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

  • Do not expose IdOnlyAggregateReference publicly #2106
  • Support Composite ID in R2DBC #2012
  • Support embedded entities in Spring Data R2DBC #2011
  • Add jdbcAggregateOperationsRef to @EnableJdbcRepositories #1704
  • Add jdbcAggregateOperationsRef to @EnableJdbcRepositories #687

🐞 Bug Fixes

  • Support Composite IDs in R2DBC #2114
  • Misleading AggregateReference.getId() @Nullable annotation #2104
  • JDBC's Query by Example doesn't consider the projection type via .project() #2098

🔨 Dependency Upgrades

  • Upgrade JDBC drivers #2105
  • Upgrade to Netty 4.2.3.Final #2097

❤️ Contributors

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

Contributors

kota65535
Loading
JeffHu88 and ZYMCao reacted with hooray emoji
2 people reacted

3.5.3

15 Aug 08:04
@mp911de mp911de
340975d
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

  • Deprecate IdOnlyAggregateReference #2107

🐞 Bug Fixes

  • Misleading AggregateReference.getId() @Nullable annotation #2104
  • JDBC's Query by Example doesn't consider the projection type via .project() #2098

🔨 Dependency Upgrades

  • Upgrade JDBC drivers #2105
Loading

3.4.9

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

  • Misleading AggregateReference.getId() @Nullable annotation #2104
  • JDBC's Query by Example doesn't consider the projection type via .project() #2098
Loading

4.0.0-M4

18 Jul 11:15
@mp911de mp911de
ff01add
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

  • Propagated the SqlType to the parameter source during Spel ex... #2079
  • Allow Table and Column name expressions to return SqlIdentifier #2077
  • Refine dependency lookup in JdbcRepositoryFactoryBean.afterPropertiesSet() #2070
  • Use quoted identifiers by default using R2DBC #2066
  • Incorrect MapParameterSource construction in @Query methods with SPEL #2007
  • Use force-quoting in R2dbcMappingContext by default #1993
  • Add support for composite ids #1957
  • Allow Table and Column name expressions to return SqlIdentifier #1524
  • Support for Composite Keys using @Embeded and @Id #574

🐞 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
  • GH-2064 BeforeConvertCallback should be applied after the RootAggrega... #2065
  • spring data jdbc: saveAll on null id's entities calls update statement #2064
  • Supported nested conversions for AggregateReference #2062
  • JdbcAggregateTemplate honors columns specified in query #1967
  • AggregateReference with custom datatypes can not be converted to simple type #1828
  • JdbcAggregateOperations does not use columns parameter of Query #1803

📔 Documentation

  • Fix typos in DbAction class documentation #2080

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #2089
  • Upgrade to Netty 4.2.2.Final #2086
  • Upgrade JDBC and R2DBC drivers #2085

❤️ Contributors

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

Contributors

ghgh415263, mipo256, and serezakorotaev
Loading
WhiteNoise0000 reacted with hooray emoji sjh836 reacted with heart emoji
2 people reacted
Previous 1 3 4 5 17 18
Previous

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