forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
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
addHttp2ConnectionConfig #13
Open
xinlian12
wants to merge
35
commits into
enableHttp2ForTest
Choose a base branch
from
enableHttp2PublicAPI
base: enableHttp2ForTest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
xinlian12
commented
Nov 25, 2024
@@ -46,6 +47,15 @@ static HttpClient createFixed(HttpClientConfig httpClientConfig) { | |||
fixedConnectionProviderBuilder.maxIdleTime(httpClientConfig.getMaxIdleConnectionTimeout()); | |||
|
|||
// TODO[Http2]: config Http2AllocationStrategy (maxConnections & maxConcurrentStreams) |
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.
nit: remove the comments
* Added docs for using AAD auth in Spark connector * Adding EntraID naming * Update sdk/cosmos/azure-cosmos-spark_3_2-12/docs/AAD-Auth.md Co-authored-by: Tomas Varon <[email protected]> * Update AAD-Auth.md * Update AAD-Auth.md * Update sdk/cosmos/azure-cosmos-spark_3_2-12/docs/AAD-Auth.md Co-authored-by: Tomas Varon <[email protected]> * Update AAD-Auth.md --------- Co-authored-by: Tomas Varon <[email protected]>
…lity tests (Azure#43077) * Update Spring Boot and Spring Cloud versions for the compatibility test. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/12002051722 * Update spring-cloud-azure-supported-spring.json --------- Co-authored-by: github-actions <[email protected]>
…ure#43097) * add NOT_VALIDATED to poller success states * update version and changelog * update POM * unreleased version * update commonj version * build fix * build ffix * pr comments --------- Co-authored-by: Venkat Ragavan S <[email protected]>
…PI (Azure#43035) * use jacksondatabind * use jsonReader.readUntyped() instead.
Fix Java 21 Javadocs
…zure#43040) * swagger * experimenting with ping api, not done yet * experimental code, post not done, not tested * initial draft and test changes * changes to build point * fix some bugs, fix some tests * cleanup & test fixes * minor changes I forgot to push * a slight restructuring and adding yaml/licence headers * Migrate changes to the new autoconfigure module (Azure#42864) * move * markdown * check * delete unused files and remove version from yaml * starting to port stuff, incomplete * more code, not done * updating some comments according to pr review * starting to add test, test is failing * PR comment * trying to fix build error * minor * hopefully this should fix build analyze step errors * added custom dim test, need to debug * adding more tests * final changes * pr comment & fixing CI build errors * pr comments * code refactor; did not use TimeUnit as that led to some expected behavior --------- Co-authored-by: Trask Stalnaker <[email protected]>
* ChangeFeedEndLSN for spark the java implementation * ChangeFeedEndLSN for spark the java implementation * ChangeFeedEndLSN for spark the spark connector implementation * Added tests for using endLSN * Revert module-info.java * Updated changelog * Reacting to comments * Reacting to comments * Fix Tests * Fix Tests * Fix Tests * Fix tests * Fix tests * Add delay for changes and more logs * added more logs * added more logs * Changed test to not use shared database * Fix tests * Fix tests and remove logs * Reacting to comments * Reacting to comments * Fix tests * Reacting to comments * management sdk fix * check azure identity version * revert azure-identity version * Revert identity dep * Merge main * Move tests to live tests * Move to live tests
Co-authored-by: Mariana Rios Flores <[email protected]>
* allow using http2 through system properties --------- Co-authored-by: annie-mac <[email protected]>
…s#package-preview-2024-06 (Azure#43115)
* Spark release 4.35.0 * spark release 4.35.0 * update pom.xml * update CHANGELOG.md * disable tests due to change in emulator behavior
* version_client.txt * pom.xml revert * readme.md * changelog.md * single_packages.md
…43133) * add module if possible regardless of failure * fix changelog * enhance logging
Co-authored-by: Fabian Meiswinkel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.