-
Notifications
You must be signed in to change notification settings - Fork 119
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
docs(sample): Add sample for native image support in Bigquery #1829
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: This pull request is touching the following templated files:
|
product-auto-label
bot
added
api: bigquery
Issues related to the googleapis/java-bigquery API.
samples
Issues that are directly related to samples.
labels
Feb 4, 2022
stephaniewang526
approved these changes
Feb 7, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Feb 11, 2022
🤖 I have created a release *beep* *boop* --- ## [2.9.0](v2.8.0...v2.9.0) (2022-02-11) ### Features * add Interval type support ([#1844](#1844)) ([fd3751a](fd3751a)) ### Documentation * **sample:** Add sample for native image support in Bigquery ([#1829](#1829)) ([7bb6c79](7bb6c79)) ### Dependencies * update actions/github-script action to v6 ([#1847](#1847)) ([7ffe963](7ffe963)) * update dependency com.google.cloud:google-cloud-bigtable to v2.5.3 ([#1840](#1840)) ([88fc05f](88fc05f)) * update dependency com.google.cloud:google-cloud-storage to v2.4.0 ([#1828](#1828)) ([d628fff](d628fff)) * update dependency com.google.cloud:google-cloud-storage to v2.4.1 ([#1839](#1839)) ([e8ebd5c](e8ebd5c)) * update dependency com.google.cloud:native-image-support to v0.12.0 ([#1832](#1832)) ([1d27b30](1d27b30)) * update dependency com.google.cloud:native-image-support to v0.12.1 ([#1841](#1841)) ([15918a1](15918a1)) * update dependency com.google.cloud:native-image-support to v0.12.2 ([#1843](#1843)) ([56e6acf](56e6acf)) * update dependency com.google.cloud:native-image-support to v0.12.3 ([#1845](#1845)) ([b64b441](b64b441)) * update dependency com.google.oauth-client:google-oauth-client-java6 to v1.33.1 ([#1835](#1835)) ([7680714](7680714)) * update dependency com.google.oauth-client:google-oauth-client-jetty to v1.33.1 ([#1836](#1836)) ([950f3cd](950f3cd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gcf-owl-bot bot
added a commit
that referenced
this pull request
Jul 24, 2023
…1829) * chore: update dependencies in requirements.txt to address dependabot security alerts * update dependencies within gcp/templates --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com> Source-Link: googleapis/synthtool@af76aa5 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:46d2d262cd285c638656c8bde468011b723dc0c7ffd6a5ecc2650fe639c82e8f
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jul 24, 2023
…1829) (#2809) * chore: update dependencies in requirements.txt to address dependabot security alerts * update dependencies within gcp/templates --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com> Source-Link: https://togithub.com/googleapis/synthtool/commit/af76aa51249c5f6d8efb66e8ac390ec651f9f2f6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:46d2d262cd285c638656c8bde468011b723dc0c7ffd6a5ecc2650fe639c82e8f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquery
Issues related to the googleapis/java-bigquery API.
samples
Issues that are directly related to samples.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR copies over the Bigquery sample and README for native image support from GoogleCloudPlatform/native-image-support-java. In addition to the sample, it also adds an integration test that can run as a native image.
Calling
mvn package -Pnative
builds the native image for the application and callingmvn test -Pnative
runs the test as a native image.For more information: https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#configuration