Commit Graph
226 Commits
Author SHA1 Message Date
ReaJason 5afa5da5f3 feat: support jetty agent shell (#19)
1. hook point is org.eclipse.jetty.servlet.ServletHandler.doHandle
2. it doesn't support jetty6, org.mortbay.jetty.servlet.ServletHandler#handle, because ldc visit cannot support java1.4
2025-01-09 01:04:31 +08:00
ReaJason 1f272e1dc9 docs: update README 2025-01-08 00:03:05 +08:00
ReaJason 7aeeb6d6db ci: update badge 2025-01-07 15:39:06 +00:00
ReaJason 09ee91fd34 feat: support undertow agent shell (#21)
1. hook point is io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest, resolved #21
2. fix godzilla payload error in some module system that cost my five hour to debug
2025-01-07 23:26:59 +08:00
ReaJason eb05735dda ci: update badge 2025-01-07 13:27:17 +00:00
ReaJason 6e8a1f7965 ci: was7 failed 2025-01-07 21:18:32 +08:00
ReaJason cf8b2793bf test: unit test npe 2025-01-07 20:44:05 +08:00
ReaJason d6570007cc feat: support resin agnet shell(#20)
hook point is com.caucho.server.dispatch.FilterFilterChain.doFilter (resolved #20)
2025-01-07 20:28:51 +08:00
ReaJason 37733e0b98 feat: support jbossas agent shell 2025-01-07 10:02:51 +08:00
ReaJason 9ce0e182ba test: add nettyHandler test 2025-01-07 10:02:51 +08:00
ReaJason 4b391955e4 feat: use ldc and reflection (#26)
1. remove servlet-api dependency
2. remove class reference (resolved #26), but it doesn't work for java4
2025-01-07 10:02:51 +08:00
ReaJason 507061a258 fix: change weblogic agent hook 2025-01-07 10:02:51 +08:00
ReaJason ff40e5c3fb fix: was7 agent shell fail sometime 2025-01-07 10:02:51 +08:00
ReaJason 72b4effa35 ci: update badge 2025-01-05 07:54:03 +00:00
ReaJason 0f47ce3d0a docs: update CONTRIBUTING 2025-01-05 15:44:57 +08:00
ReaJason 475fca0221 feat: support webflux netty shell (#8) 2025-01-05 15:44:43 +08:00
ReaJason 0b2eea91ab test: add websphere7 integration test (resolved #16) 2025-01-04 23:24:11 +08:00
ReaJason 90f848d4f7 docs: update README 2025-01-04 11:26:41 +08:00
ReaJason 768fc76ac6 ci: update badge 2025-01-04 03:24:26 +00:00
ReaJason 3d9534a402 ci: websphere agent test failed 2025-01-04 11:18:03 +08:00
ReaJason 514cc4ff30 fix: build error 2025-01-04 10:51:45 +08:00
ReaJason 7778ec3f5e ci: only support manually push 2025-01-04 10:48:57 +08:00
ReaJason 6026eb9165 feat: support was and weblogic agent shell 2025-01-03 22:05:54 +08:00
ReaJason 550ea678e5 feat: tomcat agent support jdk6 2025-01-03 02:16:51 +08:00
ReaJason ceacef5cf3 ci: update badge 2025-01-02 17:32:12 +00:00
ReaJason 061b51b9b1 fix: boot jar dependencies copy error 2025-01-03 01:25:45 +08:00
ReaJason 1c3948d9a9 ci: update badge 2025-01-02 16:50:43 +00:00
ReaJason a8728a6e33 fix: spring shell generate error 2025-01-03 00:43:03 +08:00
ReaJason dd5b7c0366 feat: support tomcat agent shell (resolved #12) 2025-01-03 00:25:56 +08:00
ReaJason 7e3bd95a2c style(ui): unify font size 2024-12-31 12:07:56 +08:00
ReaJason 692d16f9a4 fix: copyToClipboard button not work 2024-12-31 11:41:08 +08:00
ReaJason 8f7884ce48 ci: add unit test for boot 2024-12-31 01:21:21 +08:00
ReaJason fb421e48ee fix: boot run failed 2024-12-30 23:20:16 +08:00
ReaJason 8e8b344bdd docs: update 2024-12-28 01:11:23 +08:00
ReaJason e99f2e13b4 docs: update README 2024-12-28 01:03:23 +08:00
ReaJason 50228c854d ci: update badge 2024-12-27 16:58:31 +00:00
ReaJason c0231c7fc4 refactor: simplify code 2024-12-28 00:52:28 +08:00
ReaJason 8784c7556e feat: support apusic shell generate (#10) 2024-12-27 20:39:09 +08:00
ReaJason c1d22394de docs: update screenshot [skip ci] 2024-12-27 01:02:02 +08:00
ReaJason 30a71006b1 docs: update README 2024-12-27 00:57:59 +08:00
ReaJason 883a9d29ef docs: update README 2024-12-27 00:45:54 +08:00
ReaJason 4702806117 ci: update badge 2024-12-26 15:52:46 +00:00
ReaJason da182a8df5 feat: support tongweb shell generate (resolved #11) 2024-12-26 23:45:58 +08:00
ReaJason ab0b6131f0 perf: support bes symbol name 2024-12-26 21:54:18 +08:00
ReaJason 526d610ecc refactor: rename [skip ci] 2024-12-26 21:46:21 +08:00
ReaJason 6c42417adf ci: update badge 2024-12-26 13:40:42 +00:00
ReaJason b995f301ab fix: glassfish7 listener failed 2024-12-26 21:34:26 +08:00
ReaJason 381ddcb5d6 docs: update README 2024-12-26 21:19:51 +08:00
ReaJason d761b6f1fb feat: support bes shell generate (#9) 2024-12-26 21:19:51 +08:00
ReaJason 73d2f80658 refactor: simplify code 2024-12-26 21:19:51 +08:00