neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 221 forks source link

ContentRepository.Core: Get rid of Doctrine DBAL (v2) dependency #4989

Closed bwaidelich closed 3 weeks ago

bwaidelich commented 5 months ago

The neos/contentgraph-doctrinedbaladapter package currently has the following doctrine/dbal dependencies:

In addition, it is used in the ContentGraphProjection (and *Finder) of course (which is not directly part of the core but not expected to be implemented by "end users" either!)

This is especially problematic because we rely on the outdated 2.x version of doctrine/dbal even though 4.x is out since a while.

Related: #4227

bwaidelich commented 5 months ago

Ideas:

As discussed in our weekly today, we should

bwaidelich commented 3 weeks ago

Will be resolved with #4227