[jira] [Commented] (ANY23-354) Clean up dependencies

2018-07-11 Thread Hans Brende (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540700#comment-16540700
 ] 

Hans Brende commented on ANY23-354:
---

[~lewismc] Now that this mega-issue has been fully resolved, I'd say we're 
ready to release v. 2.3!

> Clean up dependencies
> -
>
> Key: ANY23-354
> URL: https://issues.apache.org/jira/browse/ANY23-354
> Project: Apache Any23
>  Issue Type: Improvement
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Major
> Fix For: 2.3
>
>
> There are a number of dependency-related items we should clean up:
> 1. Since we're no longer using the neko html parser, we should remove that 
> dependency (as well as all the places it's referenced, including the 
> {{any23.tagsoup.legacy}} config setting in the 
> default-configuration.properties file).
> 2. There are 16 dependencies declared in the {{dependencyManagement}} section 
> of the parent pom that are never used. Which of these should we add to child 
> poms, and which can we simply remove?
> - org.apache.httpcomponents:httpclient-cache
> - org.apache.httpcomponents:fluent-hc
> - org.apache.httpcomponents:httpclient-osgi
> - org.apache.httpcomponents:httpmime
> - org.apache.httpcomponents:httpcore-osgi
> - org.apache.httpcomponents:httpcore-nio
> - commons-cli:commons-cli
> - org.apache.poi:poi-ooxml
> - org.apache.poi:poi-ooxml-schemas
> - org.apache.poi:poi-scratchpad
> - org.eclipse.rdf4j:rdf4j-rio-rdfjson
> - net.sourceforge.owlapi:owlapi-api
> - net.sourceforge.owlapi:owlapi-impl
> - net.sourceforge.owlapi:owlapi-parsers
> - org.slf4j:slf4j-jdk14
> - org.slf4j:jcl-over-slf4j
> 3. There are 18 dependencies that can be updated:
> - com.beust:jcommander 1.30 -> 1.72
> - commons-codec:commons-codec 1.10 -> 1.11
> - net.sourceforge.owlapi:owlapi-rio 5.1.3 -> 5.1.5
> - org.apache.commons:commons-compress 1.14 -> 1.17
> - org.apache.tika:tika-core 1.17 -> 1.18
> - org.apache.tika:tika-parsers 1.17 -> 1.18
> - org.yaml:snakeyaml 1.17 -> 1.21
> - net.sourceforge.owlapi:owlapi-apibinding 5.1.3 -> 5.1.5
> - (test) org.mockito:mockito-core 2.8.47 -> 2.19.0
> - commons-io:commons-io 2.4 -> 2.6
> - org.eclipse.jetty:jetty-runner 9.4.10.RC0 -> 9.4.11.v20180605
> - (test) org.mortbay.jetty:jetty-servlet-tester 7.0.0.pre5 -> 7.0.0.M2
> - xerces:xercesImpl 2.9.1 -> 2.12.0 (in the html scraper plugin)
> - org.apache.poi:poi 3.16 -> 3.17 (in the office scraper plugin)
> - edu.uci.ics:crawler4j 3.4 -> 4.4.0 (in the basic crawler plugin)
> - org.apache.any23.plugins:apache-any23-html-scraper 1.0.7-SNAPSHOT -> 
> 2.3-SNAPSHOT (in the integration test plugin)
> - org.apache.any23.plugins:apache-any23-office-scraper 1.0.6-SNAPSHOT -> 
> 2.3-SNAPSHOT (in the integration test plugin)
> - org.apache.any23.plugins:apache-any23-basic-crawler 1.0.6-SNAPSHOT -> 
> 2.3-SNAPSHOT (in the integration test plugin)
> 
> 4. For the sake of completeness, there are also 2 dependencies that can be 
> updated that would most likely require additional code refactoring:
> - (test) junit:junit  4.12  ->  org.junit.jupiter:junit-jupiter-api  5.2.0
> - commons-lang:commons-lang  2.6  ->  org.apache.commons:commons-lang3  
> 3.7
> Please let me know what you all think about these items of consideration.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (ANY23-354) Clean up dependencies

2018-07-11 Thread Hans Brende (JIRA)


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

Hans Brende resolved ANY23-354.
---
Resolution: Fixed
  Assignee: Hans Brende

