Skip to content

Add @MaximumSchema support for integration tests #1863

Description

@krowvin

Follow-up to PR #1734.

Add a class- and method-level @MaximumSchema execution condition, complementary to @MinimumSchema, so integration tests that verify behavior on older schemas can be skipped once the configured schema exceeds their supported version.

Use it to replace the manual schema assumption in UserListUnsupportedSchemaTestIT.

Acceptance criteria:

  • @MaximumSchema supports class and method targets.
  • Tests above the declared maximum schema are skipped with a clear reason.
  • UserListUnsupportedSchemaTestIT uses the annotation instead of assumeTrue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions