We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@EnableAspectJAutoProxy
@Transactional
@PropertySource
@Scope
DefaultSingletonBeanRegistry
@DependsOn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@EnableAspectJAutoProxy
needs to be redeclared for each application context [SPR-14753] Spring MVC and AOP: @EnableAspectJAutoProxy needs to be redeclared for each application context [SPR-14753] #19319@Transactional
.isolation does not guarantee the specified isolation level [SPR-16463] Doc: @Transactional.isolation does not guarantee the specified isolation level [SPR-16463] #21008@Transactional
with AspectJ [SPR-16552] Incorrect description for class-level @Transactional with AspectJ [SPR-16552] #21095@PropertySource
meta-annotation not detected next to direct annotation [SPR-16592] Doc: @PropertySource meta-annotation not detected next to direct annotation [SPR-16592] #21134@Scope
not inherited from base class [SPR-16602] Doc: @Scope not inherited from base class [SPR-16602] #21143DefaultSingletonBeanRegistry
[SPR-16620] #21161@DependsOn
throws a NoSuchBeanDefinitionException it should include the dependent bean for clarity [SPR-16628] When @DependsOn throws a NoSuchBeanDefinitionException it should include the dependent bean for clarity [SPR-16628] #21169The text was updated successfully, but these errors were encountered: