Dan Haywood
Dan Haywood
I've raised a PR https://github.com/TNG/ArchUnit/pull/1046 for your consideration.
In the meantime, I've copied out the `TextFileBasedViolationStore` from the associated PR TNG#1046, and I've created my subclass to create deterministic file names: ``` import java.util.ArrayList; import java.util.List; import com.tngtech.archunit.thirdparty.com.google.common.base.Joiner;...
@dependabot ignore this minor version
I've found a bit of a workaround, which is to implement a decorator of DbConnection (following this [blog post](https://www.erikthecoder.net/2019/07/06/automatically-log-all-sql-commands/)) and then write my own CLI which uses Evolve as a...