David Handermann created NIFI-7937:
--------------------------------------
Summary: Refactor FlowFile Media Type Strings to Enumeration
Key: NIFI-7937
URL: https://issues.apache.org/jira/browse/NIFI-7937
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Affects Versions: 1.12.1
Reporter: David Handermann
Assignee: David Handermann
Multiple components contain string definitions of the following FlowFile Media
Types:
* application/flowfile-v3
* application/flowfile-v2
* application/flowfile-v1
The ListenHTTP and PostHTTP processors also define the following FlowFile Media
Type without a version number:
* application/flowfile
These string references should be replaced with a standard enumeration that can
be used across components and unit tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)