477 B
477 B
包结构迁移说明
入口调整
- 当前只保留
com.svnlog.web.WebApplication作为唯一入口。 - 已移除 CLI/AI 独立入口类。
核心类迁移
com.svnlog.SVNLogFetcher->com.svnlog.core.svn.SVNLogFetchercom.svnlog.LogEntry->com.svnlog.core.svn.LogEntrycom.svnlog.TrustAllSSLContext->com.svnlog.core.svn.TrustAllSSLContext
公共能力
com.svnlog.core.report.MarkdownReportWriter:统一 Markdown 输出逻辑。