Michael Düsterhus
Michael Düsterhus
I have the same issue: `1.0.0.Alpha8 0.7.7.201606060606 ` Caused by: java.lang.StackOverflowError [artifact:mvn] at org.jboss.arquillian.extension.jacoco.container.ArquillianRuntime.$jacocoInit(ArquillianRuntime.java) [artifact:mvn] at org.jboss.arquillian.extension.jacoco.container.ArquillianRuntime.getInstance(ArquillianRuntime.java) [artifact:mvn] at org.jboss.arquillian.extension.jacoco.container.ArquillianRuntime.$jacocoInit(ArquillianRuntime.java) [artifact:mvn] at org.jboss.arquillian.extension.jacoco.container.ArquillianRuntime.getInstance(ArquillianRuntime.java) [artifact:mvn] at org.jboss.arquillian.extension.jacoco.container.ArquillianRuntime.$jacocoInit(ArquillianRuntime.java) [artifact:mvn] at org.jboss.arquillian.extension.jacoco.container.ArquillianRuntime.getInstance(ArquillianRuntime.java) [artifact:mvn]...
It would be great if flyway-core would not depend on new dependencies that are only used for optional features. Reporting is in my opinion not part of core and should...
Anyone found already a solution for the NplusOne Stacktrace detection with hibernate 6.2? Looks like the parts that this tool was looking for are not there anymore in the stacktrace....
I know that IGuardClauseCommand isn't ideal, so my implementation used some ugly tweaks to get around the interface limitation. Thats also the reason why I didn't yet provide any testing...
We use the jq command tool to delete contents from the generated bom: "jq 'del(.dependencies, .metadata, .components[].properties, .components[].hashes, .components[].scope, .components[].swid, .components[].cpe) | " + "del(.components[] | try .externalReferences[] | select(.type...