Deprecation: #107931 - Lowlevel DatabaseIntegrityCheck class 

See forge#107931

Description 

The class \TYPO3\CMS\Lowlevel\Integrity\DatabaseIntegrityCheck has been deprecated and will be removed in TYPO3 v15.0.

The class is no longer used internally by TYPO3 and should not be relied upon by extensions.

Impact 

Using \TYPO3\CMS\Lowlevel\Integrity\DatabaseIntegrityCheck will trigger a PHP E_USER_DEPRECATED error. The class will be removed in TYPO3 v15.0.

Affected installations 

TYPO3 installations with extensions that use \TYPO3\CMS\Lowlevel\Integrity\DatabaseIntegrityCheck directly.

Migration 

Extensions that rely on this class should implement the needed functionality themselves.