Projekt

Allgemein

Profil

GX-Task #68493

Von Mirko Janssen vor etwa 3 Jahren aktualisiert

For the upcoming feature version GX v4.5 we have marked some components of the new architecture as `deprecated`, which were introduced with GX v4.1. This includes (list not necessarily complete): 

 - `Gambio\Core\Configuration\ConfigurationFinder` (got a new namespace) 
 - `Gambio\Core\Configuration\ConfigurationService` (got a new namespace) 
 - `Gambio\Core\Configuration\Builder\ConfigurationFinderBuilder` (got a new namespace) 
 - `Gambio\Core\Filesystem\Filesystem` 
 - `Gambio\Core\Cache\Model\Exceptions\InvalidCacheKey` (got a new namespace) 
 - `Gambio\Core\Cache\Model\Exceptions\InvalidCacheNamespace` (got a new namespace) 
 - `Gambio\Core\Filesystem\Filesystem` (will be removed in the future) 
 - `Gambio\Core\Auth\Model\JsonWebToken::createCompatibilityToken` (will be removed in the future) 
 - `Gambio\Core\Auth\Repositories\JsonWebTokenRepository::getCompatibilityWebToken` (will be removed in the future) 

 Please have a look into the specific deprecation messages of the classes/interfaces/methods for more information. For instance, some interfaces just got a new namespace and the method signature or behaviour didn't change.

Zurück