Conversation
adwsingh
marked this pull request as draft
September 7, 2026 21:26
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
2 times, most recently
from
September 7, 2026 23:15
09caa64 to
9dee147
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 8, 2026 00:10
9dee147 to
3cbedb7
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 8, 2026 10:55
3cbedb7 to
373550e
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
2 times, most recently
from
September 8, 2026 15:11
ba38f6a to
8163c09
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 8, 2026 18:46
8163c09 to
06579c9
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 8, 2026 18:50
06579c9 to
f8ddf43
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 9, 2026 00:42
f8ddf43 to
50c8441
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 9, 2026 00:50
50c8441 to
c3c4aa7
Compare
adwsingh
marked this pull request as ready for review
September 9, 2026 00:54
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 9, 2026 10:55
c3c4aa7 to
ff7760d
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 9, 2026 11:27
ff7760d to
aec4da6
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 9, 2026 11:28
aec4da6 to
1b8476e
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 9, 2026 12:18
1b8476e to
c3c4aa7
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 9, 2026 18:50
c3c4aa7 to
b0ae043
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 9, 2026 19:55
b0ae043 to
5944a70
Compare
adwsingh
force-pushed
the
adwsingh/runtime-codegen-serde-http-binding
branch
from
September 10, 2026 18:02
5944a70 to
0a0c867
Compare
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.
What behavior changes?
Adds opt-in runtime-generated HTTP binding writers and
MemberSubsetCodec; wire output remains unchanged, with fallback unless strict mode is selected.Why is this change needed?
Removes per-member binding-table lookup and type dispatch from HTTP serialization;
restJson1_CopyObjectRequest_Mimproved from 992 to 902 ns/op mean on an m7i.xlarge.How was this validated?
The HTTP binding suite runs on JDK 25 in strict mode, with focused tests for wire formats, dynamic bindings, payloads, body subsets, and header-injection validation.
What should reviewers focus on?
Review trusted versus validated header values, generated type formatting, and fallback behavior for body subset serialization and direct deserialization.
Additional Links
Stacked on #1353.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.