-
Notifications
You must be signed in to change notification settings - Fork 719
feat: Provide HttpTransport support for google certificates with apache HTTP client v5 (#2497) #2503
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
feat: Provide HttpTransport support for google certificates with apache HTTP client v5 (#2497) #2503
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ce808d7
provide HttpTransport support for google certificates with apache HTT…
ldetmer 7233bae
cleaned up IT tests
ldetmer 84e1369
cleaned up changes
ldetmer 88a874a
update to use new http-client version
ldetmer 4e53dca
update to use correct google-http-client-apache-v5 version
ldetmer 9cdab69
add checkstyle to apache 5 module + fixed lint issues
ldetmer 7493d89
removed lambda expressions
ldetmer 339e85e
removed unused pom plugins
ldetmer 2759ec5
fixed lint
ldetmer fe19e21
trying to get lint to pass
ldetmer 8b54078
fix maven dependencies
ldetmer 06f05e4
remove netty server as its has a security vunerability
ldetmer 17aae74
trying to fix lint
ldetmer 9846e10
trying to fix lint
ldetmer a47f7df
trying to fix lint
ldetmer 06d9efa
trying to fix lint
ldetmer 9317fb5
trying to remove dependency on netty
ldetmer f98ea0c
trying to remove dependency on netty
ldetmer efb409c
trying to remove dependency on netty
ldetmer b3dd58d
final fixes
ldetmer 461b49e
final fixes
ldetmer a815942
fixed pom issues as well as added more verbose module description
ldetmer 7819e20
fixed pom issues as well as added more verbose module description
ldetmer 838e701
fixed pom issues
ldetmer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add checkstyle to apache 5 module + fixed lint issues
- Loading branch information
commit 9cdab695981e87ec697df6a8139cb8b69acd0877
There are no files selected for viewing
This file contains hidden or 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
10 changes: 10 additions & 0 deletions
10
google-api-client-apache-v5/src/checkstyle/checkstyle-suppressions.xml
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE suppressions PUBLIC | ||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" | ||
"https://checkstyle.org/dtds/suppressions_1_2.dtd"> | ||
<suppressions> | ||
<!-- Test checkstyle suppressions --> | ||
<suppress checks="MissingJavadocType" files="/src/test/"/> | ||
<suppress checks="AbbreviationAsWordInName" files="/src/test/"/> | ||
<suppress checks="VariableDeclarationUsageDistance" files="/src/test/"/> | ||
</suppressions> |
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
...ient-apache-v5/src/main/java/com/google/api/client/googleapis/apache/v5/package-info.java
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, indeed! Please disregard.