Skip to content

Commit bedc6fa

Browse files
committed
chore: Reset pom properties names to original value
1 parent 3f89d91 commit bedc6fa

File tree

63 files changed

+312
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+312
-286
lines changed

.cloudbuild/graalvm/cloudbuild-test-a.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.52.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.52.4-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.16.1'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild-test-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.52.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.52.4-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.16.1'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild-test-c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.52.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.52.4-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.16.1'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.52.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.52.4-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.16.1'
1919
steps:
2020
# GraalVM A build

.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_GAPIC_GENERATOR_JAVA_VERSION: '2.62.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
17+
_GAPIC_GENERATOR_JAVA_VERSION: '2.62.4-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
1818
_PRIVATE_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation"
1919
_PRIVATE_SHA_IMAGE_ID: "${_PRIVATE_IMAGE_NAME}:${COMMIT_SHA}"
2020
_PRIVATE_LATEST_IMAGE_ID: "${_PRIVATE_IMAGE_NAME}:latest"

.cloudbuild/library_generation/library_generation.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM docker.io/library/maven:3.9.9-eclipse-temurin-17-alpine@sha256:969014ee8852
2121
WORKDIR /sdk-platform-java
2222
COPY . .
2323
# {x-version-update-start:gapic-generator-java:current}
24-
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.62.1-SNAPSHOT"
24+
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.62.4-SNAPSHOT"
2525
# {x-version-update-end}
2626

2727
# Download the java formatter

.cloudbuild/library_generation/library_generation_airlock.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/maven@sha256:d3f0
2121
WORKDIR /sdk-platform-java
2222
COPY . .
2323
# {x-version-update-start:gapic-generator-java:current}
24-
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.62.1-SNAPSHOT"
24+
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.62.4-SNAPSHOT"
2525
# {x-version-update-end}
2626

2727
# Download the java formatter

.github/workflows/ci.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
- name: Integration Tests
9292
run: |
9393
bazelisk --batch test //test/integration/...
94-
build-java-24:
95-
name: "build(24) except self-service clients"
96-
# Support for Java 24 is available for all use cases except self-service clients.
94+
build-java-25:
95+
name: "build(25) except self-service clients"
96+
# Support for Java 25 is available for all use cases except self-service clients.
9797
runs-on: ubuntu-22.04
9898
steps:
9999
- uses: actions/checkout@v4
100100
- uses: actions/setup-java@v4
101101
with:
102-
java-version: 24
102+
java-version: 25
103103
distribution: temurin
104104
cache: maven
105105
- run: java -version
@@ -120,7 +120,7 @@ jobs:
120120
- run: bazelisk version
121121
- name: Install Maven modules
122122
run: |
123-
mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip
123+
mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip -Dfmt.skip
124124
- name: Integration Tests
125125
# note need to set shouldInstallTestSecurityManager=false due to https://github.com/bazelbuild/bazel/issues/24354
126126
run: |
@@ -307,7 +307,7 @@ jobs:
307307
runs-on: ubuntu-22.04
308308
strategy:
309309
matrix:
310-
java: [ 11, 17, 21, 24 ]
310+
java: [ 11, 17, 21, 25 ]
311311
steps:
312312
- uses: actions/checkout@v4
313313
- uses: actions/setup-java@v4
@@ -318,11 +318,6 @@ jobs:
318318
- name: Install Maven modules
319319
run: |
320320
mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip -Dfmt.skip
321-
- name: Java Linter
322-
if: matrix.java >= 17
323-
working-directory: java-showcase
324-
run: |
325-
mvn -B -ntp fmt:check
326321
- name: Showcase golden tests
327322
working-directory: java-showcase
328323
run: |

.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- java-storage-nio
4242
# Default Protobuf-Java versions to use are specified here. Without this, the nightly workflow won't know
4343
# which values to use and would resolve to ''.
44-
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"3.25.5","4.29.0"')) }}
44+
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"3.25.8","4.32.0"')) }}
4545
steps:
4646
- name: Checkout sdk-platform-java repo
4747
uses: actions/checkout@v4

.kokoro/nightly/downstream-protobuf-source-compatibility.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
4848
-Denforcer.skip \
4949
-Dmaven.javadoc.skip \
5050
-Denforcer.skip \
51-
-Dprotobuf-java.version=${PROTOBUF_RUNTIME_VERSION} \
51+
-Dprotobuf.version=${PROTOBUF_RUNTIME_VERSION} \
5252
-pl "${google_cloud_java_handwritten_maven_args}" -am \
5353
"${surefire_opt}" \
5454
-T 1C
@@ -58,7 +58,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
5858
-Denforcer.skip \
5959
-Dmaven.javadoc.skip \
6060
-Denforcer.skip \
61-
-Dprotobuf-java.version=${PROTOBUF_RUNTIME_VERSION} \
61+
-Dprotobuf.version=${PROTOBUF_RUNTIME_VERSION} \
6262
"${surefire_opt}" \
6363
-T 1C
6464
fi

0 commit comments

Comments
 (0)