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

docs(sample): Use Java 8 for native image sample #893

Merged
merged 5 commits into from
Mar 1, 2022
Merged

Conversation

mpeddada1
Copy link
Contributor

This should fix the Native Image sample which is failing with the following error:

Screen Shot 2022-03-01 at 5 02 36 PM

@mpeddada1 mpeddada1 requested review from a team as code owners March 1, 2022 22:03
@product-auto-label product-auto-label bot added api: firestore Issues related to the googleapis/java-firestore API. samples Issues that are directly related to samples. labels Mar 1, 2022
Copy link
Member

@suztomo suztomo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also fix

              <mainClass>com.example.firestore.NativeImageFirestoreSample
              </mainClass>

to

              <mainClass>com.example.firestore.NativeImageFirestoreSample</mainClass>

@suztomo suztomo changed the title fix(java): Use Java 8 for native image sample docs(sample): Use Java 8 for native image sample Mar 1, 2022
@suztomo
Copy link
Member

suztomo commented Mar 1, 2022

I updated the title to reflect that the fix is not for the library users.

@mpeddada1 mpeddada1 added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 1, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 1, 2022
@mpeddada1 mpeddada1 merged commit 5955f54 into main Mar 1, 2022
@mpeddada1 mpeddada1 deleted the fix-native-sample branch March 1, 2022 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/java-firestore API. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants