codesz opened a new issue, #14507:
URL: https://github.com/apache/grails-core/issues/14507
Hi,
I've downloaded both 6.1.12.RELEASE and 7.0.4.RELEASE of
"org.grails.plugins:hibernate5" and in both sources I see a mapping of
_password_ using _username_ in
"org.grails.datastore.gorm.jdbc.connections.DataSourceSettings#toProperties".
```
if(password) {
properties.put("username", password)
}
```
Is this intentional or a bug?
Thx
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]