Deprecation: #86439 - Mark several methods within TemplateService as internal
See forge#86439
Description
The following methods in 
        \TYPO3\ have been marked as protected:
- prepend- Static - Extra - () 
- version- OL - () 
- process- Includes - () 
- merge- Constants - From - Page - TSconfig - () 
- flatten- Setup - () 
- substitute- Constants - () 
Impact
Calling the methods in a public context  will trigger a PHP 
        E_ error.
Affected Installations
TYPO3 installations with custom extensions working with the 
        Template class.
Migration
Avoid using the methods, and re-implement the functionality on your own, if necessary.