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] avoid service id conflicts with Swiftmailer#31928

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
nicolas-grekas merged 1 commit intosymfony:4.3fromxabbuh:issue-31906
Jun 7, 2019

Conversation

@xabbuh
Copy link
Member

QA
Branch?4.3
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#31906
LicenseMIT
Doc PR


$loader->load('mailer.xml');
$container->getDefinition('mailer.transport')->setArgument(0,$config['dsn']);
$container->getDefinition('mailer.default_transport')->setArgument(0,$config['dsn']);
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

@xabbuh
Copy link
MemberAuthor

alternatively, we can update the compiler pass in MonologBundle and check the transport class there

<serviceid="Symfony\Component\Mailer\MailerInterface"alias="mailer.mailer" />

<serviceid="mailer.transport"class="Symfony\Component\Mailer\Transport\TransportInterface">
<serviceid="mailer.default_transport"class="Symfony\Component\Mailer\Transport\TransportInterface">
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

changing the id here might cause trouble for developers who have already updated and are using this id

@nicolas-grekas
Copy link
Member

Thank you@xabbuh.

@nicolas-grekasnicolas-grekas merged commit5ce0ede intosymfony:4.3Jun 7, 2019
nicolas-grekas added a commit that referenced this pull requestJun 7, 2019
…ler (xabbuh)This PR was merged into the 4.3 branch.Discussion----------[FrameworkBundle] avoid service id conflicts with Swiftmailer| Q             | A| ------------- | ---| Branch?       | 4.3| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#31906| License       | MIT| Doc PR        |Commits-------5ce0ede avoid service id conflicts with Swiftmailer
@xabbuhxabbuh deleted the issue-31906 branchJune 7, 2019 15:16
@fabpotfabpot mentioned this pull requestJun 26, 2019
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

Assignees

No one assigned

Projects

None yet

Milestone

4.3

Development

Successfully merging this pull request may close these issues.

4 participants

@xabbuh@nicolas-grekas@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp