Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<jacoco.version>0.8.13</jacoco.version>

<!-- Beam and linked versions -->
<beam.version>2.75.0</beam.version>
<beam-python.version>2.75.0</beam-python.version>
<beam-maven-repo></beam-maven-repo>
<beam.version>2.76.0</beam.version>
<beam-python.version>2.76.0</beam-python.version>
<beam-maven-repo>https://repository.apache.org/content/repositories/orgapachebeam-1434</beam-maven-repo>

<!-- Common dependency versions -->
<autovalue.version>1.10.4</autovalue.version>
Expand Down Expand Up @@ -956,7 +956,7 @@
<profile>
<id>validateCandidate</id>
<activation>
<activeByDefault>false</activeByDefault>
<jdk>[1.)</jdk>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The JDK activation range [1.) is syntactically invalid in Maven. A valid version range requires a comma to separate the lower and upper bounds (e.g., [1.8,) or [1,)). Please correct this to a valid range such as [1.8,) or [11,) depending on the minimum supported JDK version.

Suggested change
<jdk>[1.)</jdk>
<jdk>[1.8,)</jdk>

</activation>
<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion python/default_base_python_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
apache-beam[gcp]
apache-beam[gcp]==2.76.0rc2
setuptools
2 changes: 1 addition & 1 deletion python/default_base_yaml_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-beam[dataframe,gcp,test,yaml,aws,azure]
apache-beam[dataframe,gcp,test,yaml,aws,azure]==2.76.0rc2
setuptools
job-builder-util-transforms @ https://storage.googleapis.com/dataflow-templates/extra-python-packages/2026-07-20/job_builder_util_transforms-0.2.0.tar.gz
2,040 changes: 1,024 additions & 1,016 deletions python/src/main/python/bigquery-anomaly-detection/requirements_all.txt

Large diffs are not rendered by default.

5,656 changes: 2,477 additions & 3,179 deletions python/src/main/python/job-builder-server/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/src/main/python/streaming-llm/base_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apache-beam[gcp]
apache-beam[gcp]==2.76.0rc2
torch
transformers
torchvision
Expand Down
175 changes: 45 additions & 130 deletions python/src/main/python/streaming-llm/requirements.txt

Large diffs are not rendered by default.

4,291 changes: 1,882 additions & 2,409 deletions python/src/main/python/word-count-python/requirements.txt

Large diffs are not rendered by default.

5,656 changes: 2,477 additions & 3,179 deletions python/src/main/python/yaml-template/requirements.txt

Large diffs are not rendered by default.

5,656 changes: 2,477 additions & 3,179 deletions v2/googlecloud-and-mongodb/src/main/resources/requirements.txt

Large diffs are not rendered by default.

5,656 changes: 2,477 additions & 3,179 deletions v2/googlecloud-to-elasticsearch/src/main/resources/requirements.txt

Large diffs are not rendered by default.

5,656 changes: 2,477 additions & 3,179 deletions v2/googlecloud-to-googlecloud/src/main/resources/requirements.txt

Large diffs are not rendered by default.

5,656 changes: 2,477 additions & 3,179 deletions v2/googlecloud-to-splunk/src/main/resources/requirements.txt

Large diffs are not rendered by default.

5,656 changes: 2,477 additions & 3,179 deletions v2/pubsub-binary-to-bigquery/src/main/resources/requirements.txt

Large diffs are not rendered by default.

5,656 changes: 2,477 additions & 3,179 deletions yaml/src/main/python/requirements.txt

Large diffs are not rendered by default.

Loading