Skip to content

[feat] swagger추가#205

Merged
MADUPAL merged 2 commits into
devfrom
feat/204-swagger추가
Apr 13, 2026

Hidden character warning

The head ref may contain hidden characters: "feat/204-swagger\ucd94\uac00"
Merged

[feat] swagger추가#205
MADUPAL merged 2 commits into
devfrom
feat/204-swagger추가

Conversation

@MADUPAL

@MADUPAL MADUPAL commented Apr 10, 2026

Copy link
Copy Markdown
Collaborator

swagger추가

@MADUPAL MADUPAL self-assigned this Apr 10, 2026
@MADUPAL MADUPAL linked an issue Apr 10, 2026 that may be closed by this pull request
2 tasks
Comment thread build.gradle.kts

implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6")
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟠 [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 업그레이드와 함께 계획적으로 진행하거나, 프로파일/조건부 의존성으로 환경별 분기 처리하세요.

@MADUPAL MADUPAL merged commit 25397ca into dev Apr 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] swagger추가

3 participants