Skip to content

Commit 1d80731

Browse files
committed
feat: support suo5 v2 jetty customizer
1 parent aa1e9b2 commit 1d80731

File tree

2 files changed

+1124
-0
lines changed

2 files changed

+1124
-0
lines changed

generator/src/main/java/com/reajason/javaweb/memshell/ServerFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ public class ServerFactory {
208208
.addShellClass(WEBLOGIC_AGENT_SERVLET_CONTEXT, Suo5v2.class)
209209
.addShellClass(WAS_AGENT_FILTER_MANAGER, Suo5v2.class)
210210
.addShellClass(ACTION, Suo5v2Struct2Action.class)
211+
.addShellClass(CUSTOMIZER, Suo5v2JettyCustomizer.class)
211212
.build());
212213

213214
addToolMapping(ShellTool.NeoreGeorg, ToolMapping.builder()

0 commit comments

Comments
 (0)