Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 64635b8

Browse files
leizhiyuanujjboy
authored andcommitted
Update version to v5.5.1 (#158)
1 parent 248203f commit 64635b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sofa-boot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dubbo_version>2.4.10</dubbo_version>
2424
<cxf.version>3.0.14</cxf.version>
2525
<skipTests>false</skipTests>
26-
<rpc.all.version>5.4.7</rpc.all.version>
26+
<rpc.all.version>5.5.1</rpc.all.version>
2727
</properties>
2828

2929
<dependencies>

sofa-boot-core/src/main/java/com/alipay/sofa/rpc/boot/container/RegistryConfigContainer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ public RegistryConfig getRegistryConfig(String registryAlias) throws SofaBootRpc
126126
registryConfigs.put(registryAlias, registryConfig);
127127
//不再处理以.分隔的.
128128
final Environment environment = sofaBootRpcProperties.getEnvironment();
129-
if (environment.containsProperty(SofaOptions.CONFIG_RPC_REGISTER_CONFREG_IGNORE)) {
129+
if (environment.containsProperty(SofaOptions.CONFIG_RPC_REGISTER_REGISTRY_IGNORE)) {
130130
if (Boolean.TRUE.toString().equalsIgnoreCase(
131-
environment.getProperty(SofaOptions.CONFIG_RPC_REGISTER_CONFREG_IGNORE))) {
131+
environment.getProperty(SofaOptions.CONFIG_RPC_REGISTER_REGISTRY_IGNORE))) {
132132
registryConfig.setRegister(false);
133133
}
134134
}

0 commit comments

Comments
 (0)