File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/com/alipay/hessian Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.alipay.sofa</groupId >
6
6
<artifactId >hessian</artifactId >
7
- <version >3.3.10 </version >
7
+ <version >3.3.11 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >${project.groupId} :${project.artifactId} </name >
Original file line number Diff line number Diff line change @@ -38,8 +38,10 @@ public class NameBlackListFilter implements ClassNameFilter {
38
38
39
39
private static Logger judgeLogger () {
40
40
41
+ //user can use a specify class to do some extra info in static
41
42
try {
42
- NameBlackListFilter .class .getClassLoader ().loadClass ("com.alipay.sofa.common.log.LoggerSpaceManager" );
43
+ Class .forName ("com.alipay.sofa.middleware.log.ConfigLogFactory" , true ,
44
+ NameBlackListFilter .class .getClassLoader ());
43
45
} catch (Throwable e ) {
44
46
//do nothing
45
47
return null ;
You can’t perform that action at this time.
0 commit comments