Skip to content

Error or emit Warn log if an Override isn't used

Compare
Choose a tag to compare
@ed0906 ed0906 released this 28 Jul 11:04
· 28 commits to main since this release

By default going forwards if a user specifies an Override that isn't used then an exception will be thrown.
This can be changed to a warn log with spring.dbunit.fail_on_unused_overrides=false

This should help avoid & highlight typos in tests