Martin Kamp Jensen

Results 6 comments of Martin Kamp Jensen

Hmm, I thought that creating this PR would trigger a build running tests using Travis but that doesn't seem to happen?

I actually ended up using the non-shaded version of `docker-client` (and I seem to be getting away with it as long as I ignore some missinglink stuff, uh oh) because...

> Do you have more info on what the dependency conflict/problems were? Could they have been resolved by making sure your Maven project used the highest jnr version that both...

> One way that you can avoid needing to care about which order you list the dependencies in your pom.xml is to add jnr to the section with the version...

I have also been affected by this issue. My workaround is to exclude both "com.mypackage" and "com/mypackage". Excluding just one of them does not work.

FYI, I just tried upgrading a project from Spring Boot 2.7.4 to 3.0.0-M5. One of the first issues I run into is: ``` [ERROR] /target/generated-sources/protobuf/grpc-java/ServiceGrpc.java:[12,17] error: cannot find symbol [ERROR]...