release 3.7.0

This commit is contained in:
hengyunabc 2023-08-02 16:18:39 +08:00
parent fa8e539a73
commit 8d3080f13e
5 changed files with 11 additions and 10 deletions

View File

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

View File

@ -1,6 +1,6 @@
FROM alpine
ARG ARTHAS_VERSION="3.6.9"
ARG ARTHAS_VERSION="3.7.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 : 2023-05-09
# date : 2023-08-02
# current arthas script version
ARTHAS_SCRIPT_VERSION=3.6.9
ARTHAS_SCRIPT_VERSION=3.7.0
# SYNOPSIS
# rreadlink <fileOrDirPath>
@ -475,7 +475,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.6.9
./as.sh --use-version 3.7.0
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --disabled-commands stop,dump

View File

@ -53,7 +53,7 @@ import com.taobao.middleware.cli.annotations.Summary;
+ " 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.6.9\n"
+ " java -jar arthas-boot.jar --use-version 3.7.0\n"
+ " java -jar arthas-boot.jar --versions\n"
+ " java -jar arthas-boot.jar --select math-game\n"
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@ -20,7 +21,7 @@
<connection>scm:git:git@github.com:alibaba/arthas.git</connection>
<developerConnection>scm:git:git@github.com:alibaba/arthas.git</developerConnection>
<url>https://github.com/alibaba/arthas</url>
<tag>HEAD</tag>
<tag>HEAD</tag>
</scm>
<developers>
@ -77,7 +78,7 @@
</modules>
<properties>
<revision>3.6.9</revision>
<revision>3.7.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>
@ -448,7 +449,7 @@
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.2</version>
<configuration>
<flattenMode>minimum</flattenMode>
<flattenMode>minimum</flattenMode>
</configuration>
<executions>
<execution>