[jira] [Commented] (NIFI-8923) Unable to compile due to groovy-tests trying to download org.codehaus.groovy:groovy-eclipse-batch:pom:2.5.4-01 from/to bintray (https://dl.bintray.com/groovy/maven

2021-07-20 Thread faerballert (Jira)


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

faerballert commented on NIFI-8923:
---

[~nuttybrewer] you can also change it by yourself :)

you see the PR, so you can handle the changes manually

> Unable to compile due to groovy-tests trying to download 
> org.codehaus.groovy:groovy-eclipse-batch:pom:2.5.4-01 from/to bintray 
> (https://dl.bintray.com/groovy/maven
> ---
>
> Key: NIFI-8923
> URL: https://issues.apache.org/jira/browse/NIFI-8923
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Tools and Build
>Affects Versions: 1.13.2
> Environment: docker using maven:3-openjdk-8
>Reporter: Patrick Ethier
>Priority: Blocker
>
> Maven tries to download from [https://dl.bintray.com|https://dl.bintray.com/] 
> which is no longer available.
> Steps to reproduce:
> 1) Check out source code to local machine
> 2) Start docker as follows from the nifi repository directory
> {code:java}
> docker run -ti --rm --name nifi-build --volume `pwd`:/build -w /build 
> maven:3-openjdk-8 mvn clean install -DskipTests 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-8923) Unable to compile due to groovy-tests trying to download org.codehaus.groovy:groovy-eclipse-batch:pom:2.5.4-01 from/to bintray (https://dl.bintray.com/groovy/maven

2021-07-19 Thread faerballert (Jira)


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

faerballert commented on NIFI-8923:
---

Its solved in 1.14.0 https://issues.apache.org/jira/browse/NIFI-8416

> Unable to compile due to groovy-tests trying to download 
> org.codehaus.groovy:groovy-eclipse-batch:pom:2.5.4-01 from/to bintray 
> (https://dl.bintray.com/groovy/maven
> ---
>
> Key: NIFI-8923
> URL: https://issues.apache.org/jira/browse/NIFI-8923
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Tools and Build
>Affects Versions: 1.13.2
> Environment: docker using maven:3-openjdk-8
>Reporter: Patrick Ethier
>Priority: Blocker
>
> Maven tries to download from [https://dl.bintray.com|https://dl.bintray.com/] 
> which is no longer available.
> Steps to reproduce:
> 1) Check out source code to local machine
> 2) Start docker as follows from the nifi repository directory
> {code:java}
> docker run -ti --rm --name nifi-build --volume `pwd`:/build -w /build 
> maven:3-openjdk-8 mvn clean install -DskipTests 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-7775) Exclude TesseractOCR Parser from ExtractMediaMetadata Processor

2020-11-11 Thread faerballert (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-7775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

faerballert updated NIFI-7775:
--
Status: Reopened  (was: Closed)

> Exclude TesseractOCR Parser from ExtractMediaMetadata Processor
> ---
>
> Key: NIFI-7775
> URL: https://issues.apache.org/jira/browse/NIFI-7775
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: faerballert
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> To extract Media Metadata is Apache Tika in use.
> Tika uses also TesseractOCRParser as DefaultParser - for this case it doesnt 
> needed and there are such runtime improvements.
> With TikaConfig File can be exclude TesseractOCRParser



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-7775) Exclude TesseractOCR Parser from ExtractMediaMetadata Processor

2020-11-11 Thread faerballert (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-7775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

faerballert updated NIFI-7775:
--
Status: Patch Available  (was: Reopened)

> Exclude TesseractOCR Parser from ExtractMediaMetadata Processor
> ---
>
> Key: NIFI-7775
> URL: https://issues.apache.org/jira/browse/NIFI-7775
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: faerballert
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> To extract Media Metadata is Apache Tika in use.
> Tika uses also TesseractOCRParser as DefaultParser - for this case it doesnt 
> needed and there are such runtime improvements.
> With TikaConfig File can be exclude TesseractOCRParser



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (NIFI-7775) Exclude TesseractOCR Parser from ExtractMediaMetadata Processor

2020-11-11 Thread faerballert (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-7775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

faerballert closed NIFI-7775.
-

> Exclude TesseractOCR Parser from ExtractMediaMetadata Processor
> ---
>
> Key: NIFI-7775
> URL: https://issues.apache.org/jira/browse/NIFI-7775
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: faerballert
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> To extract Media Metadata is Apache Tika in use.
> Tika uses also TesseractOCRParser as DefaultParser - for this case it doesnt 
> needed and there are such runtime improvements.
> With TikaConfig File can be exclude TesseractOCRParser



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-7775) Exclude TesseractOCR Parser from ExtractMediaMetadata Processor

2020-11-11 Thread faerballert (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-7775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

faerballert updated NIFI-7775:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Exclude TesseractOCR Parser from ExtractMediaMetadata Processor
> ---
>
> Key: NIFI-7775
> URL: https://issues.apache.org/jira/browse/NIFI-7775
> Project: Apache NiFi
>  Issue Type: Improvement
>Reporter: faerballert
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> To extract Media Metadata is Apache Tika in use.
> Tika uses also TesseractOCRParser as DefaultParser - for this case it doesnt 
> needed and there are such runtime improvements.
> With TikaConfig File can be exclude TesseractOCRParser



--
This message was sent by Atlassian Jira
(v8.3.4#803005)