Commit Graph

64 Commits (b3aa7e9eeed9df3a5b7b5297d7b8308b1894c31e)

Author SHA1 Message Date
James Xu 7c87411e2d fix typo
James Xu 4b63aa52da clean up the code a little bit by following Uncle Bob's clean code guide ()
zhangjin 744950a07a improve shutdown command tip ()
hengyunabc 555958c608 [maven-release-plugin] prepare for next development iteration
hengyunabc 0f17a45633 [maven-release-plugin] prepare release arthas-all-3.1.1
hengyunabc ec5eee1480 prepare release
hengyunabc aa27d2666c arthas-boot set arthas lib to /tmp/.arthas/lib, when user.home is not writeable.
徐志毅 e188370099 trace line number support ()
hengyunabc c925b31ff9 fix junit test.
Braavos 39ec104b4f Add unit tests for com.taobao.arthas.boot.DownloadUtils ()
GuoHao 445e8141bd Fix typo ()
hengyunabc afb4c9d3b2 polish "support windows unicode file path"
gongdewei 4641ec0e6d support windows unicode file path.
fidel 2d9f12cbeb fix typo: currentPid ()
hengyunabc c390d5571b add tutorials link
hengyunabc 1966caa169 update version in files
hengyunabc e861aeb3c0 [maven-release-plugin] prepare for next development iteration
hengyunabc 2846685ee5 [maven-release-plugin] prepare release 3.1.0
hengyunabc 0eb32d0980 as.sh/arthas-boot support width/height options. close
hengyunabc 1cec77997f better way to select process and better error info. close
hengyunabc ec7c5aea33 change default session timeout to 30min. close
hengyunabc c97730d2ca fix NullPointerException when list local versions.
hengyunabc 64439540bb when timezone is +0800, default repo mirror is aliyun.
hengyunabc 5c857d045a Exclude JDK 11 jps process. close
hengyunabc 4b98af05a9 pom.xml add relativePath
Huxing Zhang 3fd10c327f Fix typo.
xujiang dceb0f1b21 bug fix when cannot create directory
xujiang 69fd1ce054 bug fix when cannot create directory
hengyunabc b6ae49acd2 improve find tools.jar logic. fix
hengyunabc 24024d4d38 arthas-boot run jps with "-l" option. close
hengyunabc 69683d4cc0 arthas-boot print more info
hengyunabc 39b499793d
Merge pull request from garenchan/dev
More user-friendly prompts when selecting pid.
hengyunabc a82bcf5550 Improve find java home/tools.jar logic. fix
garenchan 4fa7dc2560 More user-friendly prompts when selecting pid.
When users accidentally enter a non-integer, prompt instead of printing
stack trace.
hengyunabc 81935ee3ec when using jdk7, use http to download to avoid SSL Exception. fix
hengyunabc f47596b2c2 Prefer to use jps/java under jdk, not jre. close
hengyunabc 9f8b5fc3de add more log in DownloadUtils
hengyunabc c2f7f3e811 maven-assembly-plugin support Specification-Version/Implementation-Version. close
hengyunabc feced41e92 [maven-release-plugin] prepare for next development iteration
hengyunabc 3569e213fc [maven-release-plugin] prepare release arthas-all-3.0.5
hengyunabc e1e15e8f61 as.sh support -v options.
hengyunabc d951a21663 arthas-boot support versions option.
hengyunabc cc9e037432 Print usage support ansi color.
hengyunabc 3cbaf9d3cf update arthas-boot usage.
hengyunabc 11bbfbfc9e arthas-boot support download specify version by --use-version.
hengyunabc 422c240ebc change use-https to use-http; use http when under java 6.
hengyunabc 96f505e83b DownloadUtils support http redirect.
hengyunabc 634d959869 arthas-boot compare version before download; DownloadUtils support print progress.
hengyunabc 1a788e9ef1 update comment
hengyunabc a547bb6449 update comment