mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
* Rewrite the JPA output connector for BEAM Following BEAM's IO connector style, added a RegistryJpaIO class to hold IO connectors, and implemented the Write connector as a static inner class in it. The JpaTransactionManager used by the Write connector retrieves SQL credentials from the SecretManager. Cleaned up SQL-related pipeline parameters. Converted the InitSqlPipeline to use RegistryJpaIO.