mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
* Fix JPA setup in Nomulus tool Hibernate unnecessarily scans third-party classes in the Nomulus tool, hitting a bug and fails to set up. In this change we properly configured persistence.xml to include the orm mapping file (orm.xml) and disable auto detection, and provided a custom (NOOP) scanner to work around Hibernate scanner bugs. Also improved on the :core:registryIntegrationTest task to test for JPA setup as well as dependency-packaging.