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
542
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
* Fix up test names for reporting The web view in AzDo pulls the ame out of the results XML, which can be duplicative or unsatisfying in other ways. This will process the XML to put a bread crumb of the namespace and the type along with the test name. * remove extraneous -Path * testing * pr feedback
…st. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/12422934594 (Azure#43507) Co-authored-by: github-actions <github-actions@github.com>
* version_client.txt * pom.xml * readme.md * changelog.md * single_service_packages.md
…covery#package-2023-08 (Azure#43478)
* Use -Mail for test resources local user lookup to support TME * Auto-select TME subscription based on user context --------- Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Filter out Excludes for PR Pipelines * Updates for feedback --------- Co-authored-by: James Suplizio <jasupliz@microsoft.com>
* More prep for the PR pipeline * fix daily-dev-build-variable.yml condition to only skip the PR pipline * fiddle with the daily-dev-build-variable.yml condition
* [Automation] Generate SDK based on TypeSpec 0.27.2 * add typespec-liftr-base --------- Co-authored-by: Weidong Xu <weidxu@microsoft.com>
* Remove deprecated + past EOL AOT GraalVM libraries. * Removed mentions of the AOT GraalVM libraries in central files. * Removed GraalVM build profiles. * Fixed pipeline issues. * Removed more unused dependencies from external_dependencies.txt
…zure#43814) * Removed libraries marked as deprecated and past EOL date in https://github.com/Azure/azure-sdk/blob/main/_data/releases/latest/java-packages.csv * Removed unused dependency from external_dependencies.txt
) Updated "Health Deidentification" so it uses a team alias instead of user aliases. Left the original user aliases for now. New team alias reference: https://github.com/orgs/Azure/teams/healthdatadeidentification/members
* Add common SDK generation pipeline * Update Yaml Configuration * Update SDK generation Yaml config * Add spec-gen-sdk pipeline configuration * Remove spec-gen-sdk.yml and add archetype-spec-gen-sdk.yml * Allow pipelline override of repo organisation * Remove SkipPullRequestCreation from pipeline condition --------- Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
…re#43796) * Media streaming audio format default Pcm24kMono changed to null. * removing the live test * removing unused import --------- Co-authored-by: Vinothini Dharmaraj <v-vdharmaraj@microsoft.com>
* Plumb ExcludesPaths from the archetype through ci.yml * derp derp, actually plumb it from the archetype to the ci.yml
* updates to dynamic matrix generation. moves indirectly included packages to sparse usage. adds additional parameters to GeneratePRMatrix that enable further filtering of the matrix generated for the indirect packages --------- Co-authored-by: Scott Beddall <scbedd@microsoft.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
* progress * add separate endpoint * progress * fix env var * progress * pr comments * cleanup * changelog * cleanup * pr comments * changelog * fix test * pr comment - fix tests
* start * push progress * Update ThinClientStoreModel.java * Skeleton for ThinClientStoreModel and RNTBD serialization * Adding serialization skeleton in ThinClientStoreModel * test * fix * todo * pr comments --------- Co-authored-by: Fabian Meiswinkel <fabianm@microsoft.com> Co-authored-by: Abhijeet Mohanty <abhmohanty@microsoft.com>
* Update github.io docs to use static website instead of blobs directly * Update eng/common/scripts/copy-docs-to-blobstorage.ps1 Co-authored-by: Ben Broderick Phillips <ben@benbp.net> * Switch from AzurePowerShell to AzureCLI task * Add scriptLocation to docindex.yml * Update Generate-DocIndex.ps1 * Fix indentation in docindex.yml script block --------- Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
* Prepare release for azure-messaging-eventhubs * Prepare release for azure-messaging-eventhubs-checkpointstore-blob * Update CHANGELOG
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.