Skip to content

Stabilize Spring Data Sort and Pageable schema property order - #3341

Merged
bnasslahsen merged 1 commit into
springdoc:mainfrom
dpkass:fix/sort-pageable-schema-order
Sep 6, 2026
Merged

Stabilize Spring Data Sort and Pageable schema property order#3341
bnasslahsen merged 1 commit into
springdoc:mainfrom
dpkass:fix/sort-pageable-schema-order

Conversation

@dpkass

@dpkass dpkass commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Stabilizes the property order of generated Spring Data SortObject and PageableObject schemas. This avoids noisy OpenAPI and generated-client diffs where the schema shape is unchanged but pagination properties are emitted in a different order.

This applies the same approach as #3281 to SortObject and PageableObject.

Apply the same property-order stabilization as PR springdoc#3281 to SortObject and PageableObject, avoiding noisy OpenAPI and generated-client diffs.

Co-Authored-By: Codex GPT-6 <noreply@openai.com>
@dpkass
dpkass force-pushed the fix/sort-pageable-schema-order branch from ee68562 to a4f2a8b Compare September 5, 2026 00:33
@bnasslahsen
bnasslahsen merged commit 36ef1c6 into springdoc:main Sep 6, 2026
1 check passed
bnasslahsen pushed a commit that referenced this pull request Sep 6, 2026
Apply the same property-order stabilization as PR #3281 to SortObject and PageableObject, avoiding noisy OpenAPI and generated-client diffs.

Backport of PR #3341 from the main line.

Co-Authored-By: Codex GPT-6 <noreply@openai.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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