> Clean up dependencies
> -
>
> Key: ANY23-354
> URL: https://issues.apache.org/jira/browse/ANY23-354
> Project: Apache Any23
>  Issue Type: Improvement
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Major
> Fix For: 2.3
>
>
> There are a number of dependency-related items we should clean up:
> 1. Since we're no longer using the neko html parser, we should remove that 
> dependency (as well as all the places it's referenced, including the 
> {{any23.tagsoup.legacy}} config setting in the 
> default-configuration.properties file).
> 2. There are 16 dependencies declared in the {{dependencyManagement}} section 
> of the parent pom that are never used. Which of these should we add to child 
> poms, and which can we simply remove?
> - org.apache.httpcomponents:httpclient-cache
> - org.apache.httpcomponents:fluent-hc
> - org.apache.httpcomponents:httpclient-osgi
> - org.apache.httpcomponents:httpmime
> - org.apache.httpcomponents:httpcore-osgi
> - org.apache.httpcomponents:httpcore-nio
> - commons-cli:commons-cli
> - org.apache.poi:poi-ooxml
> - org.apache.poi:poi-ooxml-schemas
> - org.apache.poi:poi-scratchpad
> - org.eclipse.rdf4j:rdf4j-rio-rdfjson
> - net.sourceforge.owlapi:owlapi-api
> - net.sourceforge.owlapi:owlapi-impl
> - net.sourceforge.owlapi:owlapi-parsers
> - org.slf4j:slf4j-jdk14
> - org.slf4j:jcl-over-slf4j
> 3. There are 18 dependencies that can be updated:
> - com.beust:jcommander 1.30 -> 1.72
> - commons-codec:commons-codec 1.10 -> 1.11
> - net.sourceforge.owlapi:owlapi-rio 5.1.3 -> 5.1.5
> - org.apache.commons:commons-compress 1.14 -> 1.17
> - org.apache.tika:tika-core 1.17 -> 1.18
> - org.apache.tika:tika-parsers 1.17 -> 1.18
> - org.yaml:snakeyaml 1.17 -> 1.21
> - net.sourceforge.owlapi:owlapi-apibinding 5.1.3 -> 5.1.5
> - (test) org.mockito:mockito-core 2.8.47 -> 2.19.0
> - commons-io:commons-io 2.4 -> 2.6
> - org.eclipse.jetty:jetty-runner 9.4.10.RC0 -> 9.4.11.v20180605
> - (test) org.mortbay.jetty:jetty-servlet-tester 7.0.0.pre5 -> 7.0.0.M2
> - xerces:xercesImpl 2.9.1 -> 2.12.0 (in the html scraper plugin)
> - org.apache.poi:poi 3.16 -> 3.17 (in the office scraper plugin)
> - edu.uci.ics:crawler4j 3.4 -> 4.4.0 (in the basic crawler plugin)
> - org.apache.any23.plugins:apache-any23-html-scraper 1.0.7-SNAPSHOT -> 
> 2.3-SNAPSHOT (in the integration test plugin)
> - org.apache.any23.plugins:apache-any23-office-scraper 1.0.6-SNAPSHOT -> 
> 2.3-SNAPSHOT (in the integration test plugin)
> - org.apache.any23.plugins:apache-any23-basic-crawler 1.0.6-SNAPSHOT -> 
> 2.3-SNAPSHOT (in the integration test plugin)
> 
> 4. For the sake of completeness, there are also 2 dependencies that can be 
> updated that would most likely require additional code refactoring:
> - (test) junit:junit  4.12  ->  org.junit.jupiter:junit-jupiter-api  5.2.0
> - commons-lang:commons-lang  2.6  ->  org.apache.commons:commons-lang3  
> 3.7
> Please let me know what you all think about these items of consideration.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (ANY23-362) Resolve rdf4j deprecation warnings

2018-07-11 Thread Hans Brende (JIRA)


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

Hans Brende resolved ANY23-362.
---
Resolution: Fixed

