google-nomulus/core
Weimin Yu c36f0c89c8
Fix missing-driver in HibernateSchemaExporterTest (#777)
* Fix missing-driver in HibernateSchemaExporterTest

HibernateSchemaExporterTest is failing with "Driver not found" error
after Java 11 upgrade. Reason is that ServiceLoader now only checks
modules for services.

Proper fix is to define modules.

This short term fix is to declare the driver class explicitly.
2020-08-24 10:20:19 -04:00
..
gradle/dependency-locks Update dependencies to get rid of some illegal reflection warnings (#768) 2020-08-14 16:53:22 -04:00
src Fix missing-driver in HibernateSchemaExporterTest (#777) 2020-08-24 10:20:19 -04:00
WEB-INF/appengine-generated Enable Cloud SQL when Datastore is enabled for unit test (#502) 2020-03-10 12:26:25 -04:00
build.gradle Update dependencies to get rid of some illegal reflection warnings (#768) 2020-08-14 16:53:22 -04:00
Dockerfile Build docker image of nomulus tool (#142) 2019-07-16 20:18:44 -04:00
karma.conf.js Clean up generated sources configuration (#724) 2020-07-30 15:43:42 -04:00