mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 18:59:35 +02:00
Properly set up JPA in BEAM workers (#965)
* 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.
This commit is contained in:
parent
eb80559b28
commit
aafe11847d
159 changed files with 8896 additions and 7821 deletions
|
@ -7,7 +7,7 @@ com.google.errorprone:error_prone_annotations:2.3.4
|
|||
com.google.flogger:flogger-system-backend:0.1
|
||||
com.google.flogger:flogger:0.1
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:30.0-jre
|
||||
com.google.guava:guava:30.1-jre
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||
com.google.j2objc:j2objc-annotations:1.3
|
||||
com.google.truth:truth:1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue