[ 
https://issues.apache.org/jira/browse/NIFI-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15344243#comment-15344243
 ] 

ASF GitHub Bot commented on NIFI-615:
-------------------------------------

Github user joewitt commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/556#discussion_r68044679
  
    --- Diff: 
nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/src/test/java/org/apache/nifi/processors/image/ExtractImageMetadataTest.java
 ---
    @@ -37,7 +37,7 @@
         private static String BMP_HEADER = "BMP Header.";
         private static String JPEG_HEADER = "JPEG.";
         private static String GIF_HEADER = "GIF Header.";
    -    private static String PNG_HEADER = "PNG.";
    +    private static String PNG_HEADER = "PNG-";
    --- End diff --
    
    Ok.  Even that punts the problem because it just means we'll stick with an 
older dependency.  My vote here would be we keep it as-is.  Update the 
migration guide to call this issue out when going to 0.7 (and 1.0).  And we 
update the processor documentation to highlight that the attributes extracted 
by this processor are not stable and subject to change across upgrades.  It 
isn't great but it is honest.


> Create a processor to extract WAV file characteristics
> ------------------------------------------------------
>
>                 Key: NIFI-615
>                 URL: https://issues.apache.org/jira/browse/NIFI-615
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Brandon DeVries
>            Assignee: Joe Skora
>            Priority: Minor
>             Fix For: 1.0.0, 0.7.0
>
>
> Create a processor to extract information from a WAV file, including 
> encoding, bit rate, metadata, etc...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to