fixed incorrect link to new jakarta-jdbc-password property from the deprecated PASS property in JdbcSettings

This commit is contained in:
Dmitrii Pronichev 2024-08-01 10:43:32 +03:00 committed by Steve Ebersole
parent 6a1581cf4a
commit 2214c50383
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ public interface JdbcSettings extends C3p0Settings, ProxoolSettings, AgroalSetti
/** /**
* @see #USER * @see #USER
* *
* @deprecated The JPA-standard setting {@link #JAKARTA_JDBC_USER} is now preferred. * @deprecated The JPA-standard setting {@link #JAKARTA_JDBC_PASSWORD} is now preferred.
*/ */
@Deprecated @Deprecated
String PASS = "hibernate.connection.password"; String PASS = "hibernate.connection.password";