Phillip Webb
Phillip Webb
I've managed to find some time to dig into this today and unfortunately we have more than just the "zip file closed" issue to solve. I patched a local build...
Hacked up code is at https://github.com/philwebb/spring-boot/tree/gh-28837
For anyone watching this issue I just pushed a fix for #29356 which should allow `` to work.
> For anyone watching this issue I just pushed a fix for #29356 which should allow `` to work. Unfortunately the fix caused regressions so we're going to need to...
> Has this BUG been forgotten?It's been a long time. No it's not been forgotten, we just don't have an easy way to fix it and we have limited bandwidth.
I think the problem we have is that we can't actually reset `java.awt.headless` once a call to `GraphicsEnvironment.isHeadless` has been called. The `GraphicsEnvironment` caches the value in a `private static...
It looks like this is an issue that's been triggered by the fix for https://github.com/spring-projects/spring-security/issues/10554. If I update the sample with snapshot repos, downgrade to Spring Boot 2.6.3 and add...
I've opened https://github.com/spring-projects/spring-security/issues/10779 which you may want to subscribe to. Thanks for raising the issue.
Reopening because it struck me that we didn't have any test in 3.0.x fail so it would be good to add one.