> Resolve rdf4j deprecation warnings
> --
>
> Key: ANY23-362
> URL: https://issues.apache.org/jira/browse/ANY23-362
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: extractors, mime
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following deprecation warnings occurring in 
> {{o.a.a.mime.TikaMIMETypeDetector}}, 
> {{o.a.a.extractor.rdf.RDFParserFactory}}, and {{o.a.a.rdf.RDFUtils}}:
> - org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling in 
> org.eclipse.rdf4j.rio.RDFParser has been deprecated
> - setDatatypeHandling(org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling) in 
> org.eclipse.rdf4j.rio.RDFParser has been deprecated
> - setStopAtFirstError(boolean) in org.eclipse.rdf4j.rio.RDFParser has been 
> deprecated
> - setVerifyData(boolean) in org.eclipse.rdf4j.rio.RDFParser has been 
> deprecated



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ANY23-362) Resolve rdf4j deprecation warnings

2018-07-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540678#comment-16540678
 ] 

ASF GitHub Bot commented on ANY23-362:
--

Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/97


> Resolve rdf4j deprecation warnings
> --
>
> Key: ANY23-362
> URL: https://issues.apache.org/jira/browse/ANY23-362
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: extractors, mime
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following deprecation warnings occurring in 
> {{o.a.a.mime.TikaMIMETypeDetector}}, 
> {{o.a.a.extractor.rdf.RDFParserFactory}}, and {{o.a.a.rdf.RDFUtils}}:
> - org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling in 
> org.eclipse.rdf4j.rio.RDFParser has been deprecated
> - setDatatypeHandling(org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling) in 
> org.eclipse.rdf4j.rio.RDFParser has been deprecated
> - setStopAtFirstError(boolean) in org.eclipse.rdf4j.rio.RDFParser has been 
> deprecated
> - setVerifyData(boolean) in org.eclipse.rdf4j.rio.RDFParser has been 
> deprecated



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #97: ANY23-362 resolved rdf4j deprecation warnings

2018-07-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/97


---


[jira] [Resolved] (ANY23-365) Resolve additional warnings

2018-07-11 Thread Hans Brende (JIRA)


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

Hans Brende resolved ANY23-365.
---
Resolution: Fixed

> Resolve additional warnings
> ---
>
> Key: ANY23-365
> URL: https://issues.apache.org/jira/browse/ANY23-365
> Project: Apache Any23
>  Issue Type: Sub-task
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following warnings:
> - Annotation 'Author.class' is not retained for reflective access (in 
> {{o.a.a.cli.PluginVerifier}})
> - {{o.a.a.cli.PluginVerifier}} uses unchecked or unsafe operations
> - sun.security.validator.ValidatorException is internal proprietary API and 
> may be removed in a future release (in {{o.a.a.servlet.WebResponder}})



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #100: ANY23-365 resolved additional warnings

2018-07-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/100


---


[jira] [Commented] (ANY23-365) Resolve additional warnings

2018-07-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540650#comment-16540650
 ] 

ASF GitHub Bot commented on ANY23-365:
--

GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/100

ANY23-365 resolved additional warnings

Resolved the following warnings:
- Annotation `Author.class` is not retained for reflective access (in 
`o.a.a.cli.PluginVerifier`)
- `o.a.a.cli.PluginVerifier` uses unchecked or unsafe operations
- `sun.security.validator.ValidatorException` is internal proprietary API 
and may be removed in a future release (in `o.a.a.servlet.WebResponder`)

mvn clean test -> all tests passed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-365

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/100.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 #100


commit 3f87cf3a8ca51650376d7f111613fe0c1eda74d5
Author: Hans 
Date:   2018-07-11T20:53:05Z

ANY23-365 resolved additional warnings




> Resolve additional warnings
> ---
>
> Key: ANY23-365
> URL: https://issues.apache.org/jira/browse/ANY23-365
> Project: Apache Any23
>  Issue Type: Sub-task
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following warnings:
> - Annotation 'Author.class' is not retained for reflective access (in 
> {{o.a.a.cli.PluginVerifier}})
> - {{o.a.a.cli.PluginVerifier}} uses unchecked or unsafe operations
> - sun.security.validator.ValidatorException is internal proprietary API and 
> may be removed in a future release (in {{o.a.a.servlet.WebResponder}})



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #100: ANY23-365 resolved additional warnings

2018-07-11 Thread HansBrende
GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/100

ANY23-365 resolved additional warnings

Resolved the following warnings:
- Annotation `Author.class` is not retained for reflective access (in 
`o.a.a.cli.PluginVerifier`)
- `o.a.a.cli.PluginVerifier` uses unchecked or unsafe operations
- `sun.security.validator.ValidatorException` is internal proprietary API 
and may be removed in a future release (in `o.a.a.servlet.WebResponder`)

