the state of drupal 9
play

The State of Drupal 9 presented by Amber Himes Matz @amberhimesmatz - PowerPoint PPT Presentation

The State of Drupal 9 presented by Amber Himes Matz @amberhimesmatz Most slides by @gaborhojtsy at @acquia (CC BY-NC-SA 2.5) Hello! Im Amber Himes Matz I know a few things about Drupal 9 and want to share them with you. On Twitter:


  1. The State of Drupal 9 presented by Amber Himes Matz @amberhimesmatz Most slides by @gaborhojtsy at @acquia (CC BY-NC-SA 2.5)

  2. Hello! I’m Amber Himes Matz I know a few things about Drupal 9 and want to share them with you. On Twitter: @amberhimesmatz #D4G

  3. 1 INNOVATION IN DRUPAL

  4. Semantic versioning Drupal started using it from Drupal 8.0.0. Allows to release feature updates in minor releases (8.1, 8.2, etc.) with backward compatibility.

  5. Scheduled releases Minor releases every six months make versions predictable. New features come at a regular pace.

  6. Experimental modules When features need more time and feedback to be finalized, they are added as experimental modules. Backward compatibility is still supported.

  7. 8.6.0 Experimental: Media Library, Workspaces Stable: Demo, Monolingual migrations

  8. 8.6.0 8.7.0 Experimental: Hugely improved Media Library Stable: Layout Builder, JSON:API Third party: Optional Twig 2 support*

  9. 8.6.0 8.7.0 8.8.0 ?

  10. 2 WHY DRUPAL 9?

  11. 1 2 Clean up Update our own third party codebase dependencies

  12. Third-Party Dependencies drupal.org/core/dependencies

  13. First Drupal 9 release Symfony 3 end of life Drupal 8 end of life 2019 2020 2021 2022 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 8.7 8.8 8.9 9.0 Drupal 8 security and bug fix support Drupal 9 security and bug fix support

  14. 8.6.0 8.7.0 8.8.0 8.9.0 ? 9.0.0 9.1.0

  15. OF DRUPAL 9 3 THE MAKING

  16. Major versions 8 were brand new codebases in the past 7

  17. 9 Now major versions are derived from the previous major 8

  18. Deprecation processes Backward compatible APIs are kept while future changes are indicated so API consumers can prepare for the change to Drupal 9.

  19. 8.7 API

  20. 8.7 API New solution

  21. 8.7 API New solution Deprecated

  22. 8.7 API 8.9 API 9.0 API New solution New solution New solution Deprecated Deprecated New solution ... Deprecated New solution Symfony 3 Symfony 3 Symfony 4/5

  23. 8.9 API 9.0 API New solution Drupal 9.0 API = New solution Drupal 8.9 API minus Deprecated New solution deprecated parts Deprecated New solution plus third party dependencies Symfony 3 Symfony 4/5 updated

  24. 8.9 API 9.0 API New solution New solution Drupal 8 modules not Deprecated New solution using deprecated Deprecated New solution APIs will continue to work on Drupal 9. Symfony 3 Symfony 4/5

  25. 9 We are building Drupal 9 in Drupal 8 step-by-step. 8

  26. 4 PREPARING FOR DRUPAL 9

  27. Keep Drupal core and contributed projects up to date

  28. Use this with actual dependency injection to get the benefits.

  29. https://github.com/mglaman/drupal-check

  30. https://github.com/mglaman/drupal-check

  31. https://github.com/mglaman/drupal-check

  32. Upgrade Status https://drupal.org/project/upgrade_status

  33. Test on drupal.org with drupalci.yml snippet

  34. Customizing DrupalCI Testing for Projects https://www.drupal.org/drupalorg/docs/drupal-ci/ customizing-drupalci-testing-for-projects http://bit.ly/custom-drupalci

  35. Drupal8-Rector proof of concept automates some fixes

  36. Drupal8-Rector https://pronovix.com/blog/drupal-9-automated- deprecated-code-removal-proof-concept http://bit.ly/drupal8-rector

  37. Should you remove all deprecated code use immediately?

  38. Custom code: as fast as feasible

  39. Contributed projects: be compatible with supported core

  40. When do we know all the deprecated things?

  41. Drupal 8.8 is the last version to deprecate for Drupal 9

  42. Should I create 9.x-1.x-dev branches NO! for my projects? https://dgo.to/2807145

  43. Will contributed modules be compatible?

  44. 6 or more Drupal 9 compatibility None issues found in 7000+ modules in March 2019 1 to 5

  45. phpstan warnings for supported drupal.org projects https://dispatcher.drupalci.org/job/phpstan/ lastBuild/checkstyle/ http://bit.ly/drupalci-phpstan

  46. Is Your Module Ready for Drupal 9? Click Here to Find Out by Dwayne McDaniel https://pantheon.io/blog/your-module-ready- drupal-9-click-here-find-out http://bit.ly/d9-module-ready

  47. “ “The big deal about Drupal 9 is… that it should not be a big deal.” @dries https://dri.es/plan-for-drupal-9

  48. 5 I AM ON DRUPAL 7!

  49. First Drupal 9 release Drupal 7 and 8 end of life Drupal 8 end of life 2019 2020 2021 2022 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 8.7 8.8 8.9 9.1 9.2 9.3 9.4 9.5 9.0 Drupal 7 security and bug fix Commercial security support Drupal 7 security and bug fix support support (historically) until at least 2024 Drupal 8 security and bug fix support Drupal 9 security and bug fix support

  50. Better Config Content JSON: media mgmt Moderation API Layout Multilingual BigPipe Builder

  51. Contrib Custom Content Use Upgrade Use Drupal Use the core Status module Module Migrate (Drupal 7 Upgrader to module suite version) to get a head start with contrib estimate on updating extensions as upgradability. your custom needed. code.

  52. 7.x 9.0.0 Upgrade Status: drupal.org/project/upgrade_status Drupal Module Upgrader: drupal.org/project/drupalmoduleupgrader Migrate suite (core)

  53. 6 or more Drupal 9 compatibility None issues found in 7000+ modules in March 2019 1 to 5

  54. 9 Skipping Drupal 8 does not ฀฀ actually bring 8 benefits 7

  55. Use drupal-check in your Drupal 7 migration to ensure Drupal 9 compatibility.

  56. Recap 1. Drupal innovates twice a year and will continue to do so. 2. Drupal 9 is built in Drupal 8 step-by-step. 3. Keep up with Drupal 8 and you will be prepared for an easy way to 9. 4. For Drupal 7 sites there is no reason to wait until 9. 5. Vendors will offer extended Drupal 7 support.

  57. Original Slides: bit.ly/state-of-drupal-9 Documentation: drupal.org/docs/9

  58. CREDITS Special thanks to all people who made and share these awesome resources for free: Content by @gaborhojtsy, some inspired by @Dries Presentation template designed by Slidesmash Photographs by unsplash.com and pexels.com Vector Icons by Matthew Skiles

  59. Thanks! Recording and *this* version of slides available at: https://www.drupalgovcon.org/2019/program/sessions/ state-drupal-9 @amberhimesmatz

  60. First Drupal 9 release Drupal 7 and 8 end of life 2019 2020 2021 2022 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 8.7 8.8 8.9 9.1 9.2 9.3 9.4 9.5 9.0 Commercial security support Drupal 7 security and bug fix support until at least 2024 Drupal 8 security and bug fix support Drupal 9 security and bug fix support

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend