test: add websphere7 integration test (resolved #16)

This commit is contained in:
ReaJason
2025-01-04 23:24:11 +08:00
parent b8116ac0a5
commit d511a8346f
5 changed files with 93 additions and 5 deletions
@@ -21,7 +21,7 @@ public class GeneratorMain {
public static void main(String[] args) throws IOException {
ShellConfig shellConfig = ShellConfig.builder()
.server(Server.WebLogic)
.server(Server.WebSphere)
.shellTool(ShellTool.Command)
.shellType(WebSphereShell.AGENT_FILTER_MANAGER)
.targetJreVersion(Opcodes.V1_6)