This repository was archived by the owner on May 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/alipay/sofa/rpc/boot/container Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments