Skip to content
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

Add support for Response body generation in Compile time generation #44150

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

samvaity
Copy link
Member

@samvaity samvaity commented Feb 11, 2025

Description

Compile time code generation now supports ResponseBodyMode.DESERIALIZE for deserialization of response body data.

Generated TestInterfaceClientServiceImpl

@samvaity samvaity self-assigned this Feb 11, 2025
@azure-sdk
Copy link
Collaborator

azure-sdk commented Feb 11, 2025

API change check

APIView has identified API level changes in this PR and created following API reviews.

io.clientcore:annotation-processor
io.clientcore:core

@@ -215,4 +227,29 @@ public void doesNotChangeEncodedPath() throws IOException {

testInterface.testListNext(nextLinkUri).close();
}

@Test
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this test in RestProxy for confirming e2e scenario alongside codegen testing.

@samvaity samvaity force-pushed the response-body-generation branch from e047f88 to e908022 Compare February 11, 2025 21:03
@samvaity samvaity force-pushed the response-body-generation branch from e908022 to 631ed88 Compare February 12, 2025 22:58
@samvaity samvaity force-pushed the response-body-generation branch from 37f9e4b to 4550b7c Compare February 14, 2025 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants