Skip to content
Snippets Groups Projects
  1. Dec 01, 2022
    • Stefan Bürk's avatar
      [TASK] Extend testing range to PHP8.2 with more dbms versions · dc0ad269
      Stefan Bürk authored
      doctrine/dbal 2.x version has reached EOL, which means that
      there will be no new version in this version range. Sadly,
      doctrine/dbal triggers a deprecation warning in PHP8.2 which
      will not be fixed upstream.
      
      Raising that dependency is out of the scope for TYPO3 v11. This
      issue is mitigated by adding the well-known composer dependency
      `cweagans/composer-patches` as dev dependency. Additionally, a
      corresponding composer patch targeting the PHP8.2 variable
      interpolation deprecation warning is applied in CI for testing
      purpose.
      
      UpgradeCest acceptance tests is adjusted to execute some steps
      only for appropriate dbms/drivers, as they are not targeting the
      newer versions.
      
      This change:
      * Adds composer patcher `cweagans/composer-patches`
      * Adds composer patch for doctrine/dbal variable
        interpolation issue in postgres platform class
      * re-arranging pre-merge and nightly tests
      * Ensures to execute some acceptance and functional
        tests against MariaDB 10.6 (LTS)
      * Adds a little workaround (ignore-platform-reqs)
        for composer install min and max with PHP8.2 in
        `Build/Scripts/runTests.sh` and docker-compose.yml
      
      Used command(s):
      
      > composer2-74 config --no-plugins --no-interaction \
          allow-plugins.cweagans/composer-patches true
      > composer2-74 config --no-plugins --no-interaction \
          extra.composer-exit-on-patch-failure true
      > composer2-74 config --no-plugins --no-interaction \
          extra.patches-file "Build/patches/patches.json"
      > composer2-74 require --dev \
          "cweagans/composer-patches":"^1.7.1"
      
      Resolves: #99173
      Releases: 11.5
      Change-Id: If7abd9e66c409c5417343658fe789ee38b35f082
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76011
      
      
      Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
      Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      dc0ad269
  2. Nov 28, 2022
  3. Nov 27, 2022
  4. Nov 25, 2022
  5. Nov 23, 2022
  6. Nov 22, 2022
  7. Nov 21, 2022
  8. Nov 20, 2022
  9. Nov 19, 2022
  10. Nov 18, 2022
    • Oliver Klee's avatar
      [BUGFIX] Do not mark the FAL-related Extbase models as internal anymore · 82780ade
      Oliver Klee authored
      The FAL-related Extbase models are documented in the "TYPO3 Explained"
      documentation, and they are the recommended way to use FAL in an
      Extbase context. So the following classes are not marked as `@internal`
      anymore in order to not send mixed signals to extension developers:
      
      - TYPO3\CMS\Extbase\Domain\Model\File
      - TYPO3\CMS\Extbase\Domain\Model\FileReference
      - TYPO3\CMS\Extbase\Domain\Model\Folder
      
      There is no point in forcing extension authors to re-implement
      those classes (and duplicating the code from the Core) when
      the Core implementation is stable now and has proven to
      work fine.
      
      Some history for what has happened:
      
      Those classes started out marked as experimental (when they were
      indeed still experimental). Then, in a cleanup bulk change in
      3888dae8f3f71c3f5e1db1c00bcbfe7d0d8fed2e5966e6533c9353b6d7485f32,
      the classes were converted to use the `@internal` annotation,
      even though at least the three FAL Extbase models should have
      been made public API instead by that time.
      
      This is where the usage of the FAL models is documented in
      "TYPO3 Explained":
      https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Fal/UsingFal/Frontend.html
      
      Change-Id: I5e5dfcf292eabd57a080bed29572b7c1eecd9286
      Resolves: #99126
      Releases: main, 11.5
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76674
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      82780ade
  11. Nov 17, 2022
  12. Nov 16, 2022
  13. Nov 15, 2022
  14. Nov 14, 2022
  15. Nov 12, 2022