docs: align public identity to weilhuang and 0.0.8 - #17
Merged
Merged
Conversation
Keep the Marketplace plugin ID and Java package names unchanged for upgrade continuity. Point README, vendor, helper download URL, and related docs at weilhuang/arthas-workbench. Co-authored-by: wl2027 <weil82943@gmail.com>
weilhuang
marked this pull request as ready for review
September 14, 2026 09:07
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
把公开身份、文档和运行时默认下载地址对齐到当前 GitHub owner
weilhuang与pluginVersion0.0.8。已锁定约束
weilhuang:Jifa helperDEFAULT_HELPER_DOWNLOAD_URL,以及 README /docs/JIFA.md/docs/RELEASE.md中的releases/latest/download链接,均指向weilhuang/arthas-workbench。仓库内已无github.com/wl2027下载路径。plugin.xml中仍为com.github.wl2027.arthasworkbench,未改 Settings / action ID、pluginGroup、PLUGIN_ID常量。已核实 latest release
0.0.8在weilhuang/arthas-workbench上提供:arthas-workbench-0.0.8.ziparthas-jifa-server-helper.jarhttps://github.com/weilhuang/arthas-workbench/releases/latest/download/arthas-jifa-server-helper.jar会 302 到该资产并最终 200。旧路径wl2027/...目前会 301 到weilhuang,但文档和默认 helper URL 不再依赖这次跳转。主要改动
weilhuang/arthas-workbench,版本示例改为0.0.8plugin.xmlvendor 改为weilhuang;Jifa action 描述去掉不准确的 “bundled”gradle.properties的pluginRepositoryUrl指向当前仓库;pluginGroup仍等于插件 IDJifaWebRuntimeService.DEFAULT_HELPER_DOWNLOAD_URL指向 canonical latest helper 资产.gitmodules的 jifa 子模块改为已存在且用于 helper 构建的weilhuang/jifacd idea-plugin/arthas-workbench、JIFA.md 内置 helper 优先级、issue 模板中的jattach、REQUIREMENTS.md 残句docs/ARCHITECTURE.md补充身份约定说明有意保持不变
com.github.wl2027.arthasworkbench(以及对应 Settings / action ID、pluginGroup、PLUGIN_ID),避免破坏 JetBrains Marketplace 插件 30843 升级com.alibaba.arthas.idea.workbench.*验证方式
./gradlew spotlessCheck./gradlew testcurl确认 latest helper 资产可解析