You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/01/06 05:27:27 UTC

[GitHub] [shardingsphere-elasticjob] wwj-go opened a new issue #1801: What is the use of BeanPostProcessor for ElasticJobBootstrapConfiguration?

wwj-go opened a new issue #1801:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1801


   ## Question
   
   What is the use of BeanPostProcessor for ElasticJobBootstrapConfiguration?
   ```
   public class ElasticJobBootstrapConfiguration implements ApplicationContextAware, BeanPostProcessor {
   ......
   }
   ```
   I find that the class ElasticJobBootstrapConfiguration do not implement any methods in BeanPostProcessor, so is it enough like below? 
   ```
   public class ElasticJobBootstrapConfiguration implements ApplicationContextAware{
   ......
   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] wwj-go closed issue #1801: What is the use of BeanPostProcessor for ElasticJobBootstrapConfiguration?

Posted by GitBox <gi...@apache.org>.
wwj-go closed issue #1801:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1801


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] wwj-go commented on issue #1801: What is the use of BeanPostProcessor for ElasticJobBootstrapConfiguration?

Posted by GitBox <gi...@apache.org>.
wwj-go commented on issue #1801:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1801#issuecomment-755121767


   @TeslaCN I have got it!
   The reason is that the bean which implements BeanPostProcessor will be initialized earlier than normal beans.
   Thanks for your reply !
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #1801: What is the use of BeanPostProcessor for ElasticJobBootstrapConfiguration?

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #1801:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1801#issuecomment-755100333


   You may check what I did in #1696 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org