feat: 범용 Companion 4종 추가 (7-Zip, 반디집, WebView2 런타임, OpenJDK)#140
Merged
Conversation
전자정부/인터넷뱅킹 환경에서 자주 마주치는 범용 보조 소프트웨어를 공식 다운로드 페이지 링크(Companion) 형태로 추가합니다. - 7-Zip (LGPL): 일반 압축 해제 - 반디집: .egg/.alz 등 한국식 압축 포맷 대응 - Microsoft Edge WebView2 런타임: 최신 보안·인증 클라이언트의 내장 웹뷰 의존성 - OpenJDK (Eclipse Temurin, GPLv2+CE): 레거시 Java 기반 전자정부/뱅킹 서비스 - generate.cs / Catalog.xml 양쪽 반영, 4개 다운로드 URL 생존(HTTP 200) 확인 - 직접 배포가 아닌 링크 형태라 배포 의무가 없어 카탈로그를 참조하는 downstream 상용 소비자에게도 안전(공용 자산 원칙 준수) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
전자정부/인터넷뱅킹 환경에서 자주 필요한 보조 소프트웨어를 직접 배포가 아닌 공식 다운로드 페이지 링크(Companion) 로 카탈로그에 추가하려는 PR입니다. docs/generate.cs(생성 소스)와 docs/Catalog.xml(생성 결과물)에 동일 항목을 반영해, Companion 목록을 확장하는 변경입니다.
Changes:
- Companion 4종(7-Zip, 반디집, Edge WebView2 Runtime, Eclipse Temurin/OpenJDK) 추가
- 생성 소스(
docs/generate.cs)와 산출물(docs/Catalog.xml)에 동일 항목 반영
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/generate.cs | Companion 컬렉션에 신규 4종 항목을 추가 |
| docs/Catalog.xml | Companion 목록에 신규 4종 <Companion> 엔트리를 추가 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
13
to
+14
| <Companion Id="RaiDrive " DisplayName="RaiDrive" Url="https://www.raidrive.com/download" Arguments="" en-US-DisplayName="RaiDrive" /> | ||
| <Companion Id="SevenZip" DisplayName="7-Zip (LGPL)" Url="https://www.7-zip.org/download.html" Arguments="" en-US-DisplayName="7-Zip (LGPL)" /> |
Comment on lines
+383
to
+386
| new("SevenZip", "7-Zip (LGPL)", "https://www.7-zip.org/download.html", "", "7-Zip (LGPL)"), | ||
| new("Bandizip", "반디집", "https://www.bandisoft.com/bandizip/", "", "Bandizip"), | ||
| new("EdgeWebView2Runtime", "Microsoft Edge WebView2 런타임", "https://developer.microsoft.com/ko-kr/microsoft-edge/webview2/", "", "Microsoft Edge WebView2 Runtime"), | ||
| new("EclipseTemurin", "OpenJDK (GPLv2+CE)", "https://adoptium.net/temurin/releases/", "", "OpenJDK (GPLv2+CE)"), |
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.
개요
전자정부/인터넷뱅킹 환경에서 자주 마주치는 범용 보조 소프트웨어를 공식 다운로드 페이지 링크(
<Companion>) 형태로 추가합니다.docs/generate.cs(생성 소스)와docs/Catalog.xml(생성 결과물) 양쪽에 반영했습니다.SevenZipBandizip.egg/.alz등 한국식 압축 포맷EdgeWebView2RuntimeEclipseTemurin검증
generate.cs↔Catalog.xml신규 4개 1:1 정합 ✔설계 근거
관련 이슈: #137
🤖 Generated with Claude Code