This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git.
from b3d74c3 Fix some typos (#5501)
new 2d2341e [Dubbo-5495] Services can't be exported for projects driven
by annotation but with EnableDubbo/EnableDubboLifecycle not enabled (#5496)
new 7214308 [Dubbo-5495] The dubbo services can't be exported (#5503)
new 4848762 coordinate spring and dubbo shutdown hook. (#5504)
new 7e4b2f3 Fix multi protocol does not work when referencing in
ProviderConfig (#5498)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/dubbo/config/ReferenceConfigBase.java | 3 +
.../org/apache/dubbo/config/ServiceConfigBase.java | 6 ++
.../org/apache/dubbo/config/DubboShutdownHook.java | 6 +-
.../org/apache/dubbo/config/ServiceConfig.java | 2 +-
.../dubbo/config/bootstrap/DubboBootstrap.java | 10 ++-
.../ServiceAnnotationBeanPostProcessor.java | 11 +++-
.../context/DubboBootstrapApplicationListener.java | 63 +++++++++++++++++++
...DubboLifecycleComponentApplicationListener.java | 60 +++++++-----------
...meExecutionApplicationContextEventListener.java | 71 ++++++++++++++++++++++
.../DubboLifecycleComponentRegistrar.java | 2 +
.../spring/extension/SpringExtensionFactory.java | 18 ------
.../spring/schema/DubboBeanDefinitionParser.java | 3 +-
.../spring/schema/DubboNamespaceHandler.java | 11 ++--
.../spring/util/ApplicationContextUtils.java | 60 ------------------
.../beans/factory/ServiceBeanPostProcessor.java | 37 -----------
.../ServiceAnnotationTestConfiguration.java | 6 --
.../spring/context/annotation/EnableDubboTest.java | 6 --
.../annotation/provider/ProviderConfiguration.java | 6 --
.../spring/util/ApplicationContextUtilsTest.java | 46 --------------
19 files changed, 194 insertions(+), 233 deletions(-)
create mode 100644
dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/context/DubboBootstrapApplicationListener.java
create mode 100644
dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/context/OneTimeExecutionApplicationContextEventListener.java
delete mode 100644
dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/util/ApplicationContextUtils.java
delete mode 100644
dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/beans/factory/ServiceBeanPostProcessor.java
delete mode 100644
dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/util/ApplicationContextUtilsTest.java