@ConstructingBinding No Longer Needed at the Type Level
@ConstructorBinding is no longer needed at the type level on @ConfigurationProperties classes and should be removed. When a class or record has multiple constructors, it may still be used on a constructor to indicate which one should be used for property binding.
hibernate.dialect property removed
MySQLDialect does not need to be specified explicitly using 'hibernate.dialect'
기록
변경점
javax
->jakarta
@ConstructingBinding
removedhibernate.dialect
property removednoarg, allOpen 변경
noArg { annotation("jakarta.persistence.Entity") annotation("jakarta.persistence.Embeddable") annotation("jakarta.persistence.MappedSuperclass") annotation("org.springframework.data.redis.core.RedisHash") // redis hash }