Julien Herr
Julien Herr
Without the `log4j-slf4j-impl` dependency, it is working like a charm too because Netty won't use any logger (it doesn't support log4j2 for the moment). But when you introduce a logger...
Awesome! It is working like a charm! Thanks a lot 👍
In fact, it is not working :( Without `jar` ``` [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ graylog2-issue --- Downloading: https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloaded: https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (0 B at 0.0 KB/sec) [INFO] graylog2-issue:graylog2-issue:jar:1.0-SNAPSHOT [INFO] +-...
In fact, I'm able to generate the issue without log4j2-gelf: https://github.com/netty/netty/issues/5806
@joschi After all, it looks something should be done in Graylog. Check comment from @Scottmitch: https://github.com/netty/netty/issues/5806#issuecomment-249382910
Well, the shaded artifact resolves the issue. Maybe the documentation should advise using the shaded artifact if the project has already netty in the classpath.
That's nice but, as I know, it won't work because baseline need at least Flyway Teams 😓 https://documentation.red-gate.com/fd/feature-glossary-165740620.html
I didn't notice baseline command is available, thanks! I will check asap
@fnkbsi I didn't check yet but if the baseline is working, you should be able to remove [this lines](https://github.com/steve-community/steve/blob/master/.github/workflows/main.yml#L37-L39) without breaking the CI. Could you try?
@fnkbsi For historical reason, I think the sources should include [the V1_0_0 baseline](https://github.com/steve-community/steve/pull/1140/files#diff-647a1a98ffe4ec0fb384126b0a3518fb0ff3607e22d0df116212550e90b6d908). WDYT?