File tree Expand file tree Collapse file tree
boot/src/main/java/com/taobao/arthas/boot
core/src/main/java/com/taobao/arthas/core/mcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM eclipse-temurin:8-jdk-alpine
22
3- ARG ARTHAS_VERSION="4.2.0 "
3+ ARG ARTHAS_VERSION="4.2.1 "
44ARG MIRROR=false
55
66ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
Original file line number Diff line number Diff line change 11# Stage 1: Build
22FROM eclipse-temurin:8-jdk-alpine AS builder
33
4- ARG ARTHAS_VERSION="4.2.0 "
4+ ARG ARTHAS_VERSION="4.2.1 "
55ARG MIRROR=false
66ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
77 MIRROR_MAVEN_HOST=https://maven.aliyun.com/repository/public
Original file line number Diff line number Diff line change 88
99# program : Arthas
1010# author : Core Engine @ Taobao.com
11- # date : 2026-05-26
11+ # date : 2026-06-02
1212
1313# current arthas script version
14- ARTHAS_SCRIPT_VERSION=4.2.0
14+ ARTHAS_SCRIPT_VERSION=4.2.1
1515
1616# SYNOPSIS
1717# rreadlink <fileOrDirPath>
@@ -468,7 +468,7 @@ EXAMPLES:
468468 ./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
469469 ./as.sh -c 'sysprop; thread' <pid>
470470 ./as.sh -f batch.as <pid>
471- ./as.sh --use-version 4.2.0
471+ ./as.sh --use-version 4.2.1
472472 ./as.sh --session-timeout 3600
473473 ./as.sh --attach-only
474474 ./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 4.2.0 \n "
56+ + " java -jar arthas-boot.jar --use-version 4.2.1 \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 @@ -109,7 +109,7 @@ public void start() {
109109
110110 McpServerProperties properties = new McpServerProperties .Builder ()
111111 .name ("arthas-mcp-server" )
112- .version ("4.2.0 " )
112+ .version ("4.2.1 " )
113113 .mcpEndpoint (mcpEndpoint )
114114 .toolChangeNotification (true )
115115 .resourceChangeNotification (true )
Original file line number Diff line number Diff line change 8282 </modules >
8383
8484 <properties >
85- <revision >4.2.0 </revision >
85+ <revision >4.2.1 </revision >
8686 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8787 <maven .compiler.target>1.8</maven .compiler.target>
8888 <maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments