-
-
Notifications
You must be signed in to change notification settings - Fork 895
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
fix: remove @interval annotation on non internal class #5088
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…form#4743) * fix(metadata): defaults with new metadata allows extra keys * fix older versions * fix older versions * fix older versions * fix deprecation
…4758) * fix(json-schema): factory backward compatibility layer link api-platform#4753 * sdkjhg * php 7... * php 7... * php 7... * php 7... * fix * tired * come on * come on
Co-authored-by: Antoine Bluchet <[email protected]>
* test: fix Metadata tests * test: remove legacy environments from Behat tests * chore: remove deprecations from DeprecationMetadataTrait and rename it to SanitizeMetadataTrait * chore: remove annotation support on Metadata * fix: PHP CS * fix: typo * chore: remove SanitizeMetadataTrait * chore: set PHP dependency to 8.1 in composer.json * fix: PHP typo
…m#4779) * fix(doctrine): remove context aware in the new namespace
Fixes an issue with the use of `EMPTY_ARRAY_AS_OBJECT` and `PRESERVE_EMPTY_OBJECTS` in the serialization context. Since the CollectionNormalizer was taking over the serialization of all iterables, the Symfony serializer was not called when normalizing a "raw" collection. Adding a better supports method fixes the issue. The supports method is not cacheable anymore since it relies on the context.
* ignore api_platform.state.item_provider when Doctrine is not enabled (api-platform#4954) * fix(symfony): metadata cache is broken in dev/prod Co-authored-by: Dmitri Goosens <[email protected]>
…form#4986)" (api-platform#5026) This reverts commit b798211.
Co-authored-by: Emmanuel BALLERY <[email protected]>
Merge 2.7 onto 3.0
chore: changelog 3.0.1
Merge 3.0 onto main
This reverts commit 87eae48.
Merge 3.0 into main
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove inconsistent
@internal
annotation.