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

feat: Provide HttpTransport support for google certificates with apache HTTP client v5 (#2497) #2503

Merged
merged 24 commits into from
Aug 27, 2024

Conversation

ldetmer
Copy link
Contributor

@ldetmer ldetmer commented Aug 14, 2024

Fixes #2497 ☕️

Copy link

conventional-commit-lint-gcf bot commented Aug 14, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Aug 14, 2024
@ldetmer ldetmer marked this pull request as ready for review August 22, 2024 20:52
@ldetmer ldetmer requested a review from a team as a code owner August 22, 2024 20:52
Copy link
Contributor

@diegomarquezp diegomarquezp left a comment

Choose a reason for hiding this comment

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

Looks good overall, thanks! Just a few comments + a nit on the pom and docs

docs/component-modules.md Outdated Show resolved Hide resolved
google-api-client-apache-v5/pom.xml Outdated Show resolved Hide resolved
google-api-client-apache-v5/pom.xml Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

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

The format checker will probably complain for a missing license header in this file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i think you're looking at old version of the file?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, indeed! Please disregard.

@ldetmer ldetmer merged commit 0d39b43 into main Aug 27, 2024
16 checks passed
@ldetmer ldetmer deleted the apache-v5-upgrade branch August 27, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Start using core5 and client5 libraries as core(4) and client(4) haven't changed since 2022
3 participants