Thorsten Schöning

Results 5 comments of Thorsten Schöning

> The disadvantage is that they cannot be created across drive letters, but this is an acceptable limitation. Are you sure about that? [MS docs and examples](https://learn.microsoft.com/en-us/windows/win32/fileio/hard-links-and-junctions#junctions) read different to...

I'm seeing the same problem and am no longer able to log SQL in a Spring Boot application as well. Though, in your command line you are using `--logLevel`. Does...

> I've found a way to work around this problem with custom code[...] I have [exactly the same use-case](https://github.com/liquibase/liquibase/issues/1200#issuecomment-1119673965). Do you mind sharing your idea about your workaround to us...

There seem to be multiple different build problems related to the OSS version: https://github.com/sonatype/nexus-public/issues/280

I've ran into the same problem with a config missing the `layout` attribute: ```yaml styleConfigs: - org.openrewrite.java.style.ImportLayoutStyle: classCountToUseStarImport: 999 nameCountToUseStarImport: 999 ```