Skip to content
Snippets Groups Projects
Commit 269525f4 authored by Mykyta Savchuk's avatar Mykyta Savchuk
Browse files

rename core BeanFactoryPostProcessor

parent 7d28f666
No related branches found
No related tags found
1 merge request!514notifySubscriber() sometimes generates invalid signature (HMAC)
Pipeline #268107 failed
......@@ -23,7 +23,7 @@ import org.springframework.context.support.SimpleThreadScope;
public class ScopeConfig {
@Bean
public static BeanFactoryPostProcessor beanFactoryPostProcessor() {
public static BeanFactoryPostProcessor coreBeanFactoryPostProcessor() {
return beanFactory -> beanFactory.registerScope("SimpleThreadScope", new SimpleThreadScope());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment