Project

General

Profile

Actions

Bug #100630

closed

typo3/cms-extbase package with doctrine/Instantiator v2 requirement conflicts with jms/serializer

Added by Joerg Boesche about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Must have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2023-04-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The typo3/cms-extbase extension requires the doctrine/instantiator version 2. The requirement was introduced with the issue #100207 .

In larger projects, the jms/serializer package is used. It is actually not possible to install the T3 CMS v12 with the dependency to the jms/serializer.
- jms/serializer requires doctrine/instantiator v1.3.x
- typo3/cms-extbase requires doctrine/instantiator v2.0

The typo3/cms-extbase extension should require both versions "^1.3.1 || ^2". The version of 1.3.1 supports the php v8.1.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #100207: Let DataMapper::createEmptyObject() use doctrine/instantiatorClosedAlexander Schnitzler2023-03-17

Actions
Related to TYPO3 Core - Task #96208: Remove extbase ObjectManagerClosed2021-12-02

Actions
Actions #1

Updated by Joerg Boesche about 1 year ago

  • Related to Task #100207: Let DataMapper::createEmptyObject() use doctrine/instantiator added
Actions #2

Updated by Joerg Boesche about 1 year ago

  • Related to Task #96208: Remove extbase ObjectManager added
Actions #3

Updated by Christian Kuhn about 1 year ago

May I ask you to create an issue for jms/serializer as well?

It looks as if it should be ok for us to add "^1.3.1 || ^2", but it's of course always better to look forward than back, so jms/serializer should catch up in this regard, i suppose.

Actions #4

Updated by Christian Kuhn about 1 year ago

Ok, rechecked:

-> I'll prepare a patch to allow ^1.5 || ^2.0

Actions #5

Updated by Gerrit Code Review about 1 year 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/+/78779

Actions #6

Updated by Gerrit Code Review about 1 year 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/+/78779

Actions #7

Updated by Gerrit Code Review about 1 year 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/+/78779

Actions #8

Updated by Gerrit Code Review about 1 year 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/+/78779

Actions #9

Updated by Joerg Boesche about 1 year ago

Christian Kuhn wrote in #note-4:

Ok, rechecked:

-> I'll prepare a patch to allow ^1.5 || ^2.0

Thanks for your reply. I already opened an issue for that. ;-)
https://github.com/schmittjoh/serializer/issues/1483

Actions #10

Updated by Christian Kuhn about 1 year ago

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

Also available in: Atom PDF