Tamas Palfy created NIFI-14857:
----------------------------------
Summary: Make MQTT processors easier to extend
Key: NIFI-14857
URL: https://issues.apache.org/jira/browse/NIFI-14857
Project: Apache NiFi
Issue Type: Improvement
Reporter: Tamas Palfy
Assignee: Tamas Palfy
ConsumeMQTT and PublishMQTT have
{code:java}
public final List<PropertyDescriptor> getSupportedPropertyDescriptors()
{code}
that makes them basically impossible to extend by inheritance.
We can remove the _final_ keyword just from the method signature without any
risk to stability or integrity.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)