Skip to content

Commit 3aab05e

Browse files
authored
manualReadinessCallbackMap remove classLoader when uninstall biz component (#1360)
Signed-off-by: JermaineHua <[email protected]>
1 parent c8e77a7 commit 3aab05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sofa-boot-project/sofa-boot-core/runtime-sofa-boot/src/main/java/com/alipay/sofa/runtime/SofaRuntimeProperties.java

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public static void unRegisterProperties(ClassLoader classLoader) {
136136
skipAllComponentShutdownMap.remove(classLoader);
137137
skipCommonComponentShutdownMap.remove(classLoader);
138138
extensionFailureInsulatingMap.remove(classLoader);
139+
manualReadinessCallbackMap.remove(classLoader);
139140
}
140141

141142
public static Boolean isSkipJvmSerialize(ClassLoader classLoader) {

0 commit comments

Comments
 (0)