Skip to content

Commit 3a75b0d

Browse files
minor #34270 [FrameworkBundle] Remove Lock deprecated services (fancyweb)
This PR was merged into the 5.0-dev branch. Discussion ---------- [FrameworkBundle] Remove Lock deprecated services | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Remove deprecated services in symfony/symfony#34043. Commits ------- a8e10cffbb [FrameworkBundle] Remove Lock deprecated services
2 parents 4fc9f72 + b292370 commit 3a75b0d

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ CHANGELOG
2020
* Removed `routing.loader.service`.
2121
* Service route loaders must be tagged with `routing.route_loader`.
2222
* Added `slugger` service and `SluggerInterface` alias
23+
* Removed the `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract` services.
2324

2425
4.4.0
2526
-----

Resources/config/lock.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,6 @@
77
<services>
88
<defaults public="false" />
99

10-
<service id="lock.store.flock" class="Symfony\Component\Lock\Store\FlockStore">
11-
<deprecated>The "%service_id%" service is deprecated since Symfony 4.4 and will be removed in 5.0.</deprecated>
12-
</service>
13-
14-
<service id="lock.store.semaphore" class="Symfony\Component\Lock\Store\SemaphoreStore">
15-
<deprecated>The "%service_id%" service is deprecated since Symfony 4.4 and will be removed in 5.0.</deprecated>
16-
</service>
17-
18-
<service id="lock.store.memcached.abstract" class="Symfony\Component\Lock\Store\MemcachedStore" abstract="true">
19-
<argument /> <!-- Memcached connection service -->
20-
<deprecated>The "%service_id%" service is deprecated since Symfony 4.4 and will be removed in 5.0.</deprecated>
21-
</service>
22-
23-
<service id="lock.store.redis.abstract" class="Symfony\Component\Lock\Store\RedisStore" abstract="true">
24-
<argument /> <!-- Redis connection service -->
25-
<deprecated>The "%service_id%" service is deprecated since Symfony 4.4 and will be removed in 5.0.</deprecated>
26-
</service>
27-
2810
<service id="lock.store.combined.abstract" class="Symfony\Component\Lock\Store\CombinedStore" abstract="true">
2911
<argument /> <!-- List of stores -->
3012
<argument type="service" id="lock.strategy.majority" /> <!-- Strategy -->

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy