Skip to content

Commit db9c5a5

Browse files
Merge branch 'main' into uuid
2 parents 0b821ee + 57497ad commit db9c5a5

File tree

162 files changed

+12404
-1947
lines changed

Some content is hidden

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

162 files changed

+12404
-1947
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
# The @googleapis/api-spanner-java is the default owner for changes in this repo
8-
* @googleapis/yoshi-java @googleapis/api-spanner-java
9-
**/*.java @googleapis/api-spanner-java
10-
11-
# The java-samples-reviewers team is the default owner for samples changes
12-
samples/**/*.java @googleapis/java-samples-reviewers @googleapis/api-spanner-java
7+
# The @googleapis/spanner-client-libraries-java is the default owner for changes in this repo
8+
* @googleapis/yoshi-java @googleapis/spanner-client-libraries-java

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.51.1
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.54.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.github/workflows/integration-tests-against-emulator-with-multiplexed-session.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
env:
4040
JOB_TYPE: test
4141
SPANNER_EMULATOR_HOST: localhost:9010
42-
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS: true
42+
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS: true

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
# repository
1818
.kokoro/build.sh
1919
- name: Unmanaged dependency check
20-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.41.1
20+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.43.0
2121
with:
2222
bom-path: google-cloud-spanner-bom/pom.xml

.kokoro/continuous/integration-cloud-devel-directpath-enabled.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ env_vars: {
2727
}
2828

2929
env_vars: {
30-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
30+
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
3131
value: "true"
3232
}

.kokoro/continuous/integration-cloud-staging-directpath-enabled.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ env_vars: {
2727
}
2828

2929
env_vars: {
30-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
30+
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
3131
value: "true"
3232
}

.kokoro/nightly/integration-cloud-devel-directpath-enabled.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ env_vars: {
2222
}
2323

2424
env_vars: {
25-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
25+
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
2626
value: "true"
2727
}
28-

.kokoro/nightly/integration-cloud-staging-directpath-enabled.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ env_vars: {
2222
}
2323

2424
env_vars: {
25-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
25+
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
2626
value: "true"
2727
}

.kokoro/nightly/integration-directpath-enabled.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ env_vars: {
3737
}
3838

3939
env_vars: {
40-
key: "GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
40+
key: "GOOGLE_SPANNER_ENABLE_DIRECT_ACCESS"
4141
value: "true"
4242
}

.kokoro/presubmit/graalvm-native-17.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.41.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.43.0"
77
}
88

99
env_vars: {

0 commit comments

Comments
 (0)