Files
svn-log-tool/docs/README_Migration.md
T
2026-06-10 20:42:17 +08:00

17 lines
509 B
Markdown

# 包结构迁移说明
## 入口调整
- 当前只保留 `com.svnlog.web.WebApplication` 作为唯一入口。
- 已移除 CLI/AI 独立入口类。
## 核心类迁移
- `com.svnlog.SVNLogFetcher` -> `com.svnlog.core.svn.SVNLogFetcher`
- `com.svnlog.LogEntry` -> `com.svnlog.core.svn.LogEntry`
- `com.svnlog.TrustAllSSLContext` 已移除;如需兼容旧内网 SVN,请使用显式 SSL 兼容开关。
## 公共能力
- `com.svnlog.core.report.MarkdownReportWriter`:统一 Markdown 输出逻辑。