Merge branch '3.3.x'

This commit is contained in:
Stéphane Nicoll 2024-08-19 16:31:42 +02:00
commit aa4e22809b
2 changed files with 4 additions and 4 deletions

View File

@ -41,8 +41,8 @@ import org.springframework.transaction.annotation.Transactional;
/**
* Annotation for a JDBC test that focuses <strong>only</strong> on JDBC-based components.
* <p>
* Using this annotation only enables auto-configuration that is relevant to JDBC
* tests. Similarly, component scanning is configured to skip regular components and
* Using this annotation only enables auto-configuration that is relevant to JDBC tests.
* Similarly, component scanning is configured to skip regular components and
* configuration properties.
* <p>
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back at

View File

@ -41,8 +41,8 @@ import org.springframework.transaction.annotation.Transactional;
/**
* Annotation for a jOOQ test that focuses <strong>only</strong> on jOOQ-based components.
* <p>
* Using this annotation only enables auto-configuration that is relevant to jOOQ
* tests. Similarly, component scanning is configured to skip regular components and
* Using this annotation only enables auto-configuration that is relevant to jOOQ tests.
* Similarly, component scanning is configured to skip regular components and
* configuration properties.
* <p>
* By default, tests annotated with {@code @JooqTest} use the configured database. If you