Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryDSL 버전 업그레이드 #1028

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Conversation

zeus6768
Copy link
Contributor

@zeus6768 zeus6768 commented Jan 13, 2025

⚡️ 관련 이슈

#1001

📍주요 변경 사항

이슈 참고 바라요 😃

AS-IS

implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'
annotationProcessor 'com.querydsl:querydsl-apt:5.0.0:jakarta'
annotationProcessor 'jakarta.persistence:jakarta.persistence-api:3.1.0'
annotationProcessor 'jakarta.annotation:jakarta.annotation-api:2.1.1'

TO-BE

implementation 'io.github.openfeign.querydsl:querydsl-jpa-spring:6.10.1'
annotationProcessor 'io.github.openfeign.querydsl:querydsl-apt:6.10.1:jpa'

🍗 PR 첫 리뷰 마감 기한

01/14 23:59

@zeus6768 zeus6768 added refactor 요구사항이 바뀌지 않은 변경사항 BE 백엔드 labels Jan 13, 2025
@zeus6768 zeus6768 added this to the 7차 스프린트 💭 milestone Jan 13, 2025
@zeus6768 zeus6768 self-assigned this Jan 13, 2025
@zeus6768 zeus6768 linked an issue Jan 13, 2025 that may be closed by this pull request
Copy link
Contributor

@HoeSeong123 HoeSeong123 left a comment

Choose a reason for hiding this comment

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

너무 좋습니다!!

Copy link
Contributor

@zangsu zangsu left a comment

Choose a reason for hiding this comment

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

와우, 너무 좋은데요?!
제우스는 이런 정보를 어떻게 알게 되는건가요????
저는 QueryDSL 지원이 중지되었다는것도 모르고 있었네용,,,

Copy link
Contributor

@kyum-q kyum-q left a comment

Choose a reason for hiding this comment

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

제 짱 짱 맨 !!!!

@jminkkk jminkkk merged commit e53547d into dev/be Jan 18, 2025
6 checks passed
@jminkkk jminkkk deleted the chore/1001-querydsl-upgrade branch January 18, 2025 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 refactor 요구사항이 바뀌지 않은 변경사항
Projects
Status: Weekend Done
Development

Successfully merging this pull request may close these issues.

[REFACTOR] QueryDSL 버전 업그레이드
5 participants