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/servicecomb-java-chassis.git.
from e413d63 [SCB-1931] fix consumer flag in MicroserviceMeta
new 0c41408 [SCB-1930]When MicroserivceVersions.setInstances continues
fail will cause OOM
new 71fd15c [SCB-1930]using set for priorityproperty cache and remove
unnecessary code
The 2 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:
.../core/definition/MicroserviceVersionsMeta.java | 5 -
.../core/definition/ServiceRegistryListener.java | 5 +-
.../config/inject/ConfigObjectFactory.java | 3 +-
.../config/priority/PriorityProperty.java | 14 ++-
.../config/priority/PriorityPropertyManager.java | 49 ++++-----
.../config/inject/TestConfigObjectFactory.java | 8 --
.../config/priority/TestPriorityProperty.java | 14 ---
.../config/priority/TestPriorityPropertyBase.java | 10 --
.../priority/TestPriorityPropertyManager.java | 109 +++++++++++++++++++++
.../inspector/internal/InspectorBootListener.java | 13 +--
.../inspector/internal/InspectorImpl.java | 3 +-
.../internal/TestInspectorBootListener.java | 1 -
.../inspector/internal/TestInspectorImpl.java | 6 --
13 files changed, 145 insertions(+), 95 deletions(-)
create mode 100644
foundations/foundation-config/src/test/java/org/apache/servicecomb/config/priority/TestPriorityPropertyManager.java