This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from c263172  Get bean by name, avoid early init other FactoryBean (#8149)
     add 9da9857  [3.0] Support config mode for unique config types (#8150)

No new revisions were added by this update.

Summary of changes:
 .../dubbo/config/AbstractInterfaceConfig.java      |  3 +-
 .../apache/dubbo/config/context/ConfigManager.java | 92 ++++++++++++++--------
 .../Level.java => config/context/ConfigMode.java}  | 41 +++-------
 .../apache/dubbo/rpc/model/ApplicationModel.java   | 37 +++++++--
 .../dubbo/config/context/ConfigManagerTest.java    | 50 ++++++++++++
 .../DubboConfigInitializationPostProcessor.java    | 10 ---
 .../DubboInfraBeanRegisterPostProcessor.java       | 10 +++
 .../DubboConfigurationProperties.java              | 15 ++++
 8 files changed, 177 insertions(+), 81 deletions(-)
 copy dubbo-common/src/main/java/org/apache/dubbo/{common/logger/Level.java => 
config/context/ConfigMode.java} (61%)

Reply via email to