Skip to content

Commit b8b1373

Browse files
committed
Document that jOOQ support requires Java 21
See gh-48619
1 parent 96865d3 commit b8b1373

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/sql.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ TIP: `PathRequest.toH2Console()` returns the correct request matcher also when t
390390

391391
jOOQ Object Oriented Querying (https://www.jooq.org/[jOOQ]) is a popular product from https://www.datageekery.com/[Data Geekery] which generates Java code from your database and lets you build type-safe SQL queries through its fluent API.
392392
Both the commercial and open source editions can be used with Spring Boot.
393+
jOOQ requires Java 21 or later.
393394

394395

395396

0 commit comments

Comments
 (0)