mvn clean test -> all tests passed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-365

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/100.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 #100


commit 3f87cf3a8ca51650376d7f111613fe0c1eda74d5
Author: Hans 
Date:   2018-07-11T20:53:05Z

ANY23-365 resolved additional warnings




---


[jira] [Created] (ANY23-365) Resolve additional warnings

2018-07-11 Thread Hans Brende (JIRA)
Hans Brende created ANY23-365:
-

 Summary: Resolve additional warnings
 Key: ANY23-365
 URL: https://issues.apache.org/jira/browse/ANY23-365
 Project: Apache Any23
  Issue Type: Sub-task
Affects Versions: 2.3
Reporter: Hans Brende
Assignee: Hans Brende
 Fix For: 2.3


Resolve the following warnings:
- Annotation 'Author.class' is not retained for reflective access (in 
{{o.a.a.cli.PluginVerifier}})
- {{o.a.a.cli.PluginVerifier}} uses unchecked or unsafe operations
- sun.security.validator.ValidatorException is internal proprietary API and may 
be removed in a future release (in {{o.a.a.servlet.WebResponder}})



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (ANY23-364) Resolve POI deprecation warnings

2018-07-11 Thread Hans Brende (JIRA)


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

Hans Brende resolved ANY23-364.
---
Resolution: Fixed

> Resolve POI deprecation warnings
> 
>
> Key: ANY23-364
> URL: https://issues.apache.org/jira/browse/ANY23-364
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: office-scraper
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following deprecation warnings occurring in 
> {{o.a.a.plugin.officescraper.ExcelExtractor}}:
> - getCellType() in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_STRING in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_BOOLEAN in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_NUMERIC in org.apache.poi.ss.usermodel.Cell has been deprecated



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #99: ANY23-364 resolved POI deprecation warnings

2018-07-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/99


---


[jira] [Commented] (ANY23-364) Resolve POI deprecation warnings

2018-07-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540605#comment-16540605
 ] 

ASF GitHub Bot commented on ANY23-364:
--

Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/99


> Resolve POI deprecation warnings
> 
>
> Key: ANY23-364
> URL: https://issues.apache.org/jira/browse/ANY23-364
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: office-scraper
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following deprecation warnings occurring in 
> {{o.a.a.plugin.officescraper.ExcelExtractor}}:
> - getCellType() in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_STRING in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_BOOLEAN in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_NUMERIC in org.apache.poi.ss.usermodel.Cell has been deprecated



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ANY23-364) Resolve POI deprecation warnings

2018-07-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540602#comment-16540602
 ] 

ASF GitHub Bot commented on ANY23-364:
--

GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/99

ANY23-364 resolved POI deprecation warnings

mvn clean test -> all tests passed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-364

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/99.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 #99


commit 5a2613b848b317c54381bcc8d7b23ca1e27e3725
Author: Hans 
Date:   2018-07-11T20:10:46Z

ANY23-364 resolved POI deprecation warnings




> Resolve POI deprecation warnings
> 
>
> Key: ANY23-364
> URL: https://issues.apache.org/jira/browse/ANY23-364
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: office-scraper
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following deprecation warnings occurring in 
> {{o.a.a.plugin.officescraper.ExcelExtractor}}:
> - getCellType() in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_STRING in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_BOOLEAN in org.apache.poi.ss.usermodel.Cell has been deprecated
> - CELL_TYPE_NUMERIC in org.apache.poi.ss.usermodel.Cell has been deprecated



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #99: ANY23-364 resolved POI deprecation warnings

2018-07-11 Thread HansBrende
GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/99

ANY23-364 resolved POI deprecation warnings

mvn clean test -> all tests passed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-364

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/99.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 #99


commit 5a2613b848b317c54381bcc8d7b23ca1e27e3725
Author: Hans 
Date:   2018-07-11T20:10:46Z

ANY23-364 resolved POI deprecation warnings




---


[jira] [Created] (ANY23-364) Resolve POI deprecation warnings

2018-07-11 Thread Hans Brende (JIRA)
Hans Brende created ANY23-364:
-

 Summary: Resolve POI deprecation warnings
 Key: ANY23-364
 URL: https://issues.apache.org/jira/browse/ANY23-364
 Project: Apache Any23
  Issue Type: Sub-task
  Components: office-scraper
