Skip to content

v3.0.2 reinstante previous behaviour wrt SecurityFilterChain

Latest
Compare
Choose a tag to compare
@j0xaf j0xaf released this 18 Aug 10:25
· 2 commits to main since this release
1ca55ad

v3.0.1 introduced an incompatible change in the WebSecurityAutoConfiguration: @ConditionalOnMissingBean was applied to the SecurityFilterChain-Bean, leading to unexpected behaviour in downstream consumers. This release reinstates the previous behaviour.

If applications want to replace the WebSecurityAutoConfiguration completely, they can do so by deactivating WebSecurityAutoConfiguration via spring.autoconfigure.exclude and replacing it with a single instance of their own, if required.