You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/24 04:16:49 UTC

[GitHub] [dubbo] aliuql opened a new issue, #11007: DubboConfigDefaultPropertyValueBeanPostProcessor's order

aliuql opened a new issue, #11007:
URL: https://github.com/apache/dubbo/issues/11007

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.0.12
   * Operating System version: windows 10
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   
   1.  DubboConfigDefaultPropertyValueBeanPostProcessor#processBeforeInitialization 's execute point may be just before CommonAnnotationBeanPostProcessor#processBeforeInitialization(whose order is Ordered.LOWEST_PRECEDENCE - 3), can be change to Ordered.LOWEST_PRECEDENCE - 4?   Ordered.LOWEST_PRECEDENCE + 1 at present.
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] aliuql closed issue #11007: DubboConfigDefaultPropertyValueBeanPostProcessor's order

Posted by GitBox <gi...@apache.org>.
aliuql closed issue #11007: DubboConfigDefaultPropertyValueBeanPostProcessor's order
URL: https://github.com/apache/dubbo/issues/11007


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org