79351174

Date: 2025-01-13 04:31:36
Score: 1
Natty:
Report link

org/hibernate/engine/jdbc/connections/internal/DatasourceConnectionProviderImpl.java

    @Override
public DatabaseConnectionInfo getDatabaseConnectionInfo(Dialect dialect) {
    return new DatabaseConnectionInfoImpl(
            "Connecting through datasource '" + (dataSourceJndiName != null ? dataSourceJndiName : dataSource) + "'",
            null,
            dialect.getVersion(),
            null,
            null,
            null,
            null
    );
}

This is the current code, do not to try to get the info, until the code of hibernate core is change.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Murphy Mo