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

operation openapi property support #430

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PawelSuwinski
Copy link
Contributor

@PawelSuwinski PawelSuwinski commented Sep 20, 2024

Operation openapiContext property is deprecated and will be removed in Api Platform Core 4.0.
This PR allows transparent migration to openapi property, s/openapiContext:/openapi:/ should be enough in a schema.yaml file.

Resolve #427

@PawelSuwinski
Copy link
Contributor Author

PawelSuwinski commented Sep 20, 2024

About failed checks:

  1. Does it still have to support legacy php 7.4 version?

Please let me know, to not to put unnecessary work into it making backward compatibility (its mostly about method named arguments). After all it is for Api Platform Core 4.0.

  1. php 8.3 check fail is weird, I have all green on my workstation (?).

@PawelSuwinski PawelSuwinski changed the title operation openapi attribute support operation openapi property support Sep 25, 2024
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.

Allow Custom OpenAPI Override via YAML File
1 participant