prepare release 3.3.4

This commit is contained in:
hengyunabc
2020-06-29 22:22:12 +08:00
parent 853e9b6007
commit 74c58d92c7
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM openjdk:8-jdk-alpine
ARG ARTHAS_VERSION="3.3.3"
ARG ARTHAS_VERSION="3.3.4"
ARG MIRROR=false
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine
ARG ARTHAS_VERSION="3.3.3"
ARG ARTHAS_VERSION="3.3.4"
ARG MIRROR=false
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
+3 -3
View File
@@ -8,10 +8,10 @@
# program : Arthas
# author : Core Engine @ Taobao.com
# date : 2020-06-05
# date : 2020-06-29
# current arthas script version
ARTHAS_SCRIPT_VERSION=3.3.3
ARTHAS_SCRIPT_VERSION=3.3.4
# SYNOPSIS
# rreadlink <fileOrDirPath>
@@ -444,7 +444,7 @@ EXAMPLES:
./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
./as.sh -c 'sysprop; thread' <pid>
./as.sh -f batch.as <pid>
./as.sh --use-version 3.3.3
./as.sh --use-version 3.3.4
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --select arthas-demo
@@ -52,7 +52,7 @@ import static com.taobao.arthas.boot.ProcessUtils.STATUS_EXEC_TIMEOUT;
+ " java -jar arthas-boot.jar --stat-url 'http://192.168.10.11:8080/api/stat'\n"
+ " java -jar arthas-boot.jar -c 'sysprop; thread' <pid>\n"
+ " java -jar arthas-boot.jar -f batch.as <pid>\n"
+ " java -jar arthas-boot.jar --use-version 3.3.3\n"
+ " java -jar arthas-boot.jar --use-version 3.3.4\n"
+ " java -jar arthas-boot.jar --versions\n"
+ " java -jar arthas-boot.jar --select arthas-demo\n"
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"