Commit Graph

58 Commits (1bfda2b8277cd6b5ce59cfc1f4e450df72c5a05a)

Author SHA1 Message Date
hengyunabc 1c97b1a7cc [maven-release-plugin] prepare for next development iteration
hengyunabc feac3a4825 [maven-release-plugin] prepare release arthas-all-3.3.9
hengyunabc 9046dbb932 [maven-release-plugin] prepare for next development iteration
hengyunabc e347fd7fda [maven-release-plugin] prepare release arthas-all-3.3.8
hengyunabc e9386539f4 [maven-release-plugin] prepare for next development iteration
hengyunabc 30b0f5f0d7 [maven-release-plugin] prepare release arthas-all-3.3.7
hengyunabc 94b95b2ab6 fix jsr problem.
hengyunabc 979095320a [maven-release-plugin] prepare for next development iteration
hengyunabc a4002e95c1 [maven-release-plugin] prepare release arthas-all-3.3.6
hengyunabc ebce251f6e [maven-release-plugin] prepare for next development iteration
hengyunabc 34bdad780a [maven-release-plugin] prepare release arthas-all-3.3.5
hengyunabc 2e07fa0114 [maven-release-plugin] prepare for next development iteration
hengyunabc fc23a18c7a [maven-release-plugin] prepare release arthas-all-3.3.4
gongdewei 0d61c15855
extract createInterceptorProcessor() function, reduce redundant code ()
gongdewei b2652715a2
fix iinc inst var in inline method () ()
hengyunabc 5029b752b6 add arthas-agent-attach and arthas-spring-boot-starter module.
hengyunabc 6952d92cbb improve code
hengyunabc a2f85bfd77 fix LocalVarsBinding type
hengyunabc 6fb1d84c01 [maven-release-plugin] prepare for next development iteration
hengyunabc 40c914e739 [maven-release-plugin] prepare release arthas-all-3.3.3
hengyunabc 4bcf45a5e7 [maven-release-plugin] prepare for next development iteration
hengyunabc ef0e655a54 [maven-release-plugin] prepare release arthas-all-3.3.2
hengyunabc fbdafec447 [maven-release-plugin] prepare for next development iteration
hengyunabc f6ef550e97 [maven-release-plugin] prepare release arthas-all-3.3.1
hengyunabc 8e06b400bc add ClassLoaderAwareClassWriter to fix getCommonSuperClass ClassNotFoundException problem.
hengyunabc 5b2479c9b7 [maven-release-plugin] prepare for next development iteration
hengyunabc 1f6710e380 [maven-release-plugin] prepare release arthas-all-3.3.0
hengyunabc 0df7e8fa8d prepare release 3.3.0
hengyunabc ec5eb5d412
Update README.md
hengyunabc bef66da5fe add bytekit/README.md
hengyunabc a1c20eda7d add ByteKitDemo
hengyunabc bf1974e4f5 add AgentUtils#install method
hengyunabc b79c03f121 fix testcase config
hengyunabc 9660ad1ea0 add testcase
hengyunabc 7263d9f568 AgentUtils support reTransform
hengyunabc c20e97d7de use TransformerManager to manager all Transformer; Enhancer only enhance bytecode once
hengyunabc 2b740b121f clean code
hengyunabc f37cad3bbe fix MethodInfoBinding
hengyunabc 360db7dfd3 support MethodInfo binding
hengyunabc 4879270225 add AtInvokeException.java
hengyunabc 2324f497e0 add InvokeInfo binding
hengyunabc 2e1911d21f LineBinding support location whenComplete
hengyunabc 3204c0ad36 bytekit support LocationFilter
hengyunabc 82a3d69cc3 add AsmAnnotationUtils
hengyunabc 99ff54f375 upgrade asm to 8.0.1
hengyunabc 6b31041e33 clean dep
hengyunabc 8cfe315ed0 asm verity support print details
hengyunabc 3d3640e80e better invoke location support, support invoke method name/desc/owner
hengyunabc bbe10cb8d5 better support LineBinding
hengyunabc 10575cf172 update MethodDeclarationBinding.java