From 42ddeb3337106add7df79b9bdcac424fd3f2a595 Mon Sep 17 00:00:00 2001
From: Dave Long <dave@longwaveconsulting.com>
Date: Tue, 16 Apr 2024 16:09:23 +0100
Subject: [PATCH] =?UTF-8?q?Issue=20#3088643=20by=20amateescu,=20G=C3=A1bor?=
 =?UTF-8?q?=20Hojtsy,=20catch,=20smustgrave:=20Mark=20Workspaces=20as=20a?=
 =?UTF-8?q?=20stable=20core=20module?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 core/MAINTAINERS.txt                                          | 2 ++
 core/modules/workspaces/workspaces.info.yml                   | 3 +--
 .../KernelTests/Core/Theme/Stable9LibraryOverrideTest.php     | 4 ++++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/core/MAINTAINERS.txt b/core/MAINTAINERS.txt
index c09194239e92..d991d6c44054 100644
--- a/core/MAINTAINERS.txt
+++ b/core/MAINTAINERS.txt
@@ -441,6 +441,8 @@ Views
 Workflows
 - Sam Becker 'Sam152' https://www.drupal.org/u/sam152
 
+Workspaces
+- Andrei Mateescu 'amateescu' https://www.drupal.org/u/amateescu
 
 Topic maintainers
 -----------------
diff --git a/core/modules/workspaces/workspaces.info.yml b/core/modules/workspaces/workspaces.info.yml
index 3a0623efd1c6..480073af1518 100644
--- a/core/modules/workspaces/workspaces.info.yml
+++ b/core/modules/workspaces/workspaces.info.yml
@@ -2,8 +2,7 @@ name: Workspaces
 type: module
 description: 'Allows users to stage content or preview a full site by using multiple workspaces on a single site.'
 version: VERSION
-package: Core (Experimental)
-lifecycle: experimental
+package: Core
 configure: entity.workspace.collection
 dependencies:
   - drupal:user
diff --git a/core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php b/core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php
index 80f0ad61540e..2e3fa0799bac 100644
--- a/core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php
+++ b/core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php
@@ -28,6 +28,10 @@ class Stable9LibraryOverrideTest extends StableLibraryOverrideTestBase {
     'media/drupal.media-icon',
     'options/drupal.options-icon',
     'telephone/drupal.telephone-icon',
+    // This library will be changed in https://www.drupal.org/i/3096017.
+    'workspaces/drupal.workspaces.toolbar',
+    // This library will be removed in https://www.drupal.org/i/3207233.
+    'workspaces/drupal.workspaces.overview',
   ];
 
   /**
-- 
GitLab