Update BEAM SDK to work with Java 11 (#762)

* Update BEAM SDK to work with Java 11

Upgraded BEAM dependencies to 2.23.0.

Updated Spec11 and invoice pipelines:
- Added the required region parameter.
- Removed the workaround code for staging.

Verified that staging is successful in alpha:
./nom_build :core:registryTool --args='-e alpha --sql_access_info "gs://..." deploy_spec11_pipeline --project domain-registry-alpha'

and

./nom_build :core:registryTool --args='-e alpha --sql_access_info "gs://..." deploy_invoicing_pipeline'
This commit is contained in:
Weimin Yu 2020-08-10 20:56:08 -04:00 committed by GitHub
parent a7e1bd800b
commit 8dbfbb0f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 6555 additions and 6137 deletions

View file

@ -69,6 +69,7 @@ class InvoicingPipelineTest {
invoicingPipeline =
new InvoicingPipeline(
"test-project",
"region",
beamTempFolder,
beamTempFolder + "/templates/invoicing",
beamTempFolder + "/staging",

View file

@ -124,6 +124,7 @@ class Spec11PipelineTest {
spec11Pipeline =
new Spec11Pipeline(
"test-project",
"region",
beamTempFolder + "/staging",
beamTempFolder + "/templates/invoicing",
tmpDir.toAbsolutePath().toString(),