This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 15501-enhance-datasource-properties-tests
in repository https://gitbox.apache.org/repos/asf/grails-core.git
omit ea92589189 Generalize Map-to-Properties coercion and add comprehensive
HikariCP binding tests
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
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ea92589189)
\
N -- N -- N refs/heads/15501-enhance-datasource-properties-tests
(b7a9e9863b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../datastore/gorm/jdbc/DataSourceBuilder.java | 73 ++--
.../gorm/jdbc/DataSourceBuilderSpec.groovy | 476 +++++++++++++++++++--
2 files changed, 488 insertions(+), 61 deletions(-)