Bug #41938
Rename Log Interfaces "Writer" and "Processor" to "WriterInterface" and "ProcessorInterface"
Status: | Resolved | Start date: | 2012-10-12 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Steffen Gebert | % Done: | 100% |
|
Category: | Logging | Spent time: | - | |
Target version: | 6.0.0-RC1 | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
When parsing the Logging API with the class parser for adding namespaces, the interfaces somehow got wrong names.
We have- "Writer" instead of "WriterInterface" in TYPO3\CMS\Core\Log\Writer and
- "Processor" instead of "ProcessorInterface" in TYPO3\CMS\Core\Log\Processor
The interfaces should be renamed (including the filename) and get adapted in all classes which implement these interfaces.
IMHO this is a RC critical bug, because it will be a breaking change in future releases.
Related issues
Associated revisions
[BUGFIX] Rename Log Writer and Processor interface
Resolves: #41938
Releases: 6.0
Change-Id: I977d9ab1413078adfa1ea46055d389f2f1eaa6f6
Reviewed-on: http://review.typo3.org/15543
Reviewed-by: Steffen Gebert
Tested-by: Steffen Gebert
History
#1 Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15543
#2 Updated by Steffen Müller almost 3 years ago
Please mark this issue a sub-task of #40095
#3 Updated by Steffen Gebert almost 3 years ago
- Assigned To set to Steffen Gebert
- Target version set to 6.0.0-RC1
#4 Updated by Steffen Müller almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e19941f03bdf1cc00686f108cf43c5934f014258.