Skip to content
Snippets Groups Projects

Issue #3438472: Drupal 11 compatibility fixes for markdown

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    Compare with previous version

  • Abhishek Singh changed title from git commit -m 'Issue #3438472: Drupal 11 compatibility fixes for markdown' to Issue #3438472: Drupal 11 compatibility fixes for markdown

    changed title from git commit -m 'Issue #3438472: Drupal 11 compatibility fixes for markdown' to Issue #3438472: Drupal 11 compatibility fixes for markdown

  • Abhishek Singh changed target branch from 3.0.x to 3.0.1

    changed target branch from 3.0.x to 3.0.1

  • Abhishek Singh changed target branch from 3.0.1 to 3.0.x

    changed target branch from 3.0.1 to 3.0.x

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • e0416777 - Access to deprecated property of class

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Malcolm Young added 1 commit

    added 1 commit

    • 56fd9b58 - remove deprecated ContainerAwareTrait

    Compare with previous version

  • current output of drush us-a markdown:

    ================================================================================
    Markdown, --
    Scanned on Thu, 19 Dec 2024 - 16:34
    
    FILE: modules/contrib/markdown/src/Form/SubformState.php
    
    STATUS         LINE                           MESSAGE                           
    --------------------------------------------------------------------------------
    Check manually 13   Class Drupal\markdown\Form\SubformState extends deprecated  
                        class Drupal\markdown\BcSupport\SubformState. Deprecated in 
                        markdown:8.x-2.0 and is removed from markdown:3.0.0. Use    
                        Drupal\Core\Form\SubformState instead.                      
    --------------------------------------------------------------------------------
    Check manually 62   Call to method createForSubform() of deprecated class       
                        Drupal\markdown\BcSupport\SubformState. Deprecated in       
                        markdown:8.x-2.0 and is removed from markdown:3.0.0. Use    
                        Drupal\Core\Form\SubformState instead.                      
    --------------------------------------------------------------------------------
    
    FILE: modules/contrib/markdown/src/Form/SubformStateInterface.php
    
    STATUS         LINE                           MESSAGE                           
    --------------------------------------------------------------------------------
    Check manually 10   Interface Drupal\markdown\Form\SubformStateInterface extends
                        deprecated interface                                        
                        Drupal\markdown\BcSupport\SubformStateInterface. Deprecated 
                        in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use 
                        Drupal\Core\Form\SubformStateInterface instead.             
    --------------------------------------------------------------------------------
    
    FILE: modules/contrib/markdown/src/Plugin/Markdown/AnnotatedPluginBase.php
    
    STATUS         LINE                           MESSAGE                           
    --------------------------------------------------------------------------------
    Check manually 20   Usage of deprecated trait                                   
                        Symfony\Component\DependencyInjection\ContainerAwareTrait in
                        class Drupal\markdown\Plugin\Markdown\AnnotatedPluginBase:  
                        since Symfony 6.4, use dependency injection instead         
    --------------------------------------------------------------------------------
    
    FILE: modules/contrib/markdown/src/Plugin/Markdown/AnnotatedPluginInterface.php
    
    STATUS         LINE                           MESSAGE                           
    --------------------------------------------------------------------------------
    Check manually 17   Interface                                                   
                        Drupal\markdown\Plugin\Markdown\AnnotatedPluginInterface    
                        extends deprecated interface                                
                        Symfony\Component\DependencyInjection\ContainerAwareInterfac
                        e: since Symfony 6.4, use dependency injection instead      
    --------------------------------------------------------------------------------
    
    FILE: modules/contrib/markdown/src/PluginManager/InstallablePluginManager.php
    
    STATUS         LINE                           MESSAGE                           
    --------------------------------------------------------------------------------
    Check manually 478  Call to deprecated method convertInstalledToLibraries() of  
                        class                                                       
                        Drupal\markdown\PluginManager\InstallablePluginManager.     
                        Deprecated in markdown:8.x-2.0 and is removed from          
                        markdown:3.0.0. There is no replacement.                    
    --------------------------------------------------------------------------------
    Check manually 561  Access to deprecated property $versionConstraint of class   
                        Drupal\markdown\Annotation\InstallableLibrary. Deprecated in
                        markdown:8.x-2.0 and is removed from markdown:3.0.0. Use the
                        "requirements" property instead.                            
    --------------------------------------------------------------------------------
    Check manually 565  Access to deprecated property $versionConstraint of class   
                        Drupal\markdown\Annotation\InstallableLibrary. Deprecated in
                        markdown:8.x-2.0 and is removed from markdown:3.0.0. Use the
                        "requirements" property instead.                            
    --------------------------------------------------------------------------------
    
    FILE:
    modules/contrib/markdown/src/PluginManager/InstallablePluginManagerInterface.php
    
    STATUS         LINE                           MESSAGE                           
    --------------------------------------------------------------------------------
    Check manually 17   Interface                                                   
                        Drupal\markdown\PluginManager\InstallablePluginManagerInterf
                        ace extends deprecated interface                            
                        Symfony\Component\DependencyInjection\ContainerAwareInterfac
                        e: since Symfony 6.4, use dependency injection instead      
    -----------------------------------------------------------------------

    some of these may not actually be blockers for Drupal 11 compatibility, because the deprecation notices are coming from markdown, rather than core

    also, some of them are addressed in other issues and merge requests, e.g. #3409277

  • Abhishek Singh added 2 commits

    added 2 commits

    • 0c7adeb0 - Usage of deprecated trait
    • dba1bfcf - Merge branch '3438472-drupal-11-compatibility' of...

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 39f4f18c - deprecated interface ContainerAwareInterface

    Compare with previous version

  • added 1 commit

    • 9b500a13 - deprecated interface ContainerAwareInterface

    Compare with previous version

  • added 1 commit

    • 524fc6b6 - Access to deprecated property of class

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading