GitHub user jskora opened a pull request:
https://github.com/apache/nifi/pull/556
NIFI-615 - Create a processor to extract WAV file characteristics
* Create new ExtractMediaMetadata processor using Apache Tika Detector and
Parser.
* Refactored nifi-image-bundle, nifi-image-nar, and nifi-image-processors
to nifi-media-bundle, nifi-media-nar, and nifi-media-processors to reflect
broader media related purpose.
* Preserved existing ExtractImageMetadata and ResizeImage processors as
well as existing ImageViewerController components to prevent impact on existing
uses.
* Resolved collision between ExtractImage and ExtractMedia processors due
to common dependency on Noakes' Metadata Extractor project.
- Updated bundle's Tika dependency from 1.7 to 1.8 and Drew Noakes'
Metadata Extractor from 2.7.2 to 2.8.0.
- Adjusted ExtractImageMetadata tests for enhanced attribute names in new
Noakes' Metadata Extractor version.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jskora/nifi NIFI-615-v2b
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/556.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #556
----
commit 236266c9e4ed89b4c78438f36408b5f6e0b0c488
Author: Joe Skora <[email protected]>
Date: 2016-02-26T20:33:40Z
NIFI-615 - Create a processor to extract WAV file characteristics.
* Create new ExtractMediaMetadata processor using Apache Tika Detector and
Parser.
* Refactored nifi-image-bundle, nifi-image-nar, and nifi-image-processors
to nifi-media-bundle, nifi-media-nar, and nifi-media-processors to reflect
broader media related purpose.
* Preserved existing ExtractImageMetadata and ResizeImage processors as
well as existing ImageViewerController components to prevent impact on existing
uses.
* Resolved collision between ExtractImage and ExtractMedia processors due
to common dependency on Noakes' Metadata Extractor project.
- Updated bundle's Tika dependency from 1.7 to 1.8 and Drew Noakes'
Metadata Extractor from 2.7.2 to 2.8.0.
- Adjusted ExtractImageMetadata tests for enhanced attribute names in new
Noakes' Metadata Extractor version.
commit 8b06ae648b6b541735c950b200dd61a097a3dd4a
Author: Joe Skora <[email protected]>
Date: 2016-06-21T19:32:10Z
* Fix assembly POM to remove duplicate reference to site-to-site nar and
change nifi-image-nar reference to nifi-media-nar.
commit 85387332e7a25ea5b264d070fadaac14543c9725
Author: Joe Skora <[email protected]>
Date: 2016-06-21T19:56:37Z
* Fix artifactId in media nar pom.
commit 5fc18b157d8b4d9cf617dcafadf5f62104214306
Author: Joe Skora <[email protected]>
Date: 2016-06-21T20:56:20Z
* Fix pom references within the nifi-media-bundle to match bundle rename.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---