File tree Expand file tree Collapse file tree 7 files changed +14
-6
lines changed
google-cloud-firestore-bom
src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-firestore Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 14
14
shell : bash
15
15
run : .kokoro/build.sh
16
16
- name : Unmanaged dependency check
17
- uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.42 .0
17
+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.43 .0
18
18
with :
19
19
bom-path : google-cloud-firestore-bom/pom.xml
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42 .0"
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.43 .0"
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42 .0"
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.43 .0"
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
10
10
<artifactId >sdk-platform-java-config</artifactId >
11
- <version >3.42 .0</version >
11
+ <version >3.43 .0</version >
12
12
</parent >
13
13
14
14
<name >Google Cloud Firestore BOM</name >
Original file line number Diff line number Diff line change 130
130
<dependency >
131
131
<groupId >com.google.cloud.opentelemetry</groupId >
132
132
<artifactId >exporter-metrics</artifactId >
133
+ <exclusions >
134
+ <exclusion >
135
+ <groupId >io.opentelemetry.semconv</groupId >
136
+ <artifactId >opentelemetry-semconv</artifactId >
137
+ </exclusion >
138
+ </exclusions >
133
139
</dependency >
134
140
<!-- END OpenTelemetry -->
135
141
Original file line number Diff line number Diff line change 1
1
# FirestoreImpl uses a random number generator so it needs to be initialized at
2
2
# run-time.
3
- Args = --initialize-at-run-time=com.google.cloud.firestore.FirestoreImpl
3
+ Args = --initialize-at-run-time=com.google.cloud.firestore.FirestoreImpl \
4
+ --initialize-at-build-time=org.junit.runner.RunWith,java.lang.annotation.Annotation \
5
+ --initialize-at-build-time=org.junit.Ignore,org.junit.runners.model.FrameworkField
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
16
<artifactId >sdk-platform-java-config</artifactId >
17
- <version >3.42 .0</version >
17
+ <version >3.43 .0</version >
18
18
</parent >
19
19
20
20
<developers >
You can’t perform that action at this time.
0 commit comments