Skip to content
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

build(deps): update dependency com.google.cloud:native-image-shared-config to v1.14.0 #2062

Closed
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
dceff5b
build(deps): update dependency com.google.cloud:native-image-shared-c…
renovate-bot Jan 25, 2025
e2c988e
disable testDisconnectShouldNotWaitToReadResponse for JDK >= 23
diegomarquezp Jan 28, 2025
d355740
fix assumption code
diegomarquezp Jan 28, 2025
2fbd4cb
fix assumption ii
diegomarquezp Jan 28, 2025
e525298
Revert "fix assumption ii"
diegomarquezp Jan 28, 2025
42958ef
Revert "fix assumption code"
diegomarquezp Jan 28, 2025
a74d12c
Revert "disable testDisconnectShouldNotWaitToReadResponse for JDK >= 23"
diegomarquezp Jan 28, 2025
e648262
Merge branch 'main' into renovate/com.google.cloud-native-image-share…
diegomarquezp Jan 28, 2025
7599092
chore: use JUnit4 in tests
diegomarquezp Jan 31, 2025
84f3f4f
use at least 1 Junit38 test
diegomarquezp Jan 31, 2025
c9eb627
Revert "use at least 1 Junit38 test"
diegomarquezp Jan 31, 2025
74d8487
fix net http response tests
diegomarquezp Jan 31, 2025
dbdba31
annotate tests with @RunWith(JUnit4.class)
diegomarquezp Feb 3, 2025
2ba8ac0
initialize static members in static block
diegomarquezp Feb 4, 2025
22e0f17
use static blocks to initialize test classes
diegomarquezp Feb 4, 2025
4c4d719
format
diegomarquezp Feb 4, 2025
905c8f3
set up class initialization
diegomarquezp Feb 4, 2025
d78c642
convert google-http-client-test to JUnit4
diegomarquezp Feb 4, 2025
f3b785e
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 4, 2025
e99ea38
use java.nio for tests
diegomarquezp Feb 5, 2025
9faa908
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 5, 2025
e7bd4e1
run with JUnit 4 explicitly
diegomarquezp Feb 5, 2025
3121f60
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 5, 2025
73ebee2
use static block
diegomarquezp Feb 5, 2025
8205011
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 5, 2025
06acc4a
Revert "use static block"
diegomarquezp Feb 5, 2025
c388a04
Reapply "use static block"
diegomarquezp Feb 5, 2025
6b0a708
initialize IS_WINDOWS at build time
diegomarquezp Feb 5, 2025
9455b69
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 5, 2025
c70dbd1
prevent cryptic message when initializing FileDataStoreFactory
diegomarquezp Feb 5, 2025
3b27435
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 5, 2025
4e507a0
fix static initialization in AbstractDatastoreFactory
diegomarquezp Feb 5, 2025
3f6483d
test no IS_WINDOWS
diegomarquezp Feb 5, 2025
e646c47
Revert "test no IS_WINDOWS"
diegomarquezp Feb 5, 2025
70b2b15
ruling out logger initialization
diegomarquezp Feb 5, 2025
0d0f4d7
add test output
diegomarquezp Feb 5, 2025
937aabf
safe initialization of ID_PATTERN
diegomarquezp Feb 5, 2025
c9fb4bf
remove provided scope depdendency
diegomarquezp Feb 5, 2025
7b5d600
convert appengine transport to JUnit 4
diegomarquezp Feb 5, 2025
25c6523
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 5, 2025
0b346a1
add clirr differences
diegomarquezp Feb 6, 2025
c5f76a1
include appengine classes in runtime
diegomarquezp Feb 6, 2025
7e35ed1
add native config
diegomarquezp Feb 6, 2025
8e90738
add reflect-config for appengine
diegomarquezp Feb 6, 2025
bf74443
use JUnit4 in GSON tests
diegomarquezp Feb 6, 2025
818da9a
fix clirr
diegomarquezp Feb 6, 2025
d6f991c
port abstract json parser test to JUnit4
diegomarquezp Feb 6, 2025
1322e42
remove unused imports
diegomarquezp Feb 6, 2025
3b8c44c
update clirr again
diegomarquezp Feb 6, 2025
bf0c6b4
add native config to gson module
diegomarquezp Feb 6, 2025
411304b
convert jackson module to JUnit4
diegomarquezp Feb 6, 2025
fff197f
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 6, 2025
dfb48fe
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 6, 2025
f787ea4
make jackson factory instantiation native friendly
diegomarquezp Feb 6, 2025
505f931
config test-only build-time initialization
diegomarquezp Feb 6, 2025
94aab38
adapt protocol buffers module to JUnit 4
diegomarquezp Feb 6, 2025
9ad8269
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 6, 2025
35543d3
initialize test classes at test time
diegomarquezp Feb 6, 2025
715fc0d
convert xml module to JUnit4
diegomarquezp Feb 6, 2025
de7a0b5
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 6, 2025
dd335e8
add test time initialization entries to xml module
diegomarquezp Feb 6, 2025
6209970
format
diegomarquezp Feb 6, 2025
3d4c01f
restore debug setup
diegomarquezp Feb 6, 2025
448d178
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.…
diegomarquezp Feb 6, 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 .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ env_vars: {
}

container_properties {
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.13.0"
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.14.0"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ env_vars: {
}

container_properties {
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.13.0"
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.14.0"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-shared-config</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</parent>

<!--
Expand Down