Commit Graph
23 Commits
Author SHA1 Message Date
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 9edab88267 refactor: optimize import 2026-01-18 23:49:41 +08:00
ReaJason c27c580943 chore: upgrade deps 2025-12-16 21:55:21 +08:00
ReaJason 6582ab87c0 fix: throwable.printStackTrace not removed in debug off mode 2025-12-16 21:55:21 +08:00
ReaJason f1d42a9b3c fix: wrong jetty handler will disrupt service 2025-12-08 01:43:41 +08:00
ReaJason b725ca3e67 refactor: use processors 2025-12-08 01:43:41 +08:00
ReaJason d4e7a25255 feat: support GroovyTransformJar packer 2025-12-08 01:43:41 +08:00
ReaJason 17a8f529a0 feat: support AbstractTranslet packer 2025-11-20 00:36:25 +08:00
ReaJason 5ee604f4a0 feat: support scriptEngineJar packer 2025-11-20 00:36:25 +08:00
ReaJason 5c27b8062d test: add static block self constructor testcase 2025-11-20 00:36:25 +08:00
ReaJason b7ede0f745 fix: rename lambda className failed 2025-09-12 22:51:50 +08:00
ReaJason 0626657991 fix: custom shell not supported for listener and valve vistor 2025-09-12 22:51:50 +08:00
ReaJason a37949e8cc fix: e.printStackTrace() not remove from <init> when debugOff 2025-08-14 18:53:27 +08:00
ReaJason 829b0e8be7 refactor: rm static block for better life 2025-08-13 23:53:40 +08:00
ReaJason 13be57e66d feat: support probe shell generation 2025-08-13 23:53:40 +08:00
ReaJason 2f8ab27ee2 build: rm memshell-party-bom module 2025-08-13 23:53:40 +08:00
ReaJason 59f2ac5f37 build: use Kotlin DSL 2025-06-07 13:31:18 +08:00
ReaJason 9927e6b7fb refactor: build valve and listener shell when generate 2025-06-07 13:31:18 +08:00
ReaJason ba690268e7 fix: Jakarta WebSocket not work 2025-05-28 01:22:54 +08:00
ReaJason d4df2f6ed7 feat: support AgentAttacher Packer 2025-05-28 01:22:54 +08:00
ReaJason ba9424c97e feat: support command encryptor 2025-05-14 00:34:32 +08:00
ReaJason d8079e5d0f fix: SpringBoot Tomcat Shell Inject failed 2025-04-23 00:10:48 +08:00
ReaJason e05d8ac106 refactor: rename modules 2025-04-06 13:55:17 +08:00