Affects Versions: 2.3
Reporter: Hans Brende
Assignee: Hans Brende
 Fix For: 2.3


Resolve the following deprecation warnings occurring in 
{{o.a.a.plugin.officescraper.ExcelExtractor}}:
- getCellType() in org.apache.poi.ss.usermodel.Cell has been deprecated
- CELL_TYPE_STRING in org.apache.poi.ss.usermodel.Cell has been deprecated
- CELL_TYPE_BOOLEAN in org.apache.poi.ss.usermodel.Cell has been deprecated
- CELL_TYPE_NUMERIC in org.apache.poi.ss.usermodel.Cell has been deprecated



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Jenkins build is back to normal : Any23-trunk #1581

2018-07-11 Thread Apache Jenkins Server
See 




[jira] [Resolved] (ANY23-363) Update httpclient/httpcore to version 4.5.6/4.4.10

2018-07-11 Thread Hans Brende (JIRA)


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

Hans Brende resolved ANY23-363.
---
Resolution: Fixed

> Update httpclient/httpcore to version 4.5.6/4.4.10
> --
>
> Key: ANY23-363
> URL: https://issues.apache.org/jira/browse/ANY23-363
> Project: Apache Any23
>  Issue Type: Sub-task
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> According to the [release 
> notes|https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt],
>  version 4.5.6 is:
>  
> "a maintenance release that adds Automatic-Module-Name to the manifest for 
> compatibility with Java 9 Platform Module System and fixes a number of issues 
> discovered since 4.5.5"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ANY23-363) Update httpclient/httpcore to version 4.5.6/4.4.10

2018-07-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540496#comment-16540496
 ] 

ASF GitHub Bot commented on ANY23-363:
--

Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/98


> Update httpclient/httpcore to version 4.5.6/4.4.10
> --
>
> Key: ANY23-363
> URL: https://issues.apache.org/jira/browse/ANY23-363
> Project: Apache Any23
>  Issue Type: Sub-task
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> According to the [release 
> notes|https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt],
>  version 4.5.6 is:
>  
> "a maintenance release that adds Automatic-Module-Name to the manifest for 
> compatibility with Java 9 Platform Module System and fixes a number of issues 
> discovered since 4.5.5"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #98: ANY23-363 updated httpclient/httpcore to 4.5.6/4.4.1...

2018-07-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/98


---


[jira] [Commented] (ANY23-363) Update httpclient/httpcore to version 4.5.6/4.4.10

2018-07-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540493#comment-16540493
 ] 

ASF GitHub Bot commented on ANY23-363:
--

GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/98

ANY23-363 updated httpclient/httpcore to 4.5.6/4.4.10

mvn clean test -> all tests passed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-363

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/98.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 #98


commit 40619343dd8876dc447ea49ae952af33899b008f
Author: Hans 
Date:   2018-07-11T18:28:11Z

ANY23-363 updated httpclient/httpcore to 4.5.6/4.4.10




> Update httpclient/httpcore to version 4.5.6/4.4.10
> --
>
> Key: ANY23-363
> URL: https://issues.apache.org/jira/browse/ANY23-363
> Project: Apache Any23
>  Issue Type: Sub-task
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> According to the [release 
> notes|https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt],
>  version 4.5.6 is:
>  
> "a maintenance release that adds Automatic-Module-Name to the manifest for 
> compatibility with Java 9 Platform Module System and fixes a number of issues 
> discovered since 4.5.5"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #98: ANY23-363 updated httpclient/httpcore to 4.5.6/4.4.1...

2018-07-11 Thread HansBrende
GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/98

ANY23-363 updated httpclient/httpcore to 4.5.6/4.4.10

mvn clean test -> all tests passed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-363

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/98.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 #98


commit 40619343dd8876dc447ea49ae952af33899b008f
Author: Hans 
Date:   2018-07-11T18:28:11Z

ANY23-363 updated httpclient/httpcore to 4.5.6/4.4.10




---


[jira] [Created] (ANY23-363) Update httpclient/httpcore to version 4.5.6/4.4.10

2018-07-11 Thread Hans Brende (JIRA)
Hans Brende created ANY23-363:
-

 Summary: Update httpclient/httpcore to version 4.5.6/4.4.10
 Key: ANY23-363
 URL: https://issues.apache.org/jira/browse/ANY23-363
 Project: Apache Any23
  Issue Type: Sub-task
