332 Commits
Author SHA1 Message Date
ReaJason 4a990b7e0c refactor: simplify BES getContext code 2026-08-30 21:19:42 +08:00
ReaJason 493e540984 fix: custom shell with jsr/ret generate failed 2026-08-30 21:19:42 +08:00
ReaJason c641a92557 fix: SpringBoot4 WebFlux Base64Utils not found 2026-08-30 21:19:42 +08:00
ReaJason 244bbd910a fix: webfilter and handler broken business 2026-08-30 21:19:42 +08:00
ReaJason 17627d5134 chore: add bes tongweb boot info 2026-08-30 21:19:42 +08:00
ReaJason 9af244408b feat: support tongweb 7 embedded shell 2026-08-30 21:19:42 +08:00
su18 d4c6473543 feat(bes): add BES 10/11 context discovery via AppServer-utility thread
Docker Build Test / docker-build-test (push) Canceled after 0s
MemShell IntegrationTest / jenkins (push) Canceled after 0s
MemShell IntegrationTest / xxljob (push) Canceled after 0s
MemShell IntegrationTest / dubbo (push) Canceled after 0s
MemShell IntegrationTest / springwebmvc (push) Canceled after 0s
MemShell IntegrationTest / springwebflux (push) Canceled after 0s
MemShell IntegrationTest / struts2 (push) Canceled after 0s
MemShell IntegrationTest / tomcat (push) Canceled after 0s
MemShell IntegrationTest / glassfish (push) Canceled after 0s
MemShell IntegrationTest / jbosseap (push) Canceled after 0s
MemShell IntegrationTest / payara (push) Canceled after 0s
MemShell IntegrationTest / wildfly (push) Canceled after 0s
MemShell IntegrationTest / jetty (push) Canceled after 0s
MemShell IntegrationTest / weblogic (push) Canceled after 0s
MemShell IntegrationTest / jbossas (push) Canceled after 0s
MemShell IntegrationTest / resin (push) Canceled after 0s
MemShell IntegrationTest / geronimo (push) Canceled after 0s
MemShell IntegrationTest / websphere7 (push) Canceled after 0s
MemShell IntegrationTest / websphere (push) Canceled after 0s
Unit-Test / UniteTest (push) Canceled after 0s
2026-08-25 22:07:33 +08:00
ReaJason 65d0b17fe2 fix: payara 6/7 shell not work 2026-08-03 23:54:06 +08:00
ReaJason f19fe37c36 fix: weblogic 12/14 websocket connnect failed 2026-08-03 23:54:06 +08:00
ReaJason 2ec3218e72 feat: support weblogic websocket and weblogic 15.1.1.0 2026-08-03 23:54:06 +08:00
ReaJason a8cb4c68bc fix: glassfish7/8 jdk21 shell failed 2026-08-03 23:54:06 +08:00
ReaJason 29c19a318f feat: suitable for xxl-job < 2.2.0 #151 2026-08-03 23:54:06 +08:00
zema1 556c9d63ff fix: harden suo5v2 tunnel lifecycle 2026-08-03 23:54:06 +08:00
ReaJason 8f2024917c refactor: simplify config api 2026-08-03 23:54:06 +08:00
ReaJason 1243e59ac2 feat: support resin2 and jetty5 2026-08-03 23:54:06 +08:00
ReaJason 404d62c6ef test: add Geronimo/Jetty 7.1 cases 2026-06-28 21:22:31 +08:00
ReaJason 08200e0560 feat: support godzilla dubbo xor_base64 shell 2026-06-28 21:22:31 +08:00
su18 4d04aed4fb feat(jetty): add Winstone-Jetty and Geronimo-Jetty context discovery support 2026-06-13 02:38:25 +08:00
ReaJason 8664e0d45a fix: tongweb 7.0.4.9 probe fail 2026-05-24 22:28:22 +08:00
ReaJason 59dc5ba5fc fix: bes11 probe failed 2026-05-24 22:28:22 +08:00
ReaJason b0800f0a0b fix: rename struct2 -> struts2 2026-05-24 22:28:22 +08:00
ReaJason d10323a054 feat: support Alibaba & Apache dubbo service 2026-04-26 21:33:15 +08:00
ReaJason 016d0d5bbe chore: use tomcat-embed-core dep 2026-04-26 21:33:15 +08:00
ReaJason 666aed90c3 feat: support command base64 encryptor 2026-04-26 21:33:15 +08:00
ReaJason 1643a97a92 fix: proxy OOM 2026-03-30 21:26:45 +08:00
ReaJason 0d20cf4254 feat: support resin2 agent shell 2026-02-08 20:44:00 +08:00
ReaJason fddfc19ec5 refactor: use Suo5V2Loader 2026-02-08 20:44:00 +08:00
zema1 0fccf65d1b feat: sync suo5 v2.1.0 2026-02-08 20:44:00 +08:00
ReaJason 282847d0a8 refactor: simplify code 2026-02-08 20:44:00 +08:00
ReaJason a044e3777b feat: add postProcessBytes for ByteBuddyShellGenerator 2026-02-08 20:44:00 +08:00
ReaJason 4c8343c86f fix: method body write failed with jakarta renamed
ByteBuddy Advice cache the class method list at first, the method signature will be changed when use jakarta rename, if follow advice need enhance the javax method, it will not find method signature. because ByteBuddy cached javax method, but follow advice need find the jakarta method, boom~
2026-02-08 20:44:00 +08:00
ReaJason 0279d6cc0b fix: NPE 2026-01-18 23:49:41 +08:00
ReaJason 4ec1f06362 feat: support ws proxy 2026-01-18 23:49:41 +08:00
ReaJason 548990b7cc refactor: change godzilla websocket base64 to raw 2026-01-18 23:49:41 +08:00
ReaJason 5b0305be37 feat: add proxy ws 2026-01-18 23:49:41 +08:00
ReaJason 8a059d9b6f docs: add websocket usage 2026-01-18 23:49:41 +08:00
ReaJason 5b5c225edb feat: support Tomcat Command WebSocketBypassNginx 2026-01-18 23:49:41 +08:00
ReaJason 9edab88267 refactor: optimize import 2026-01-18 23:49:41 +08:00
ReaJason 34f77c134a feat: add jakarta-api deps 2026-01-18 23:49:41 +08:00
ReaJason 5bb6e42b3c feat: shellConfig support set isJakarta field 2026-01-18 23:49:41 +08:00
ReaJason e9dfd5085e fix: NPE 2026-01-12 02:12:34 +08:00
ReaJason c51b4e11dc fix: context not found test not work 2026-01-12 02:12:34 +08:00
ReaJason 726690ede1 feat: support FilterProbe generate 2026-01-12 02:12:34 +08:00
ReaJason 29852ecf55 refactor: simplify code 2026-01-12 02:12:34 +08:00
ReaJason 36085b3c93 feat: support servletNameFilter 2026-01-12 02:12:34 +08:00
ReaJason 729dd8d166 feat: support servletNameFilter for WebLogicFilterProbe 2026-01-12 02:12:34 +08:00
ReaJason 12f9dbe432 feat: support servletNameFilter for UndertowFilterProbe 2026-01-12 02:12:34 +08:00
ReaJason 80f91f9d6f feat: support servletNameFilter for GlassFishFilterProbe 2026-01-12 02:12:34 +08:00
ReaJason ee07687b4f feat: support servletNameFilter for JettyFilterProbe 2026-01-12 02:12:34 +08:00
ReaJason 9d5c5a1ddf feat: support servletNameFilter for TomcatFilterProbe 2026-01-12 02:12:34 +08:00