Skip to content

Add RFC 10008 (The HTTP QUERY Method) support#465

Merged
adamw merged 2 commits into
softwaremill:masterfrom
desiderantes:query-method
Jul 13, 2026
Merged

Add RFC 10008 (The HTTP QUERY Method) support#465
adamw merged 2 commits into
softwaremill:masterfrom
desiderantes:query-method

Conversation

@desiderantes

Copy link
Copy Markdown
Contributor

This adds basic support so it can be used to build proper RFC 10008 support in consumers.

desiderantes and others added 2 commits July 10, 2026 14:45
…mpatibility

Adding a val to a trait breaks binary compatibility for external
classes implementing it (the val's backing field and synthetic setter
must exist in every implementor). A concrete def compiles to a JVM
default method, which old implementors inherit.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@adamw adamw merged commit 2b169d5 into softwaremill:master Jul 13, 2026
5 checks passed
@adamw

adamw commented Jul 13, 2026

Copy link
Copy Markdown
Member

Thanks! (added a small MiMA tweak)

@desiderantes desiderantes deleted the query-method branch July 13, 2026 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants