You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️Remove deprecated defaultFileReviewerScript property
The configuration property deprecated since 1.1 has been removed.
Use defaultFileReviewer = script with reviewerScript instead.
database-spring-boot
✨ New module for Spring Boot database testing
Add database-spring-boot module providing a Spring Boot auto-configuration that wraps the Spring-managed DataSource with a RecordingDataSource automatically.
Add the dependency and the injected DataSource records SQL out of the box — no BeanPostProcessor boilerplate.
Recording can be disabled with approvej.database.recording.enabled=false.
(#256)