Skip to content
Snippets Groups Projects
Commit 6cf1351a authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[!!!][TASK] Remove `ExpressionBuilder::trim()` deprecation

With #102875 Doctrine DBAL 4.x has been added which was a
task over a longer time. Originally planned to deprecate
changes the later decision was to pass Doctrine breaking
changes directly.

It has been missed to remove the `ExpressionBuilder::trim()`
deprecation for the integer TrimMode and the mitigation for
it.

This change now removes the deprecation and directly allows
only the Doctrine DBAL TrimMode enum.

[1] https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#bc-break-converted-enum-like-classes-to-enums

Resolves: #102916
Related: #102875
Releases: main
Change-Id: I21d8395be3ca1ef909b4c1443c48398b580bf807
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82636


Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 1de8d5f5
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment