mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
* 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.