fix(ext): update stale HeaderMap references to Http1HeaderMap #11

Merged
Relism merged 1 commits from hotfix/header-map-rename into master 2026-08-14 18:27:14 +00:00
Owner

HeaderMap was split into the HeaderView interface and Http1HeaderMap
impl in the HTTP/2 model refactor, but two extension-module tests
(flash-ext-jackson, flash-ext-view-jte) still referenced the old
class name, breaking the CI build on master after the HTTP/2 PR merge.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01JCmqb7XGb3JQvCWf589yma

HeaderMap was split into the HeaderView interface and Http1HeaderMap impl in the HTTP/2 model refactor, but two extension-module tests (flash-ext-jackson, flash-ext-view-jte) still referenced the old class name, breaking the CI build on master after the HTTP/2 PR merge. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JCmqb7XGb3JQvCWf589yma
Relism added 1 commit 2026-08-14 18:27:10 +00:00
HeaderMap was split into the HeaderView interface and Http1HeaderMap
impl in the HTTP/2 model refactor, but two extension-module tests
(flash-ext-jackson, flash-ext-view-jte) still referenced the old
class name, breaking the CI build on master after the HTTP/2 PR merge.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JCmqb7XGb3JQvCWf589yma
Relism merged commit 787ae610d4 into master 2026-08-14 18:27:14 +00:00
Relism deleted branch hotfix/header-map-rename 2026-08-14 18:27:14 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Relism/Flash5#11