[feat] swagger추가#205
Merged
Hidden character warning
The head ref may contain hidden characters: "feat/204-swagger\ucd94\uac00"
Merged
Conversation
Closed
2 tasks
|
|
||
| implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0") | ||
| implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6") | ||
| } |
There was a problem hiding this comment.
🟠 [HIGH]
내용: springdoc-openapi 버전을 2.5.0에서 2.8.6으로 업그레이드 했습니다. 이 라이브러리 업그레이드는 Spring Boot 및 Jakarta/Javax 네임스페이스 호환성 문제를 유발할 수 있습니다.
근거: springdoc 2.x 계열은 Spring Boot 3 / Jakarta 네임스페이스와 밀접하게 연동되며, 만약 프로젝트가 Spring Boot 2.x 또는 javax 기반 의존성을 사용 중이면 런타임에서 ClassNotFoundError 또는 NoSuchMethodError 등이 발생할 가능성이 높습니다. 단순 버전 변경만으로도 빌드/실행에서 충돌이 발생할 수 있습니다.
제안: 프로젝트의 Spring Boot 버전과 다른 주요 의존성(jakarta vs javax)을 확인한 후 호환성 테스트(로컬 및 CI)를 진행해 주세요. 필요하면 springdoc 버전 업그레이드는 Spring Boot 업그레이드와 함께 계획적으로 진행하거나, 프로파일/조건부 의존성으로 환경별 분기 처리하세요.
suyeonTech
approved these changes
Apr 10, 2026
suyeonTech
approved these changes
Apr 12, 2026
zunobk
approved these changes
Apr 13, 2026
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.
swagger추가