Skip to content

feat: remove final modifier from TemplateEngine#process* methods#1045

Open
yvasyliev wants to merge 1 commit into
thymeleaf:3.1-masterfrom
yvasyliev:feature/non-final-template-engine-execute-methods
Open

feat: remove final modifier from TemplateEngine#process* methods#1045
yvasyliev wants to merge 1 commit into
thymeleaf:3.1-masterfrom
yvasyliev:feature/non-final-template-engine-execute-methods

Conversation

@yvasyliev
Copy link
Copy Markdown

Having final modifier on TemplateEngine#process* public methods not only makes TemplateEngine class barely extendible but also disables Spring AOP to intercept process* methods execution.

This PR removes final modifier from TemplateEngine#process* public methods.

@yvasyliev yvasyliev changed the title feat: make TemplateEngine#process* methods non-final feat: remove final modifier from TemplateEngine#process* methods Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant