-
Notifications
You must be signed in to change notification settings - Fork 50
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: upgrade api-platform/core to 3.2.1 #3985
Conversation
1f735a2
to
21b93e2
Compare
21b93e2
to
3ac141e
Compare
3ac141e
to
f7506bf
Compare
_links: | ||
properties: | ||
self: | ||
properties: | ||
href: | ||
format: iri-reference | ||
type: string | ||
type: object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea why this vanished?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sadly no, but it doesn't affect us.
I can raise an issue with api platform/openapi later
update api-plattform-allow-null-links.patch because of whitespace changes: create a file ...._old.php with the repository version of the file then: git diff --no-index api/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer_old.php api/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer.php Add docs_formats because this must now be configured separately to enable hal. Do not support json as docs format, because this renders an error. (It returns a 200 response, but the returned json contains a stacktrace).
f7506bf
to
3032bd4
Compare
⛔ Feature branch deployment currently inactive.If the PR is still open, you can add the |
Fixes #3933
update api-plattform-allow-null-links.patch because of whitespace changes: create a file ...._old.php with the repository version of the file
then: git diff --no-index api/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer_old.php api/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer.php
Add docs_formats because this must now be configured separately to enable hal.
Do not support json as docs format, because this renders an error. (It returns a 200 response, but the returned json contains a stacktrace).