This project is a minimal setup depending only on spring-context
but
mimicking closely the mess that you get into with
@EnableTransactionManagement
(spring-tx
) or
@EnableGlobalMethodSecurity
(spring-security
). These annotations
lead to registration of an InfrastructureAdvisorAutoProxyCreator
which is responsible for locating the Advisor
bean that provides the
enabled feature. The mess is caused by aggressive bean instantiation
in that component which can cause cascades of unsafe bean instantation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/html, | |
<style type="text/css"> | |
#e { | |
position:absolute; | |
top:0; | |
right:0; | |
bottom:0; | |
left:0; | |
font-size:16px; | |
} |