This is an automated email from the ASF dual-hosted git repository.
liubao pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git.
from 861e198 [SCB-506]服务治理相关的事件需要上报 (#678)
new e57c8bc [SCB-194] delete useless file
new 21a959e [SCB-194] fix eclipse compile warnings
new ae25d4b [SCB-194] fix DefaultRegistryInitializer shutdown problem
new 9147c70 [SCB-194] boot from BeanUtils.init will auto scan main class
package
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:
.../main/resources/META-INF/spring/cse.bean.xml | 2 +-
foundations/foundation-common/pom.xml | 19 +++--
.../foundation/common/utils/BeanUtils.java | 40 ++++++++++
.../foundation/common/utils/JvmUtils.java} | 41 ++++++----
.../foundation/common/utils/TestBeanUtils.java | 90 ++++++++++++++++++++++
.../foundation/common/utils/TestJvmUtils.java | 71 +++++++++++++++++
.../main/java/io/vertx/core/impl/SyncContext.java | 2 +-
.../http/TestStandardHttpServletResponseEx.java | 5 --
...stVertxServerResponseToHttpServletResponse.java | 1 -
.../metrics/core/DefaultRegistryInitializer.java | 6 +-
.../core/TestDefaultRegistryInitializer.java | 6 ++
.../META-INF/spring/cse.transport.rest.bean.xml | 25 ------
12 files changed, 253 insertions(+), 55 deletions(-)
copy
foundations/{foundation-vertx/src/main/java/org/apache/servicecomb/foundation/vertx/client/ClientVerticle.java
=>
foundation-common/src/main/java/org/apache/servicecomb/foundation/common/utils/JvmUtils.java}
(51%)
create mode 100644
foundations/foundation-common/src/test/java/org/apache/servicecomb/foundation/common/utils/TestJvmUtils.java
delete mode 100644
transports/transport-rest/transport-rest-client/src/main/resources/META-INF/spring/cse.transport.rest.bean.xml