Martin Kamp Jensen
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]...
Any hints to how one should proceed if wanting to implement impersonation and/or privilege escalation with Spring Security 6?
Hi, What is the status of this? It looks pretty interesting to us. We have a product using Spring Boot 3.2 consisting of both legacy code using RESTEasy (via [RESTEasy...
I was getting ready to attempt to contribute a fix, but after cloning the repo and running tests, I'm seeing: ``` [ERROR] Errors: [ERROR] SystemCommandTest.threads:54 » NullPointer Cannot enter synchronized...
Even if disabling the test, it's not enough to just fix the call mentioned above. More work is necessary. Maybe related to other changes in Spring Shell like https://github.com/spring-projects/spring-shell/wiki/Spring-Shell-3.3-Release-Notes