Drupal 10 compatibility

Created on 14 November 2023, about 1 year ago

Problem/Motivation

Preparing some patch for D10 compatibility...

Proposed resolution

It looks like only the module dependency tags need to be fixed, still more testing is needed.

For now, I just need it here to be able to create a fork and run a D10 upgrade deployment...

📌 Task
Status

Needs review

Version

1.0

Component

Code

Created by

🇪🇸Spain Jose Reyero

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Jose Reyero
  • 🇮🇳India hamid.ali

    Working on the issue

  • 🇮🇳India hamid.ali

    Adding the patch for making the module Drupal 10 compatible

  • Issue was unassigned.
  • Status changed to Needs review about 1 year ago
  • Assigned to Jose Reyero
  • Status changed to Needs work about 1 year ago
  • 🇪🇸Spain Jose Reyero

    Here goes the patch

  • Status changed to Needs review about 1 year ago
  • 🇪🇸Spain Jose Reyero

    So... this is the patch, but still, since the module has a drupal/core dependency on composer.json, you won't be able to run the D10 core composer upgrade....

    To get that, using this branch's MR....

    1. Edit your composer.json file and add the repository, add the package to the exclude part in the main repository...

        "repositories": [
            {
                "type": "composer",
                "url": "https://packages.drupal.org/8",
                "exclude": [ "drupal/commerce_sepa"]
            },
            {
                "type": "git",
                "url": "https://git.drupalcode.org/issue/commerce_sepa-3401525.git"
            } 
    

    2. Then on the command line...

    composer require drupal/commerce_sepa:dev-3401525-drupal-10-compatibility

    Have fun, test the D10 upgrade and report back...

Production build 0.71.5 2024