[PR #143] [CLOSED] Remove a TreeBuilder deprecation #197

Open
opened 2026-01-23 11:33:13 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/DoctrineCacheBundle/pull/143
Author: @javiereguiluz
Created: 10/11/2018
Status: Closed

Base: masterHead: patch-1


📝 Commits (2)

  • 1bc7d44 Remove a TreeBuilder deprecation
  • 698a161 Added a BC layer inspired by the DoctrineBundle one

📊 Changes

1 file changed (+38 additions, -28 deletions)

View changed files

📝 DependencyInjection/Configuration.php (+38 -28)

📄 Description

As shown in https://github.com/symfony/symfony/blob/master/UPGRADE-4.2.md#config

This was spotted while upgrading Symfony Demo app to 4.2.x-dev:

deprecation-5


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/DoctrineCacheBundle/pull/143 **Author:** [@javiereguiluz](https://github.com/javiereguiluz) **Created:** 10/11/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`1bc7d44`](https://github.com/doctrine/DoctrineCacheBundle/commit/1bc7d44f2d9dce1ba983164036d9d4bae8c17346) Remove a TreeBuilder deprecation - [`698a161`](https://github.com/doctrine/DoctrineCacheBundle/commit/698a161de5f22a50a52fc3d7e90912ddee043864) Added a BC layer inspired by the DoctrineBundle one ### 📊 Changes **1 file changed** (+38 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `DependencyInjection/Configuration.php` (+38 -28) </details> ### 📄 Description As shown in https://github.com/symfony/symfony/blob/master/UPGRADE-4.2.md#config This was spotted while upgrading [Symfony Demo app](https://github.com/symfony/demo) to 4.2.x-dev: ![deprecation-5](https://user-images.githubusercontent.com/73419/46810532-2b85fd00-cd71-11e8-9d63-aa0a11bcebf7.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:33:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/DoctrineCacheBundle#197