File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
boot/src/main/java/com/taobao/arthas/boot Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11FROM openjdk:8-jdk-alpine
22
3- ARG ARTHAS_VERSION="3.6.8 "
3+ ARG ARTHAS_VERSION="4.0.0 "
44ARG MIRROR=false
55
66ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
Original file line number Diff line number Diff line change 11FROM alpine
22
3- ARG ARTHAS_VERSION="3.6.8 "
3+ ARG ARTHAS_VERSION="4.0.0 "
44ARG MIRROR=false
55
66ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
Original file line number Diff line number Diff line change 88
99# program : Arthas
1010# author : Core Engine @ Taobao.com
11- # date : 2023-04-19
11+ # date : 2024-08-12
1212
1313# current arthas script version
14- ARTHAS_SCRIPT_VERSION=3.6.8
14+ ARTHAS_SCRIPT_VERSION=4.0.0
1515
1616# SYNOPSIS
1717# rreadlink <fileOrDirPath>
@@ -474,7 +474,7 @@ EXAMPLES:
474474 ./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
475475 ./as.sh -c 'sysprop; thread' <pid>
476476 ./as.sh -f batch.as <pid>
477- ./as.sh --use-version 3.6.8
477+ ./as.sh --use-version 4.0.0
478478 ./as.sh --session-timeout 3600
479479 ./as.sh --attach-only
480480 ./as.sh --disabled-commands stop,dump
Original file line number Diff line number Diff line change 5353 + " java -jar arthas-boot.jar --stat-url 'http://192.168.10.11:8080/api/stat'\n "
5454 + " java -jar arthas-boot.jar -c 'sysprop; thread' <pid>\n "
5555 + " java -jar arthas-boot.jar -f batch.as <pid>\n "
56- + " java -jar arthas-boot.jar --use-version 3.6.8 \n "
56+ + " java -jar arthas-boot.jar --use-version 4.0.0 \n "
5757 + " java -jar arthas-boot.jar --versions\n "
5858 + " java -jar arthas-boot.jar --select math-game\n "
5959 + " java -jar arthas-boot.jar --session-timeout 3600\n " + " java -jar arthas-boot.jar --attach-only\n "
Original file line number Diff line number Diff line change 7979 </modules >
8080
8181 <properties >
82- <revision >4.0.0-SNAPSHOT </revision >
82+ <revision >4.0.0</revision >
8383 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8484 <maven .compiler.target>1.8</maven .compiler.target>
8585 <maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments