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

fix: replace ApiPlatform\Exception use by ApiPlatform\Metadata\Exception #6597

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

vincentchalamon
Copy link
Contributor

No description provided.

@vincentchalamon vincentchalamon self-assigned this Sep 6, 2024
@vincentchalamon vincentchalamon force-pushed the fix/symfony-namespaces branch 2 times, most recently from c249610 to 888561b Compare September 6, 2024 18:48
@@ -14,9 +14,8 @@
namespace ApiPlatform\JsonApi\Serializer;

use ApiPlatform\Api\IriConverterInterface as LegacyIriConverterInterface;
use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we keep this one?

@@ -14,7 +14,6 @@
namespace ApiPlatform\JsonLd\Serializer;

use ApiPlatform\Api\IriConverterInterface as LegacyIriConverterInterface;
use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this file

Comment on lines 17 to 18
use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface;
use ApiPlatform\Exception\InvalidArgumentException as LegacyInvalidArgumentException;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's keep this for bc

@soyuka soyuka merged commit 7c89f66 into api-platform:3.4 Sep 7, 2024
78 checks passed
@vincentchalamon vincentchalamon deleted the fix/symfony-namespaces branch September 7, 2024 08:48
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.

2 participants