Set target-database property 09/117609/1
authorJim Hahn <jrh3@att.com>
Fri, 5 Feb 2021 16:03:41 +0000 (11:03 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 8 Feb 2021 20:19:14 +0000 (15:19 -0500)
commitf04d89c55ab4dfa94dfed1cc9b65471d1d3140c5
treed2d61c3e4c6646772d2e6665db8c86fdd1d9748a
parent5f0183ff4608e1c87436967dbc8760fe9a1febaf
Set target-database property

The new version of eclipselink doesn't recognize mariaDB by default.
Added an optional property, databaseType, to the DB parameter class,
which defaults to "MySQL" if not set.  ("MySQL" is what web discussions
indicated should be used for mariaDB.)

Issue-ID: POLICY-3005
Change-Id: I7af9b65a53e0090944af6ce40d5cffa13a4123d7
Signed-off-by: Jim Hahn <jrh3@att.com>
models-provider/src/main/java/org/onap/policy/models/provider/PolicyModelsProviderParameters.java
models-provider/src/main/java/org/onap/policy/models/provider/impl/AbstractModelsProvider.java