Skip to content

deps: update dependency com.google.cloud:sdk-platform-java-config to v3.43.0 #1908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c37cded
deps: update dependency com.google.cloud:sdk-platform-java-config to …
renovate-bot Feb 11, 2025
d3f0047
initialize Dialect$2 as part of strict-image-heap enforcement
diegomarquezp Feb 12, 2025
bde7751
Revert "initialize Dialect$2 as part of strict-image-heap enforcement"
diegomarquezp Feb 12, 2025
95140c6
Reapply "initialize Dialect$2 as part of strict-image-heap enforcement"
diegomarquezp Feb 12, 2025
1b95468
initialize Dialect$1 at build time
diegomarquezp Feb 12, 2025
260cafd
initialize immutable map entry at build time
diegomarquezp Feb 12, 2025
d469da9
initialize subclass of immutable map entry
diegomarquezp Feb 12, 2025
1be30bd
initialize database dialect $1
diegomarquezp Feb 12, 2025
95a0d5c
add test class initialization
diegomarquezp Feb 12, 2025
143266e
add test class initialization ii
diegomarquezp Feb 12, 2025
ac987c1
move parameterized initialization to production config
diegomarquezp Feb 12, 2025
d78fe2f
move junit config to test config
diegomarquezp Feb 12, 2025
1e865ba
Revert "move junit config to test config"
diegomarquezp Feb 13, 2025
44a29f1
include runwith in initialized junit classes
diegomarquezp Feb 13, 2025
5dd52b6
add junit method order to image heap
diegomarquezp Feb 13, 2025
1b7f38e
add junit's category to image heap
diegomarquezp Feb 13, 2025
619e396
remove java.lang.annotation from image heap
diegomarquezp Feb 13, 2025
3c0627c
initialize parameterized junit class at build time
diegomarquezp Feb 17, 2025
503d2a7
initialize framework in image-heap
diegomarquezp Feb 17, 2025
cb7c184
initialize it test parameter at build time explicitly
diegomarquezp Feb 17, 2025
15a59cc
explicitly initialize singleton immutablebimap
diegomarquezp Feb 17, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/unmanaged_dependency_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
shell: bash
run: .kokoro/build.sh
- name: Unmanaged dependency check
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.42.0
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.43.0
with:
bom-path: pom.xml
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-17.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.43.0"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.43.0"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.42.0</version>
<version>3.43.0</version>
</parent>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion samples/quickperf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.42.0</version>
<version>3.43.0</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.42.0</version>
<version>3.43.0</version>
<relativePath/>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Args = --initialize-at-build-time==com.google.cloud.spanner.IntegrationTestEnv,\
com.google.cloud.spanner.jdbc.it.JdbcIntegrationTestEnv,\
com.google.cloud.spanner.jdbc.it.DialectTestParameter,\
com.google.common.collect.RegularImmutableMap,\
com.google.common.collect.ImmutableMapEntry,\
com.google.common.collect.ImmutableMapEntry$NonTerminalImmutableMapEntry,\
com.google.common.collect.SingletonImmutableBiMap,\
com.google.cloud.spanner.Dialect,\
com.google.cloud.spanner.Dialect$2,\
com.google.cloud.spanner.Dialect$1,\
com.google.spanner.admin.database.v1.DatabaseDialect,\
org.junit.runners.MethodSorters
com.google.spanner.admin.database.v1.DatabaseDialect$1,\
org.junit.runners.MethodSorters,\
org.junit.runners.Parameterized,\
org.junit.runner.RunWith,\
org.junit.FixMethodOrder,\
org.junit.experimental.categories.Category,\
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters,\
org.junit.runners.model.FrameworkField,\