Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3
  • typo3typo3
  • Repository

Switch branch/tag
  • typo3
  • typo3
  • sysext
  • install
  • Classes
  • Controller
  • InstallerController.php
Find file BlameHistoryPermalink
  • Stefan Bürk's avatar
    [TASK] Replace deprecated doctrine/dbal 'getSchemaManager()' · a9cf5c75
    Stefan Bürk authored May 05, 2022
    'doctrine/dbal' 3.x deprecated the 'getSchemaManager()'
    method in favour of the 'createSchemaManager()' method
    on connections. This has been aligned in core with the
    doctrine/dbal raise in #96287. However, two occurances
    with corresponding todo comments has been overseen.
    
    This patch replace the calls and solves the comments of
    the left-overs. Additionally, unrelated wrapper method in
    ext:install database checks has aligned to the same name
    to avoid confusion when looking for the deprecated method.
    
    Resolves: #97552
    Related: #96287
    Releases: main
    Change-Id: If73e9439acdcbf89db968ba1e6db1c4d60513861
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74524
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Oliver Klee's avatarOliver Klee <typo3-coding@oliverklee.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    a9cf5c75

Replace InstallerController.php

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.