Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[SecurityBundle] Don't register in memory users as services #25837

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

Merged
merged 1 commit into from
Jan 19, 2018

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Jan 18, 2018

Q A
Branch? 2.7
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #25820
License MIT
Doc PR n/a

@chalasr chalasr added this to the 2.7 milestone Jan 18, 2018
@chalasr chalasr changed the base branch from master to 2.7 January 18, 2018 13:57
@chalasr chalasr force-pushed the users-are-not-services branch 2 times, most recently from b873324 to d52b6c9 Compare January 18, 2018 13:58
@@ -160,7 +160,6 @@

<!-- Provisioning -->
<service id="security.user.provider.in_memory" class="%security.user.provider.in_memory.class%" abstract="true" public="false" />
<service id="security.user.provider.in_memory.user" class="%security.user.provider.in_memory.user.class%" abstract="true" public="false" />
Copy link
Member

Choose a reason for hiding this comment

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

BC break?

Copy link
Member Author

Choose a reason for hiding this comment

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

reverted, proper deprecation in #25839

@chalasr chalasr force-pushed the users-are-not-services branch from d52b6c9 to 13fa045 Compare January 18, 2018 14:57
@fabpot
Copy link
Member

fabpot commented Jan 19, 2018

Thank you @chalasr.

@fabpot fabpot merged commit 13fa045 into symfony:2.7 Jan 19, 2018
fabpot added a commit that referenced this pull request Jan 19, 2018
…s (chalasr)

This PR was merged into the 2.7 branch.

Discussion
----------

[SecurityBundle] Don't register in memory users as services

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #25820
| License       | MIT
| Doc PR        | n/a

Commits
-------

13fa045 [SecurityBundle] Don't register in memory users as services
@chalasr chalasr deleted the users-are-not-services branch January 19, 2018 09:14
fabpot added a commit that referenced this pull request Jan 19, 2018
…vice (chalasr)

This PR was merged into the 4.1-dev branch.

Discussion
----------

[SecurityBundle] Deprecate in_memory.user abstract service

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #25837 (comment)
| License       | MIT
| Doc PR        | n/a

Commits
-------

75a4117 [SecurityBundle] Deprecate in_memory.user abstract service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants