fixed incorrect link to new jakarta-jdbc-password property from the deprecated PASS property in JdbcSettings
This commit is contained in:
parent
6a1581cf4a
commit
2214c50383
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue