mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
This includes: - removing the actions that do the replay - removing the tests for the replay - removing the ReplayExtension and adjusting the various tests that used it appropriately - removing functionality relating to "things that happen during replay", e.g. beforeSqlSaveOnReplay This does not include: - removing the InitSqlPipeline or similar tasks - removing e.g. SqlEntity (it's used in other places) - removing Transforms/RegistryJpaIO and other SQL-pipeline-creation code