Skip to content

Normalize quarkus.platform.version in test golden file comparison - #455

Merged
EricWittmann merged 1 commit into
mainfrom
fix/quarkus-test-version-normalization
Jul 27, 2026
Merged

Normalize quarkus.platform.version in test golden file comparison#455
EricWittmann merged 1 commit into
mainfrom
fix/quarkus-test-version-normalization

Conversation

@EricWittmann

Copy link
Copy Markdown
Contributor

Summary

  • Adds normalizeQuarkusPlatformVersion() to OpenApi2TestBase that replaces
    <quarkus.platform.version> values with a fixed placeholder before assertion,
    making the 22 golden pom.xml fixtures version-agnostic
  • Follows the same pattern as the existing normalizeJdkVersion() method
  • Prevents future Renovate version bumps from breaking OpenApi2QuarkusTest

Fixes #454

Test plan

  • Full build passes via build.sh — all 10 OpenApi2QuarkusTest tests green
  • CI passes on this PR
  • After merge, rebase Renovate PR Update quarkus.platform.version #453 and confirm its CI passes

@EricWittmann
EricWittmann merged commit 44c9a4b into main Jul 27, 2026
2 checks passed
@EricWittmann
EricWittmann deleted the fix/quarkus-test-version-normalization branch July 27, 2026 13:13
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.

Renovate PR #453 fails CI: Quarkus codegen test fixtures need version update

1 participant