google-nomulus/core
gbrodman ef1a1f9e11 Remove recursive load in DBMSS cache (#1286)
* Remove recursive load in DBMSS cache

This occurs because if we do a standard transaction, the JpaTxnManager
checks to see if we should be doing backups, which involves loading the
migration state schedule (causing the recursion). When starting the
transaction to load the schedule, we should explicitly
transactWithoutBackup so there's no need to check.

This wasn't hit in tests because we previously manually set the
replication to not occur in the JpaTransactionManagerExtension -- we
remove that and related setters.
2021-08-14 12:34:23 -06:00
..
gradle/dependency-locks Remove backported LocalStorageHelper (#1267) 2021-08-06 21:10:32 -04:00
src Remove recursive load in DBMSS cache (#1286) 2021-08-14 12:34:23 -06:00
build.gradle Remove KmsSecret model entities (#1252) 2021-07-26 17:09:09 -04:00
Dockerfile Build docker image of nomulus tool (#142) 2019-07-16 20:18:44 -04:00