Sylius/CONFLICTS.md
Grzegorz Sadowski f8e5b83e61
Merge branch '1.14' into 2.0
* 1.14:
  Fix note
  Fix rebase
  Add CONFLICTS.md note
  Add gedmo/doctrine-extensions conflict
  Update upgrade file
  [MoneyBundle] Unification of service names
  Update upgrade file
  [LocaleBundle] Unification of service names
  [InventoryBundle] Unification of service names
  Mirror improvements
  Update upgrade file
  [CurrencyBundle] Unification of service names
2024-10-07 08:32:08 +02:00

19 lines
834 B
Markdown

# CONFLICTS
This document explains why certain conflicts were added to `composer.json` and
references related issues.
- `stof/doctrine-extensions-bundle:1.8.0`
This version introduced configuring the metadata cache for the extensions, what breaks the `Timestampable` behaviour.
This package is not exactly the root of the problem, but it started using a bugged feature of the `gedmo/doctrine-extensions` package.
References:
- https://github.com/stof/StofDoctrineExtensionsBundle/issues/455
- https://github.com/doctrine-extensions/DoctrineExtensions/issues/2600
- `gedmo/doctrine-extensions:3.17.0`:
This version has a bug, which on Symfony 6.4 leads to a fatal error:
`[Semantical Error] The annotation "@note" in property Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry::$data was never imported.`