-
-
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
Issues found on 2.7 #4613
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
HTTP 400 invalid filters error message has changed from |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
The However in the legacy/backward_compatibility.xml config the |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Yeah Ok found it, it's picking up on the getter for the GroupSequenceProvider and it's fixable by ignoring it in serialization. |
Hi, How initialize input DTO for partial update on 2.7/3.0 ? DataTransformerInitializerInterface is deprecated on 2.7, removed on 3.0 but i can't found an alternative for this. I must use DenormalizerInterface ? |
Not sure if this also is the place where to report 3.0.0-rc.2 issues, but I've created #4897 for an exception on GraphiQL when |
Hello @yobrx , |
( Also unclear to me how to migrate from DataTransformerInitializerInterface. Even after reading the docs. For example I just want to update the |
@Zul3s Hello ! I have read the good page of documentation before post my message, and unlike version 2.6, 2.7 doesn't mention how to proceed for a patch :( |
Minor thing - the |
@lchrusciel I think this behavior is normal: if you migrate from 2.6 to 2.7 you should have deprecations for the namespace changes. |
Hello @vincentchalamon , |
Hi @Zul3s, the PR is still in review. But as a lot of people are still in holidays, reviews can be slower than usual. |
Hi, I'm currently testing the upgrade to API-P 2.7-rc2 and I have question regarding custom doctrine extensions. We are indeed using a lot of those currently and have implemented them in the 2.6 way. On 2.7, these extensions are not passed any more in the $extensions parameter of our DataProviders. Given: services:
'App\DataProvider\CommitmentStepDataProvider':
arguments:
$extensions: !tagged api_platform.doctrine.orm.query_extension.collection class CommitmentStepDataProvider implements ContextAwareCollectionDataProviderInterface
{
public function __construct(
iterable $extensions
) {
foreach ($extensions as $extension) {
dump($extension);
}
}
}
Is that normal that there is no backward compatibility here? |
@MariusJam does the |
Hi @soyuka,
Concerning the interfaces, that depends of the extension but we can use:
But in each case, the tags row remains empty in 2.7. For the metadata flag, I've just upgraded to 2.7 so far so yes, I kept it to default. |
Okay this is because you rely on autoconfiguration, I'll provide a fix thanks for the details. |
Hi! The Cursor Based Pagination doesn't seems to work.
|
Why has this issue been closed? |
So are there any suggestions how to work with |
Write here as comment the errors you may found on api-platform/core:2.7.x-dev installed on your project. Please mention:
The text was updated successfully, but these errors were encountered: