Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
Switch branch/tag
  • cms
  • typo3
  • sysext
  • core
  • Classes
  • Utility
  • ExtensionManagementUtility.php
Find file BlameHistoryPermalink
  • Benjamin Franzke's avatar
    [TASK] Avoid deprecated code in cache:flush TCA loading · bcd9bb4d
    Benjamin Franzke authored Oct 13, 2021
    With the deprecation of CacheManager usage during TCA/ext_tables
    loading in #94979, the console command cache:flush needs to be
    adapted to avoid CacheManager when loading TCA.
    
    BootService is therefore adapted to pass the 'core' cache instance
    to the respective TCA methods directly, avoiding CacheManager
    usage inside ExtensionManagementUtility.
    
    Resolves: #95638
    Related: #94979
    Releases: master
    Change-Id: Icd30835e94fbefdaf3a6b8ee40168e0853207ac9
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71636
    
    
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Benjamin Franzke's avatarBenjamin Franzke <bfr@qbus.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Benjamin Franzke's avatarBenjamin Franzke <bfr@qbus.de>
    bcd9bb4d