kylixs opened a new pull request #9083:
URL: https://github.com/apache/dubbo/pull/9083


   ## What is the purpose of the change
   
   * Auto start module when start by `ServiceConfig.export()` or 
`ReferenceConfig.get()`, the purpose is to trigger the module's started event.
   * Ensure init and start internal module first no matter how it is started. 
There are currently three startup methods: start by application, start by 
module, start by config API.
   * Remove `ServiceConfig.exportOnly()` , replace with 
`ServiceConfig.export()` .
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to