cachescrubber
cachescrubber
I upgraded the other jaxb2-commons plugins in https://github.com/javaee/jaxb2-commons/pull/46. Actually no big changes necessary besides the obvious dependency upgrades.
I just stumbled upon this ... Try to add a mount entry to `colima.yaml` ``` mounts: - location: /Volumes/Git writable: true ``` After restarting Colima I am able to bind-mount...
Just realized it is part of the FAQ - https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#issue-with-docker-bind-mount-showing-empty
Thanks @dokoeur! I had the same Issue. Slightly other class mismatch, but the same root cause. ``` 2023-06-05T17:23:47.850+02:00 INFO 12373 --- [ restartedMain] org.joinfaces.ClasspathScanUtil : Loading prepared scan result took...
Hi @gregturn, afaik spring-boot 3.2 release is scheduled for this autumn - imo this issue alone would justify a 4.1.0 release. I would really like to see spring-boot 3.2 dependency...
I should have explained in more depth why I think spring-ws should pick up wss4j 3.0.0, even at the cost of a new minor release. The main reason I still...
Hi @gregturn thanks for coming back to this. I actually have no spring-ws-security use case which breaks because of not having Jakarta EE 9+ version of wss4j. (We are using...
Hi @corneil - could you please have a look into this issue? I boils down to a decision whether to - continue to ignore wss4j > 3.x (4.x is already...
FWIMC. I think currently the most effective way for an application using `spring-ws-security` to use up to date, consistent and secure wss4j dependencies, would be to add a maven **dependencyManagement**...