You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sofa-boot-project/sofa-boot-core/ark-sofa-boot/src/main/java/com/alipay/sofa/boot/ark/invoke/DynamicJvmServiceProxyFinder.java
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -251,13 +251,8 @@ public static Biz getBiz(SofaRuntimeManager sofaRuntimeManager) {
251
251
if (getInstance().bizManagerService == null) {
252
252
returnnull;
253
253
}
254
-
255
-
for (Bizbiz : getInstance().bizManagerService.getBizInOrder()) {
256
-
if (biz.getBizClassLoader().equals(sofaRuntimeManager.getAppClassLoader())) {
Copy file name to clipboardExpand all lines: sofa-boot-project/sofa-boot-core/ark-sofa-boot/src/test/java/com/alipay/sofa/boot/ark/MockBizManagerService.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,11 @@ public Biz getBizByIdentity(String s) {
0 commit comments