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

Update Google Cloud SQL guide #43901

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented Oct 16, 2024

Closes #43876

@daniel-pettersson-pricer can you please review?

@quarkus-bot

This comment has been minimized.

Copy link

github-actions bot commented Oct 16, 2024

🙈 The PR is closed and the preview is expired.


[source,properties]
----
quarkus.native.additional-build-args=--initialize-at-run-time=jnr.ffi.provider.jffi.NativeFinalizer$SingletonHolder\,com.kenai.jffi.internal.Cleaner

Choose a reason for hiding this comment

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

There is a small typo here, there should be double backslashes to escape the comma. See: #6710 (comment)

Copy link
Member

Choose a reason for hiding this comment

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

@loicmathieu @daniel-pettersson-pricer do you think it would make sense to have an extension here: https://github.com/quarkiverse/quarkus-google-cloud-services to handle this properly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you @daniel-pettersson-pricer. Fixed.

Copy link
Contributor

@loicmathieu loicmathieu Oct 16, 2024

Choose a reason for hiding this comment

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

@gsmet it's not the first time we asked ourself about an extension for CloudSQL but the issue is that as it would not be tested on a real instance for practical reason (cost), this would probably not catch this kind of errors so I'm not sure it's worth the work.

Copy link
Member

Choose a reason for hiding this comment

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

Well, that would be a good way to capitalize on things. I agree it's not going to magically fix the reported issues but at least people could get the latest fixes just by updating.

Now it's just an idea.

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link

@daniel-pettersson-pricer daniel-pettersson-pricer left a comment

Choose a reason for hiding this comment

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

I think it looks nice. Just the issue with the escaping of the comma in the additional-build-args that I wrote about in a comment that need to be addressed

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 16, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 489f919.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@gsmet
Copy link
Member

gsmet commented Oct 16, 2024

@daniel-pettersson-pricer thanks for the thorough review, let's get this merged and backported.

@gsmet gsmet merged commit 1c2b211 into quarkusio:main Oct 16, 2024
5 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.17 - main milestone Oct 16, 2024
@zakkak zakkak deleted the 2024-10-16-fix-43876 branch October 16, 2024 19:34
@gsmet gsmet modified the milestones: 3.17 - main, 3.15.2 Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not up-to-date documentation in guide for using Cloud SQL with native executables
4 participants