Consistent ROLE_INFRASTRUCTURE declarations for internal configuration classes #24509
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
As indicated by #24508, we inconsistently use
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
at the class level of our internal configuration classes: not only affectingProxyTransactionManagementConfiguration
but also AspectJ configuration variants as well asLoadTimeWeavingConfiguration
andMBeanExportConfiguration
. We should sort this out for good and also backport it, even for cases where it does not cause a regression in terms of warn log entries.The text was updated successfully, but these errors were encountered: