mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 01:10:14 +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
|
@ -3,7 +3,7 @@
|
|||
# This file is expected to be part of source control.
|
||||
com.github.ben-manes.caffeine:caffeine:2.7.0
|
||||
com.github.kevinstern:software-and-algorithms:1.0
|
||||
com.google.auto.value:auto-value:1.6.3
|
||||
com.google.auto.value:auto-value:1.7.4
|
||||
com.google.auto:auto-common:0.10
|
||||
com.google.code.findbugs:jFormatString:3.0.0
|
||||
com.google.code.findbugs:jsr305:3.0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue