Add support for static headers and query params in compile time codegen#44750
Merged
samvaity merged 9 commits intoAzure:mainfrom Apr 17, 2025
Merged
Add support for static headers and query params in compile time codegen#44750samvaity merged 9 commits intoAzure:mainfrom
samvaity merged 9 commits intoAzure:mainfrom
Conversation
Collaborator
|
API change check API changes are not detected in this pull request. |
f7dbc6f to
d19344e
Compare
...src/main/java/io/clientcore/annotation/processor/templating/JavaParserTemplateProcessor.java
Outdated
Show resolved
Hide resolved
...src/main/java/io/clientcore/annotation/processor/templating/JavaParserTemplateProcessor.java
Outdated
Show resolved
Hide resolved
srnagar
reviewed
Mar 21, 2025
...on-processor/src/main/java/io/clientcore/annotation/processor/models/HttpRequestContext.java
Outdated
Show resolved
Hide resolved
...on-processor/src/main/java/io/clientcore/annotation/processor/models/HttpRequestContext.java
Outdated
Show resolved
Hide resolved
...src/main/java/io/clientcore/annotation/processor/templating/JavaParserTemplateProcessor.java
Outdated
Show resolved
Hide resolved
Member
Author
|
@JonathanGiles / @srnagar / @alzimmermsft Based on our offline conversation, it appears that the static headers concept is not widely used, and it is primarily utilized by management libraries. The PR is currently on hold, pending that discussion. |
50d417f to
71413ae
Compare
c93b210 to
16857ab
Compare
...ain/java/io/clientcore/annotation/processor/test/implementation/TestInterfaceClientImpl.java
Outdated
Show resolved
Hide resolved
...on-processor/src/main/java/io/clientcore/annotation/processor/models/HttpRequestContext.java
Outdated
Show resolved
Hide resolved
...on-processor/src/main/java/io/clientcore/annotation/processor/models/HttpRequestContext.java
Outdated
Show resolved
Hide resolved
...on-processor/src/main/java/io/clientcore/annotation/processor/models/HttpRequestContext.java
Outdated
Show resolved
Hide resolved
...src/main/java/io/clientcore/annotation/processor/templating/JavaParserTemplateProcessor.java
Outdated
Show resolved
Hide resolved
...src/main/java/io/clientcore/annotation/processor/templating/JavaParserTemplateProcessor.java
Outdated
Show resolved
Hide resolved
...src/main/java/io/clientcore/annotation/processor/templating/JavaParserTemplateProcessor.java
Outdated
Show resolved
Hide resolved
...src/main/java/io/clientcore/annotation/processor/templating/JavaParserTemplateProcessor.java
Outdated
Show resolved
Hide resolved
16857ab to
32ed747
Compare
8189358 to
c7ea8c9
Compare
4126484 to
899029d
Compare
alzimmermsft
approved these changes
Apr 17, 2025
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
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.
Description
Closes: #44747
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines