Skip to content

DataTargetVisitor should be package private to support AOT #17561

@jzheaux

Description

@jzheaux

AuthorizeProxyDataConfiguration exposes a private class as a bean:

@Bean
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
DataTargetVisitor dataTargetVisitor() {
	return new DataTargetVisitor();
}

This needs to change to package-private so that the generated AOT class can construct the bean without reflection.

Metadata

Metadata

Assignees

Labels

in: configAn issue in spring-security-configtype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions