This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from a9731f4398 Merge pull request #15490 from
apache/7.0.x-liquibase-remove-legacy-jars
add fe92876a90 15501 - support binding to dataSourceProperties as well as
dbProperties
add 71578fd6b5 15501 - fix nesting properties - they should be flatten
add d789618d6a 15501 - feature - support healthCheckProperties &
dataSourceProperties as config keys
add a5dcc9811e 15501 - codestyle - reformatting file
add b7a9e9863b Add comprehensive HikariCP pool property binding tests
add 69c6cf89fd Merge pull request #15503 from
apache/15501-enhance-datasource-properties-tests
new c7e54fb14c Merge pull request #15502 from
apache/15501-fix-datasource-properties
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
grails-datamapping-core/build.gradle | 1 +
.../datastore/gorm/jdbc/DataSourceBuilder.java | 64 +-
.../gorm/jdbc/DataSourceBuilderSpec.groovy | 927 +++++++++++++++++++++
3 files changed, 975 insertions(+), 17 deletions(-)
create mode 100644
grails-datamapping-core/src/test/groovy/org/grails/datastore/gorm/jdbc/DataSourceBuilderSpec.groovy