Remove ‘final’ from the base plugin constructor

Created on 10 June 2025, 14 days ago

Problem/Motivation

The base plugin constructor is signed with final as that was an attempt to prevent usage of new static in create static methods.

However, it looks like the future in this space will be service autowiring and dropping the create method.

Steps to reproduce

Proposed resolution

For 3.2.0, just remove the final signature.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

3.2

Component

Code

Created by

🇮🇹Italy mondrake 🇮🇹

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024