Skip to content

Commit

Permalink
initial beam upgrade, ITs WiP. #4314
Browse files Browse the repository at this point in the history
  • Loading branch information
bamaer committed Sep 17, 2024
1 parent 9316649 commit db9d67e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bin
routes.yml
*.tgf
.vscode
.swp
*.swp

rebel.xml
rebel-remote.xml
Expand Down Expand Up @@ -57,4 +57,4 @@ integration-tests/json/output
integration-tests/mdi/files/excelwriter-mdi-test.xlsx
integration-tests/spreadsheet/files/sample-file-append.xlsx

assemblies/debug/audit
assemblies/debug/audit
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<httpclient.version>4.5.13</httpclient.version>
<httpclient5.version>5.3.1</httpclient5.version>
<jackcess.version>4.0.4</jackcess.version>
<jackson.version>2.15.0</jackson.version>
<jackson.version>2.17.2</jackson.version>
<jakarta-mail.version>2.0.1</jakarta-mail.version>
<jakarta.version>3.1.0</jakarta.version>
<javassist.version>3.28.0-GA</javassist.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ public abstract class BeamPipelineEngine extends Variables

static MetricResults EMPTY_METRIC_RESULTS =
new DefaultMetricResults(
Collections.emptyList(), Collections.emptyList(), Collections.emptyList());
Collections.emptyList(),
Collections.emptyList(),
Collections.emptyList(),
Collections.emptyList());

/**
* Constant specifying a filename containing XML to inject into a ZIP file created during resource
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</distributionManagement>

<properties>
<apache-beam.version>2.56.0</apache-beam.version>
<apache-beam.version>2.59.0</apache-beam.version>
<assembly_appendId>false</assembly_appendId>
<assembly_package-phase>package</assembly_package-phase>
<attach-sources-phase>verify</attach-sources-phase>
Expand Down

0 comments on commit db9d67e

Please sign in to comment.