Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 3e37933

Browse files
committed
Polish "Trigger method security processing on all beans"
See gh-1314
1 parent 7101c15 commit 3e37933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-aot/src/main/java/org/springframework/security/PrePostSecuredNativeConfigurationProcessor.java

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ private static boolean isPrePostSecured(Class<?> type, SearchStrategy strategy)
8686
static class Processor {
8787

8888
void process(ConfigurableListableBeanFactory beanFactory, NativeConfigurationRegistry registry) {
89-
9089
new BeanFactoryProcessor(beanFactory).processBeans(
9190
(beanType) -> isPrePostSecured(beanType, SearchStrategy.TYPE_HIERARCHY),
9291
(beanName, beanType) -> {

0 commit comments

Comments
 (0)