Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[FrameworkBundle][4.2] fix deps#29080

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:masterfromro0NL:patch-1
Nov 4, 2018
Merged

[FrameworkBundle][4.2] fix deps#29080

fabpot merged 1 commit intosymfony:masterfromro0NL:patch-1
Nov 4, 2018

Conversation

@ro0NL
Copy link
Contributor

QA
Branch?master
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#...
LicenseMIT
Doc PRsymfony/symfony-docs#...

The bundle requires theMetadataAwareNameConverter added in 4.2

<serviceid="serializer.name_converter.metadata_aware"class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter" >
<argumenttype="service"id="serializer.mapping.class_metadata_factory"/>
</service>

This PR fixes

Attempted to load interface "AdvancedNameConverterInterface" from namespace "Symfony\Component\Serializer\NameConverter".Did you forget a "use" statement for another namespace?

@fabpot
Copy link
Member

Thank you@ro0NL.

@fabpotfabpot merged commit71fe97a intosymfony:masterNov 4, 2018
fabpot added a commit that referenced this pull requestNov 4, 2018
This PR was merged into the 4.2-dev branch.Discussion----------[FrameworkBundle][4.2] fix deps| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->| License       | MIT| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->The bundle requires the `MetadataAwareNameConverter` added in 4.2https://github.com/symfony/symfony/blob/1fc577f2c7c1cff2857658537adf4f30a3ad60ac/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml#L122-L124This PR fixes```Attempted to load interface "AdvancedNameConverterInterface" from namespace "Symfony\Component\Serializer\NameConverter".Did you forget a "use" statement for another namespace?```Commits-------71fe97a [FrameworkBundle][4.2] fix deps
@ro0NLro0NL deleted the patch-1 branchNovember 4, 2018 19:46
@fabpotfabpot mentioned this pull requestNov 16, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

+1 more reviewer

@ogizanagiogizanagiogizanagi approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@ro0NL@fabpot@nicolas-grekas@ogizanagi@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp