Project

General

Profile

Actions

Task #97244

closed

Deprecate CompositeExpression and ExpressionBuilder methods

Added by Stefan Bürk over 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2022-03-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

doctrine/dbal has deprecated mutliple methods in 'CompositeExpression'
and 'ExpressionBuilder'. Forward compatible replacements has been added
with #97081 , core usage replaced with #97110 and #97124.

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()
  • CompositeExpression->add()
  • CompositeExpression->addMultiple()
  • instantiating CompositeExpression direclty with new CompositeExpression()

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Task #97124: [TASK] Replace 'CompositeExpression->add()' usageClosed2022-03-06

Actions
Related to TYPO3 Core - Task #97110: Replace ExpressionBuilder::andX() and ExpressionBuilder::orX()ClosedStefan Bürk2022-03-05

Actions
Related to TYPO3 Core - Task #97081: Provide forward-compatible CompositeExpression/ExpressionBuilderClosedStefan Bürk2022-03-02

Actions
Related to TYPO3 Core - Task #101069: Remove deprecated `CompositeExpression` methodsClosedStefan Bürk2023-06-14

Actions
Actions #1

Updated by Stefan Bürk over 2 years ago

  • Related to Task #97124: [TASK] Replace 'CompositeExpression->add()' usage added
Actions #2

Updated by Stefan Bürk over 2 years ago

  • Related to Task #97110: Replace ExpressionBuilder::andX() and ExpressionBuilder::orX() added
Actions #3

Updated by Stefan Bürk over 2 years ago

  • Related to Task #97081: Provide forward-compatible CompositeExpression/ExpressionBuilder added
Actions #4

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 15 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/+/73318

Actions #5

Updated by Gerrit Code Review over 2 years ago

Patch set 16 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/+/73318

Actions #6

Updated by Gerrit Code Review over 2 years ago

Patch set 17 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/+/73318

Actions #7

Updated by Gerrit Code Review over 2 years ago

Patch set 18 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/+/73318

Actions #8

Updated by Gerrit Code Review over 2 years ago

Patch set 19 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/+/73318

Actions #9

Updated by Gerrit Code Review over 2 years ago

Patch set 20 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/+/73318

Actions #10

Updated by Gerrit Code Review over 2 years ago

Patch set 21 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/+/73318

Actions #11

Updated by Gerrit Code Review over 2 years ago

Patch set 22 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/+/73318

Actions #12

Updated by Gerrit Code Review over 2 years ago

Patch set 23 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/+/73318

Actions #13

Updated by Gerrit Code Review over 2 years ago

Patch set 24 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/+/73318

Actions #14

Updated by Gerrit Code Review over 2 years ago

Patch set 25 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/+/73318

Actions #15

Updated by Gerrit Code Review over 2 years ago

Patch set 26 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/+/73318

Actions #16

Updated by Gerrit Code Review over 2 years ago

Patch set 27 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/+/73318

Actions #17

Updated by Gerrit Code Review about 2 years ago

Patch set 28 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/+/73318

Actions #18

Updated by Gerrit Code Review about 2 years ago

Patch set 29 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/+/73318

Actions #19

Updated by Gerrit Code Review about 2 years ago

Patch set 30 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/+/73318

Actions #20

Updated by Stefan Bürk about 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #21

Updated by Benni Mack almost 2 years ago

  • Status changed from Resolved to Closed
Actions #22

Updated by Stefan Bürk about 1 year ago

  • Related to Task #101069: Remove deprecated `CompositeExpression` methods added
Actions

Also available in: Atom PDF