Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permit Callback.pathItemRef to be any JSON path #2156

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

Azquelt
Copy link
Contributor

@Azquelt Azquelt commented Jan 15, 2025

Change processing of Callback.pathItemRef so that it doesn't always prefix the value with #/components/pathItems/ when adding the reference to the model.

Fixes #2155

Change processing of Callback.pathItemRef so that it doesn't always
prefix the value with #/components/pathItems/ when adding the reference
to the model.
@Azquelt Azquelt force-pushed the callback-pathItemRef branch from 9c93a4b to 50077e7 Compare January 15, 2025 16:15
Copy link
Member

@MikeEdgar MikeEdgar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Azquelt

@MikeEdgar MikeEdgar added this to the 4.0.7 milestone Jan 15, 2025
@MikeEdgar
Copy link
Member

Ignore the deprecation issue for now. I'll come back and address those in the JAX-RS module tests separately.

@MikeEdgar MikeEdgar merged commit 7bf374c into smallrye:main Jan 15, 2025
7 checks passed
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.

@Callback.pathItemRef always has #/components/pathItem/ prepended to the value
2 participants