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

chore: deprecated된 property 구문 삭제 #22

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

donghoony
Copy link
Contributor

  1. MySQL8Dialect는 deprecated되어 MySQLDialect를 사용하라고 합니다. 이는 hibernate 6부터 deprecated되었어요 (ref)
  2. 추가로, hibernate.dialect를 자동으로 설정하는 기능은 Hibernate 3.2부터 제공하는 것처럼 보이네요. (ref)

그래서 각 문제에서 해당 구문을 삭제했어요. 확인해주세요~!

2024-12-03T22:24:12.069+09:00  WARN 39255 --- [           main] org.hibernate.orm.deprecation            : HHH90000025: MySQL8Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2024-12-03T22:24:12.069+09:00  WARN 39255 --- [           main] org.hibernate.orm.deprecation            : HHH90000026: MySQL8Dialect has been deprecated; use org.hibernate.dialect.MySQLDialect instead

Copy link
Collaborator

@khabh khabh left a comment

Choose a reason for hiding this comment

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

친절하게 참고 문서까지 🥹 몰랐던 거 배워갑니다 ㅎㅎ
꼼꼼하게 봐주셔서 감사해요 👍

@khabh khabh merged commit fc2b9e6 into 3Juhwan:main Dec 4, 2024
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.

2 participants