bmeier-pros
bmeier-pros
@Stephan202 - not completely, I saw that issue as well, but these are just bare `static final string` constants. For example: ```java public static final String JSON_1 = """ [...
Hi @cushon, That makes some sense, however the original formatting of the two text blocks before applying google-java-format was consistent at 8 spaces indentation for both blocks. This also happened...
Ok, looked at it a bit more. > I suspect the behaviour you're seeing is that there's some logic to start the text block contents at the left margin if...
My preferred formatting for text blocks would be something like: ``` public static final String STRING = """ ... Embedded code and scripts possibly with long lines... """; // the...
Can we split this into metrics 4 and metrics 5 tickets? The change merged only supports metrics 5, we need metrics 4 for Dropwizard 3 and 4 support.
It's always worked this way in my experience - if it can't update the feed or any of the linked sources (OSSINDEX, hosted suppressions, whatever), the plugin errors out, killing...
@OrangeDog very interesting. As far back as I can remember, at least to 6.x, this has been the way it's worked for our builds. We do have failOnError set to...
Our current configuration looks something like this: ``` dependencyCheck { failBuildOnCVSS = 4.0 suppressionFiles = files("**/dependency-check-suppressions.xml") analyzers { experimentalEnabled = false centralEnabled = false // hardcoded to access Maven Central,...
Yes, @guenhter thank you for the suggestion. That plugin works for our use cases currently, though it has some quirks. The official cucumber plugin is apparently not going to be...