Craig P. Motlin
Craig P. Motlin
Thanks for the answer, I will try it out.
I'm using this locally by running ```xml maven-checkstyle-plugin 3.4.1-SNAPSHOT ``` and it's working great for me. Any chance of getting it released? I'd love to start using SARIF from our...
Checking again whether this might be released soon. I'm considering releasing this under a different groupID so I can start using it.
🤦 thank you, I will try this tomorrow
I've tried different combinations, and I can't get quoting to work. When I put quotes around the table name in xml... ```xml Parameter "PARAMETER" ``` ... the generated java code...
Using Reladomo 18.1.0, when I use `columnName="\"id\""` I get generated invalid generated code in a few places, including the *DatabaseObjectAbstract class. ```java public String getPrimaryKeyWhereSql() { return "\"id\" = ?";...
I was able to upgrade to H2 version 2. - I had to downgrade to Reladomo 18.0.0 - I quoted every identifier in every Reladomo definition xml, every table name...
> @motlin I'm thinking we should probably merge this after [eclipse-collections/eclipse-collections/pulls](https://github.com/eclipse-collections/eclipse-collections/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aopen), alongside the Verify uplift? I tried cherry picking the JUnit 5 changes on top and they don't compile, because...
@donraab I think that https://github.com/eclipse-collections/eclipse-collections/pull/1729 is basically ready to go but that this one ought to land first. WDYT?
@donraab I have no implementation plan for Verify. I just want to increase test coverage of the API. When we change it, whether we break source compatibility or preserve it,...