Affects Versions: 2.3
Reporter: Hans Brende
Assignee: Hans Brende
 Fix For: 2.3


According to the [release 
notes|https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt],
 version 4.5.6 is:

 

"a maintenance release that adds Automatic-Module-Name to the manifest for 
compatibility with Java 9 Platform Module System and fixes a number of issues 
discovered since 4.5.5"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ANY23-362) Resolve rdf4j deprecation warnings

2018-07-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540339#comment-16540339
 ] 

ASF GitHub Bot commented on ANY23-362:
--

GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/97

ANY23-362 resolved rdf4j deprecation warnings

1. resolved rdf4j deprecation warnings
2. refactored for code style and improved singleton pattern in 
`RDFParserFactory`
3. updated no-arg constructors in `RDFXMLExtractor` and `TriXExtractor` to 
match their javadoc specs, along with the behavior all the other RDF extractor 
classes' no-arg constructors

mvn clean test -> all tests passed

@lewismc any comments before I merge this in?

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-362

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/97.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 #97


commit 59091ef08aadc30e64abdff1a4b17cf81c2b6bbd
Author: Hans 
Date:   2018-07-11T16:13:30Z

ANY23-362 resolved rdf4j deprecation warnings




> Resolve rdf4j deprecation warnings
> --
>
> Key: ANY23-362
> URL: https://issues.apache.org/jira/browse/ANY23-362
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: extractors, mime
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following deprecation warnings occurring in 
> {{o.a.a.mime.TikaMIMETypeDetector}}, 
> {{o.a.a.extractor.rdf.RDFParserFactory}}, and {{o.a.a.rdf.RDFUtils}}:
> - org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling in 
> org.eclipse.rdf4j.rio.RDFParser has been deprecated
> - setDatatypeHandling(org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling) in 
> org.eclipse.rdf4j.rio.RDFParser has been deprecated
> - setStopAtFirstError(boolean) in org.eclipse.rdf4j.rio.RDFParser has been 
> deprecated
> - setVerifyData(boolean) in org.eclipse.rdf4j.rio.RDFParser has been 
> deprecated



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #97: ANY23-362 resolved rdf4j deprecation warnings

2018-07-11 Thread HansBrende
GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/97

ANY23-362 resolved rdf4j deprecation warnings

1. resolved rdf4j deprecation warnings
2. refactored for code style and improved singleton pattern in 
`RDFParserFactory`
3. updated no-arg constructors in `RDFXMLExtractor` and `TriXExtractor` to 
match their javadoc specs, along with the behavior all the other RDF extractor 
classes' no-arg constructors

mvn clean test -> all tests passed

@lewismc any comments before I merge this in?

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-362

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/97.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 #97


commit 59091ef08aadc30e64abdff1a4b17cf81c2b6bbd
Author: Hans 
Date:   2018-07-11T16:13:30Z

ANY23-362 resolved rdf4j deprecation warnings




---


[jira] [Resolved] (ANY23-361) Resolve Tika deprecation warning

2018-07-11 Thread Hans Brende (JIRA)


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

Hans Brende resolved ANY23-361.
---
Resolution: Fixed

> Resolve Tika deprecation warning
> 
>
> Key: ANY23-361
> URL: https://issues.apache.org/jira/browse/ANY23-361
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: mime
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> The following deprecation warning occurs in 
> {{o.a.a.mime.TikaMIMETypeDetector}}: 
> {{getMimeType(java.lang.String) in org.apache.tika.mime.MimeTypes has been 
> deprecated}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ANY23-361) Resolve Tika deprecation warning

2018-07-11 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/ANY23-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16540218#comment-16540218
 ] 

ASF GitHub Bot commented on ANY23-361:
--

Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/96


> Resolve Tika deprecation warning
> 
>
> Key: ANY23-361
> URL: https://issues.apache.org/jira/browse/ANY23-361
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: mime
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> The following deprecation warning occurs in 
> {{o.a.a.mime.TikaMIMETypeDetector}}: 
> {{getMimeType(java.lang.String) in org.apache.tika.mime.MimeTypes has been 
> deprecated}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] any23 pull request #96: ANY23-361 resolved tika deprecation warning

2018-07-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/96


---