release 3.5.0

This commit is contained in:
hengyunabc 2021-03-09 11:47:51 +08:00
parent 93743ca834
commit c51bfaaf6e
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
FROM openjdk:8-jdk-alpine
ARG ARTHAS_VERSION="3.4.8"
ARG ARTHAS_VERSION="3.5.0"
ARG MIRROR=false
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \

View File

@ -1,6 +1,6 @@
FROM alpine
ARG ARTHAS_VERSION="3.4.8"
ARG ARTHAS_VERSION="3.5.0"
ARG MIRROR=false
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \

View File

@ -8,10 +8,10 @@
# program : Arthas
# author : Core Engine @ Taobao.com
# date : 2021-02-26
# date : 2021-03-09
# current arthas script version
ARTHAS_SCRIPT_VERSION=3.4.8
ARTHAS_SCRIPT_VERSION=3.5.0
# SYNOPSIS
# rreadlink <fileOrDirPath>
@ -448,7 +448,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.4.8
./as.sh --use-version 3.5.0
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --select arthas-demo

View File

@ -53,7 +53,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.4.8\n"
+ " java -jar arthas-boot.jar --use-version 3.5.0\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"

View File

@ -74,7 +74,7 @@
</modules>
<properties>
<revision>3.4.9-SNAPSHOT</revision>
<revision>3.5.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>