Chris Hut
Chris Hut
@jzheaux here's a rudimentary test that shows off the issue with Spring Boot 2.7.4 and Jackson 2.13.4: https://github.com/chrisrhut/spring-security-11893 As mentioned by @EvgeniGordeev it can be fixed by adding the `--add-opens`...
@jzheaux I do believe this is something Spring Security is doing incorrectly, but that the failure only manifests in newer JDK's (16 and higher), that have hardened security around reflection...
Update: I came up with a different workaround to set my `configuration.converterProvider()` in a `ThreadLocal` via an `ExecuteListener`. It still feels a _little bit_ jury-rigged but feels like a more...
Thank you for your reply and validation of our approaches so far! I'll take a look into the `Binding` approach, though as you pointed out that comes with an added...
Thanks! Look forward to giving this a try 🙏
(_Edit_ see the update below.) @jzheaux I started to take a look at this over the holiday. I'm a little stymied because I can't reproduce the issue in the `spring-security`...
I found this issue by searching for "CRT path style access". +1 for needing that in a test environment.