mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
As described in https://issues.redhat.com/browse/WFLY-15478, Wildfly 25.0.0.Final rejects all requests that use basic auth with a 401 response. 25.0.0.Final is, at the time of writing, the latest available Wildfly Docker image so we need to downgrade to 24.0.0.Final. Closes gh-28956