-
Notifications
You must be signed in to change notification settings - Fork 28
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
Revert from Async to Sync #770
Conversation
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.
Thanks for starting this, a couple of comments to help fasttrack it.
components/abstractions/src/main/java/com/microsoft/kiota/ResponseHandler.java
Outdated
Show resolved
Hide resolved
...tractions/src/main/java/com/microsoft/kiota/authentication/ApiKeyAuthenticationProvider.java
Show resolved
Hide resolved
...actions/src/main/java/com/microsoft/kiota/serialization/SerializationWriterProxyFactory.java
Outdated
Show resolved
Hide resolved
...azure/src/main/java/com/microsoft/kiota/authentication/AzureIdentityAccessTokenProvider.java
Show resolved
Hide resolved
.../http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/HeadersInspectionHandler.java
Show resolved
Hide resolved
components/abstractions/src/main/java/com/microsoft/kiota/RequestAdapter.java
Outdated
Show resolved
Hide resolved
components/http/okHttp/src/main/java/com/microsoft/kiota/http/OkHttpRequestAdapter.java
Outdated
Show resolved
Hide resolved
components/http/okHttp/src/main/java/com/microsoft/kiota/http/OkHttpRequestAdapter.java
Outdated
Show resolved
Hide resolved
components/http/okHttp/src/main/java/com/microsoft/kiota/http/OkHttpRequestAdapter.java
Show resolved
Hide resolved
components/http/okHttp/src/main/java/com/microsoft/kiota/http/OkHttpRequestAdapter.java
Outdated
Show resolved
Hide resolved
appreciate the feedback and insight @baywet , thanks! |
33ff704
to
9cb62a8
Compare
Kudos, SonarCloud Quality Gate passed! |
Please retry analysis of this Pull-Request directly on SonarCloud. |
...azure/src/main/java/com/microsoft/kiota/authentication/AzureIdentityAccessTokenProvider.java
Outdated
Show resolved
Hide resolved
...tions/src/test/java/com/microsoft/kiota/authentication/ApiKeyAuthenticationProviderTest.java
Show resolved
Hide resolved
.../src/main/java/com/microsoft/kiota/authentication/BaseBearerTokenAuthenticationProvider.java
Outdated
Show resolved
Hide resolved
components/abstractions/src/main/java/com/microsoft/kiota/MultipartBody.java
Show resolved
Hide resolved
components/http/okHttp/src/main/java/com/microsoft/kiota/http/OkHttpRequestAdapter.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
This comment was marked as outdated.
This comment was marked as outdated.
Conflicts have been resolved. A maintainer will take a look shortly. |
Kudos, SonarCloud Quality Gate passed! |
Please retry analysis of this Pull-Request directly on SonarCloud. |
e5d871b
to
c9f9a99
Compare
Kudos, SonarCloud Quality Gate passed! |
Please retry analysis of this Pull-Request directly on SonarCloud. |
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Please retry analysis of this Pull-Request directly on SonarCloud. |
Changelog and Version
07e7a58
to
cbe580b
Compare
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
Getting really close!
components/http/okHttp/src/main/java/com/microsoft/kiota/http/HeadersCompatibility.java
Show resolved
Hide resolved
components/http/okHttp/src/main/java/com/microsoft/kiota/http/OkHttpRequestAdapter.java
Outdated
Show resolved
Hide resolved
components/http/okHttp/src/main/java/com/microsoft/kiota/http/OkHttpRequestAdapter.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
Please retry analysis of this Pull-Request directly on SonarCloud. |
Kudos, SonarCloud Quality Gate passed! |
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.
thanks for making the changes
Begin work to revert from Async to Sync for Java-Kiota components.
fixes #175