mirror of
https://github.com/google/nomulus
synced 2025-12-23 14:25:44 +00:00
* Properly set up JPA in BEAM workers Sets up a singleton JpaTransactionManger on each worker JVM for all pipeline nodes to share. Also added/updated relevant dependencies. The BEAM SDK version change caused the InitSqlPipeline's graph to change.