Skip to content

Commit c211b05

Browse files
ngocnhan-tran1996snicoll
authored andcommitted
Adapt reference to JooqExceptionTranslator
This commit updates the reference guide as JooqExceptionTranslator has been superseded by ExceptionTranslatorExecuteListener. See gh-44385 Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 7ca2713 commit c211b05

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/data-access.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,4 +398,4 @@ include-code::ElasticsearchEntityManagerFactoryDependsOnPostProcessor[]
398398
If you need to use jOOQ with multiple data sources, you should create your own javadoc:org.jooq.DSLContext[] for each one.
399399
See {code-spring-boot-autoconfigure-src}/jooq/JooqAutoConfiguration.java[`JooqAutoConfiguration`] for more details.
400400

401-
TIP: In particular, javadoc:org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator[] and javadoc:org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider[] can be reused to provide similar features to what the auto-configuration does with a single javadoc:javax.sql.DataSource[].
401+
TIP: In particular, javadoc:org.springframework.boot.autoconfigure.jooq.ExceptionTranslatorExecuteListener[] and javadoc:org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider[] can be reused to provide similar features to what the auto-configuration does with a single javadoc:javax.sql.DataSource[].

0 commit comments

Comments
 (0)