Skip to content

fix: add native image configurations for Spanner classes #1858

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
merged 28 commits into from
May 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c94f5f3
fix: branch to test all native image configuration changes on CI
mpeddada1 Apr 27, 2022
87b0cea
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Apr 27, 2022
27924bc
include StatementResult and PostgreSqlStatementParser
mpeddada1 Apr 28, 2022
517a155
resolve conflicts
mpeddada1 Apr 28, 2022
0088e43
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Apr 28, 2022
5af4534
Merge branch 'main' of github.com:googleapis/java-spanner into test-c…
mpeddada1 Apr 28, 2022
7a9a181
Merge branch 'test-compatibility' of github.com:googleapis/java-spann…
mpeddada1 Apr 28, 2022
cc7d3c7
remove dependency on svm
mpeddada1 May 11, 2022
0031231
Merge branch 'main' of github.com:googleapis/java-spanner into test-c…
mpeddada1 May 11, 2022
4e30216
add graal-sdk dependency
mpeddada1 May 11, 2022
4987032
Update native-image.properties
mpeddada1 May 12, 2022
839e141
modify native-image.properties
mpeddada1 May 12, 2022
a73e505
merge with main
mpeddada1 May 20, 2022
6c73a6c
upgrade to 22.1.0
mpeddada1 May 20, 2022
203f1d0
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 23, 2022
ee29ce1
initialize junit class at build time
mpeddada1 May 23, 2022
c62d5c6
Merge branch 'test-compatibility' of github.com:googleapis/java-spann…
mpeddada1 May 23, 2022
036e45a
Merge branch 'main' into test-compatibility
mpeddada1 May 24, 2022
1a674d5
resolve merge conflicts
mpeddada1 May 24, 2022
c739b77
add GraalVM JDK 17 test
mpeddada1 May 24, 2022
670f798
Merge branch 'test-compatibility' of github.com:googleapis/java-spann…
mpeddada1 May 24, 2022
bf78add
Merge branch 'main' of github.com:googleapis/java-spanner into test-c…
mpeddada1 May 25, 2022
a43464a
empty commit
mpeddada1 May 25, 2022
8661e49
empty commit
mpeddada1 May 25, 2022
485245d
empty commit
mpeddada1 May 25, 2022
926f421
add pg config
mpeddada1 May 25, 2022
a43d130
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 25, 2022
b6119aa
ci: ci to build with JDK 11 (cont.) (#1890)
suztomo May 25, 2022
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
Prev Previous commit
Next Next commit
initialize junit class at build time
  • Loading branch information
mpeddada1 committed May 23, 2022
commit ee29ce1f538110941c493366186e40cd70bf7778
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Args = --initialize-at-build-time=com.google.cloud.spanner.IntegrationTestEnv \
Args = --initialize-at-build-time=com.google.cloud.spanner.IntegrationTestEnv,\
org.junit.experimental.categories.CategoryValidator,\
org.junit.validator.AnnotationValidator \
--features=com.google.cloud.spanner.nativeimage.SpannerFeature