Task #97354
closedDeprecate ExpressionBuilder methods andX() and orX()
100%
Description
doctrine/dbal has deprecated mutliple methods in 'CompositeExpression'
and 'ExpressionBuilder'. Forward compatible replacements has been added
with #97081 , core usage replaced with #97110.
Additionally usage in typo3/cms-styleguide has been properly replaced as a preparation
for the deprecation with https://github.com/TYPO3/styleguide/pull/303
Now, the old methods and ways should be deprecated accordingly:
- ExpressionBuilder->andX()
- ExpressionBuilder->orX()
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74265
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74265
Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74265
Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74265
Updated by Gerrit Code Review over 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74265
Updated by Gerrit Code Review over 2 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74265
Updated by Stefan Bürk over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset abf4ae20bb669e2d6391c3e0de28f2e63992c2e2.
Updated by Stefan Bürk over 1 year ago
- Related to Task #101064: Remove deprecated methods from `ExpressionBuilder` added