Skip to content
Snippets Groups Projects
Commit d10e1bc0 authored by Torben Hansen's avatar Torben Hansen Committed by Benni Mack
Browse files

[TASK] Deprecate namespaced shorthand validator usage in extbase

It is possible to use the namespaced shorthand notation in extbase
to add validators for properties or arguments. As an example,
`TYPO3.CMS.Extbase:NotEmpty` will be resolved as
`TYPO3\CMS\Extbase\Validation\Validator\NotEmptyValidator` or
`Vendor.Extension:Custom` will be resolved as
`\Vendor\MyExtension\Validation\Validator\CustomValidator`.

The namespaced shorthand notation for extbase validators has
however never been documented and is rarely used in extensions.

This change deprecates the usage of the namespaced shorthand
notation for validators in extbase.

Resolves: #103965
Releases: main
Change-Id: I787401cc3271cc54fed5c875a27cfde545b4e6dc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84477


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 9b18e1b1
Branches
Tags
Showing
with 421 additions and 110 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment