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

[API review] Preserve OpenAPIAny and mark as obsolete to make migration to 2.0 easier. #1965

Open
RachitMalik12 opened this issue Nov 26, 2024 · 2 comments
Labels
priority:p2 Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 days
Milestone

Comments

@RachitMalik12
Copy link

Requestor: @baywet

To make the migration for the OpenAPIAny type to JsonNode easier, preserve the types, mark as obsolete and add the implicit conversations to JsonNode.
@RachitMalik12 to research if a progressive migration path is needed based on community feedback or if we should proceed with the "bandaid" approach.

@RachitMalik12 RachitMalik12 modified the milestones: Backlog, NET:2.0 Nov 26, 2024
@RachitMalik12 RachitMalik12 added the priority:p2 Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 days label Dec 3, 2024
@darrelmiller
Copy link
Member

Also add implicit conversion from JsonNode to OpenAPIAny so that users can create an extension using a JsonNode without having to be aware of OpenApiAny.

@RachitMalik12
Copy link
Author

Related: #2151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p2 Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 days
Projects
None yet
Development

No branches or pull requests

2 participants