[jira] [Commented] (ANY23-360) Resolve Xerces deprecation warnings

2018-07-09 Thread Hudson (JIRA)


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

Hudson commented on ANY23-360:
--

SUCCESS: Integrated in Jenkins build Any23-trunk #1579 (See 
[https://builds.apache.org/job/Any23-trunk/1579/])
ANY23-360 Resolved Xerces deprecation warnings (hans: rev 
cb9209aa2c1ce51a8d3d06f2c7a6d787d8e552d2)
* (edit) core/src/test/java/org/apache/any23/validator/DefaultValidatorTest.java


> Resolve Xerces deprecation warnings
> ---
>
> Key: ANY23-360
> URL: https://issues.apache.org/jira/browse/ANY23-360
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> The {{DefaultValidatorTest}} class gives deprecation warnings for the 
> following Xerces imports:
> - {{org.apache.xml.serialize.OutputFormat}}
> - {{org.apache.xml.serialize.XMLSerializer}}



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


[jira] [Resolved] (ANY23-360) Resolve Xerces deprecation warnings

2018-07-09 Thread Hans Brende (JIRA)


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

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

> Resolve Xerces deprecation warnings
> ---
>
> Key: ANY23-360
> URL: https://issues.apache.org/jira/browse/ANY23-360
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> The {{DefaultValidatorTest}} class gives deprecation warnings for the 
> following Xerces imports:
> - {{org.apache.xml.serialize.OutputFormat}}
> - {{org.apache.xml.serialize.XMLSerializer}}



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


[jira] [Commented] (ANY23-360) Resolve Xerces deprecation warnings

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


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

ASF GitHub Bot commented on ANY23-360:
--

Github user asfgit closed the pull request at:

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


> Resolve Xerces deprecation warnings
> ---
>
> Key: ANY23-360
> URL: https://issues.apache.org/jira/browse/ANY23-360
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> The {{DefaultValidatorTest}} class gives deprecation warnings for the 
> following Xerces imports:
> - {{org.apache.xml.serialize.OutputFormat}}
> - {{org.apache.xml.serialize.XMLSerializer}}



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


[jira] [Commented] (ANY23-360) Resolve Xerces deprecation warnings

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


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

ASF GitHub Bot commented on ANY23-360:
--

GitHub user HansBrende opened a pull request:

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

ANY23-360 Resolved Xerces deprecation warnings

Also refactored a bit for code style.

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-360

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

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


commit cb9209aa2c1ce51a8d3d06f2c7a6d787d8e552d2
Author: Hans 
Date:   2018-07-10T01:02:15Z

ANY23-360 Resolved Xerces deprecation warnings




> Resolve Xerces deprecation warnings
> ---
>
> Key: ANY23-360
> URL: https://issues.apache.org/jira/browse/ANY23-360
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> The {{DefaultValidatorTest}} class gives deprecation warnings for the 
> following Xerces imports:
> - {{org.apache.xml.serialize.OutputFormat}}
> - {{org.apache.xml.serialize.XMLSerializer}}



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


[GitHub] any23 pull request #95: ANY23-360 Resolved Xerces deprecation warnings

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

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


---


[GitHub] any23 pull request #95: ANY23-360 Resolved Xerces deprecation warnings

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

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

ANY23-360 Resolved Xerces deprecation warnings

Also refactored a bit for code style.

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-360

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

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


commit cb9209aa2c1ce51a8d3d06f2c7a6d787d8e552d2
Author: Hans 
Date:   2018-07-10T01:02:15Z

ANY23-360 Resolved Xerces deprecation warnings




---


[jira] [Created] (ANY23-360) Resolve Xerces deprecation warnings

2018-07-09 Thread Hans Brende (JIRA)
Hans Brende created ANY23-360:
-

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


The {{DefaultValidatorTest}} class gives deprecation warnings for the following 
Xerces imports:

- {{org.apache.xml.serialize.OutputFormat}}
- {{org.apache.xml.serialize.XMLSerializer}}



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


[jira] [Commented] (ANY23-359) Resolve org.apache.commons.io.IOUtils deprecation warning

2018-07-09 Thread Hudson (JIRA)


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

Hudson commented on ANY23-359:
--

SUCCESS: Integrated in Jenkins build Any23-trunk #1578 (See 
[https://builds.apache.org/job/Any23-trunk/1578/])
ANY23-359 resolved deprecation warning in Any23Test (hans: rev 
f9f31643570cee422f2b7d9c7ccfe82d3d9d688a)
* (edit) core/src/test/java/org/apache/any23/Any23Test.java


> Resolve org.apache.commons.io.IOUtils deprecation warning
> -
>
> Key: ANY23-359
> URL: https://issues.apache.org/jira/browse/ANY23-359
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the warning:
> {{toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been 
> deprecated}}
> in Any23Test.java



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


[jira] [Updated] (ANY23-358) Resolve junit.framework deprecation warnings & RDFa11Parser deprecation warnings

2018-07-09 Thread Hans Brende (JIRA)


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

Hans Brende updated ANY23-358:
--
Description: 
1. Resolve the following warnings occurring in TikaEncodingDetectorTest and 
HCalendarExtractorTest:

{{junit.framework.Assert in junit.framework has been deprecated}}

2. Deprecate {{RDFa11ParserTest}} which tests the deprecated {{RDFa11Parser}} 
class.

  was:
Resolve the following warnings occurring in TikaEncodingDetectorTest and 
HCalendarExtractorTest:

{{junit.framework.Assert in junit.framework has been deprecated}}


> Resolve junit.framework deprecation warnings & RDFa11Parser deprecation 
> warnings
> 
>
> Key: ANY23-358
> URL: https://issues.apache.org/jira/browse/ANY23-358
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: core, encoding
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> 1. Resolve the following warnings occurring in TikaEncodingDetectorTest and 
> HCalendarExtractorTest:
> {{junit.framework.Assert in junit.framework has been deprecated}}
> 2. Deprecate {{RDFa11ParserTest}} which tests the deprecated {{RDFa11Parser}} 
> class.



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


[jira] [Updated] (ANY23-358) Resolve junit.framework deprecation warnings & RDFa11Parser deprecation warnings

2018-07-09 Thread Hans Brende (JIRA)


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

Hans Brende updated ANY23-358:
--
Summary: Resolve junit.framework deprecation warnings & RDFa11Parser 
deprecation warnings  (was: Resolve junit.framework deprecation warnings)

> Resolve junit.framework deprecation warnings & RDFa11Parser deprecation 
> warnings
> 
>
> Key: ANY23-358
> URL: https://issues.apache.org/jira/browse/ANY23-358
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: core, encoding
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following warnings occurring in TikaEncodingDetectorTest and 
> HCalendarExtractorTest:
> {{junit.framework.Assert in junit.framework has been deprecated}}



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


[jira] [Commented] (ANY23-358) Resolve junit.framework deprecation warnings

2018-07-09 Thread Hudson (JIRA)


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

Hudson commented on ANY23-358:
--

SUCCESS: Integrated in Jenkins build Any23-trunk #1577 (See 
[https://builds.apache.org/job/Any23-trunk/1577/])
ANY23-358 fixed junit.framework.Assert & RDFa11Parser deprecation (hans: rev 
99ff8a42188fe44b3a05be428b1a13b1bd97da46)
* (edit) 
core/src/test/java/org/apache/any23/extractor/html/HCalendarExtractorTest.java
* (edit) 
encoding/src/test/java/org/apache/any23/encoding/TikaEncodingDetectorTest.java
* (edit) 
core/src/test/java/org/apache/any23/extractor/rdfa/RDFa11ParserTest.java


> Resolve junit.framework deprecation warnings
> 
>
> Key: ANY23-358
> URL: https://issues.apache.org/jira/browse/ANY23-358
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: core, encoding
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following warnings occurring in TikaEncodingDetectorTest and 
> HCalendarExtractorTest:
> {{junit.framework.Assert in junit.framework has been deprecated}}



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


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

2018-07-09 Thread Apache Jenkins Server
See 




[jira] [Resolved] (ANY23-359) Resolve org.apache.commons.io.IOUtils deprecation warning

2018-07-09 Thread Hans Brende (JIRA)


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

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

> Resolve org.apache.commons.io.IOUtils deprecation warning
> -
>
> Key: ANY23-359
> URL: https://issues.apache.org/jira/browse/ANY23-359
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the warning:
> {{toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been 
> deprecated}}
> in Any23Test.java



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


[jira] [Commented] (ANY23-359) Resolve org.apache.commons.io.IOUtils deprecation warning

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


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

ASF GitHub Bot commented on ANY23-359:
--

Github user asfgit closed the pull request at:

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


> Resolve org.apache.commons.io.IOUtils deprecation warning
> -
>
> Key: ANY23-359
> URL: https://issues.apache.org/jira/browse/ANY23-359
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the warning:
> {{toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been 
> deprecated}}
> in Any23Test.java



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


[GitHub] any23 pull request #94: ANY23-359 resolved deprecation warning in Any23Test

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

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


---


[GitHub] any23 pull request #94: ANY23-359 resolved deprecation warning in Any23Test

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

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

ANY23-359 resolved deprecation warning in Any23Test

`org.apache.commons.io.IOUtils.toString(InputStream)` became deprecated in 
version 2.5. 

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-359

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

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


commit f9f31643570cee422f2b7d9c7ccfe82d3d9d688a
Author: Hans 
Date:   2018-07-09T22:09:15Z

ANY23-359 resolved deprecation warning in Any23Test




---


[jira] [Commented] (ANY23-359) Resolve org.apache.commons.io.IOUtils deprecation warning

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


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

ASF GitHub Bot commented on ANY23-359:
--

GitHub user HansBrende opened a pull request:

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

ANY23-359 resolved deprecation warning in Any23Test

`org.apache.commons.io.IOUtils.toString(InputStream)` became deprecated in 
version 2.5. 

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-359

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

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


commit f9f31643570cee422f2b7d9c7ccfe82d3d9d688a
Author: Hans 
Date:   2018-07-09T22:09:15Z

ANY23-359 resolved deprecation warning in Any23Test




> Resolve org.apache.commons.io.IOUtils deprecation warning
> -
>
> Key: ANY23-359
> URL: https://issues.apache.org/jira/browse/ANY23-359
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the warning:
> {{toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been 
> deprecated}}
> in Any23Test.java



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


[jira] [Updated] (ANY23-359) Resolve org.apache.commons.io.IOUtils deprecation warning

2018-07-09 Thread Hans Brende (JIRA)


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

Hans Brende updated ANY23-359:
--
Description: 
Resolve the warning:

{{toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been 
deprecated}}

in Any23Test.java

> Resolve org.apache.commons.io.IOUtils deprecation warning
> -
>
> Key: ANY23-359
> URL: https://issues.apache.org/jira/browse/ANY23-359
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the warning:
> {{toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been 
> deprecated}}
> in Any23Test.java



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


[jira] [Created] (ANY23-359) Resolve org.apache.commons.io.IOUtils deprecation warning

2018-07-09 Thread Hans Brende (JIRA)
Hans Brende created ANY23-359:
-

 Summary: Resolve org.apache.commons.io.IOUtils deprecation warning
 Key: ANY23-359
 URL: https://issues.apache.org/jira/browse/ANY23-359
 Project: Apache Any23
  Issue Type: Sub-task
  Components: test
Affects Versions: 2.3
Reporter: Hans Brende
Assignee: Hans Brende
 Fix For: 2.3






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


[jira] [Resolved] (ANY23-358) Resolve junit.framework deprecation warnings

2018-07-09 Thread Hans Brende (JIRA)


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

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

> Resolve junit.framework deprecation warnings
> 
>
> Key: ANY23-358
> URL: https://issues.apache.org/jira/browse/ANY23-358
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: core, encoding
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following warnings occurring in TikaEncodingDetectorTest and 
> HCalendarExtractorTest:
> {{junit.framework.Assert in junit.framework has been deprecated}}



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


[jira] [Commented] (ANY23-358) Resolve junit.framework deprecation warnings

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


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

ASF GitHub Bot commented on ANY23-358:
--

Github user asfgit closed the pull request at:

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


> Resolve junit.framework deprecation warnings
> 
>
> Key: ANY23-358
> URL: https://issues.apache.org/jira/browse/ANY23-358
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: core, encoding
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following warnings occurring in TikaEncodingDetectorTest and 
> HCalendarExtractorTest:
> {{junit.framework.Assert in junit.framework has been deprecated}}



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


[GitHub] any23 pull request #93: ANY23-358 fixed junit.framework.Assert & RDFa11Parse...

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

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


---


[jira] [Commented] (ANY23-358) Resolve junit.framework deprecation warnings

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


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

ASF GitHub Bot commented on ANY23-358:
--

GitHub user HansBrende opened a pull request:

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

ANY23-358 fixed junit.framework.Assert & RDFa11Parser 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-358

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

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


commit 99ff8a42188fe44b3a05be428b1a13b1bd97da46
Author: Hans 
Date:   2018-07-09T20:41:19Z

ANY23-358 fixed junit.framework.Assert & RDFa11Parser deprecation warnings




> Resolve junit.framework deprecation warnings
> 
>
> Key: ANY23-358
> URL: https://issues.apache.org/jira/browse/ANY23-358
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: core, encoding
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following warnings occurring in TikaEncodingDetectorTest and 
> HCalendarExtractorTest:
> {{junit.framework.Assert in junit.framework has been deprecated}}



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


[GitHub] any23 pull request #93: ANY23-358 fixed junit.framework.Assert & RDFa11Parse...

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

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

ANY23-358 fixed junit.framework.Assert & RDFa11Parser 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-358

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

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


commit 99ff8a42188fe44b3a05be428b1a13b1bd97da46
Author: Hans 
Date:   2018-07-09T20:41:19Z

ANY23-358 fixed junit.framework.Assert & RDFa11Parser deprecation warnings




---


[jira] [Created] (ANY23-358) Resolve junit.framework deprecation warnings

2018-07-09 Thread Hans Brende (JIRA)
Hans Brende created ANY23-358:
-

 Summary: Resolve junit.framework deprecation warnings
 Key: ANY23-358
 URL: https://issues.apache.org/jira/browse/ANY23-358
 Project: Apache Any23
  Issue Type: Sub-task
  Components: core, encoding
Affects Versions: 2.3
Reporter: Hans Brende
Assignee: Hans Brende
 Fix For: 2.3


Resolve the following warnings occurring in TikaEncodingDetectorTest and 
HCalendarExtractorTest:

{{junit.framework.Assert in junit.framework has been deprecated}}



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


Build failed in Jenkins: Any23-trunk #1576

2018-07-09 Thread Apache Jenkins Server
See 


Changes:

[Hans] resolved mockito deprecation warnings

--
[...truncated 1.05 MB...]
2018-07-09 20:05:59.780:INFO:oejsh.ContextHandler:main: Started 
o.e.j.s.ServletContextHandler@158d2680{/,null,AVAILABLE}
2018-07-09 20:05:59.780:INFO:oejs.AbstractConnector:main: Started 
LocalConnector@77847718{HTTP/1.1,[http/1.1]}
2018-07-09 20:05:59.780:INFO:oejs.Server:main: Started @5708ms
2018-07-09 20:05:59.782:INFO:oejshC.ROOT:qtp982757413-333: 
org.apache.any23.servlet.ServletTest$TestableServlet-1189dd52: Attempting 
conversion to 'nt' from body parameter
[2018-07-09 20:05:59,782] INFO  3881[qtp982757413-333] - 
org.apache.any23.extractor.SingleDocumentExtraction.run(SingleDocumentExtraction.java:222)
 - Processing http://any23.org/tmp/
  2018-07-09 20:05:59.791:INFO:oejshC.ROOT:qtp982757413-333: 
org.apache.any23.servlet.ServletTest$TestableServlet-1189dd52: Extraction 
complete, 6 triples
2018-07-09 20:05:59.792:INFO:oejs.AbstractConnector:main: Stopped 
LocalConnector@77847718{HTTP/1.1,[http/1.1]}
2018-07-09 20:05:59.792:INFO:oejs.session:main: node0 Stopped scavenging
2018-07-09 20:05:59.792:INFO:oejsh.ContextHandler:main: Stopped 
o.e.j.s.ServletContextHandler@158d2680{/,null,UNAVAILABLE}
2018-07-09 20:05:59.793:INFO:oejs.Server:main: jetty-9.4.11.v20180605; built: 
2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 
1.8.0_172-b11
2018-07-09 20:05:59.804:INFO:oejs.session:main: DefaultSessionIdManager 
workerName=node0
2018-07-09 20:05:59.805:INFO:oejs.session:main: No SessionScavenger set, using 
defaults
2018-07-09 20:05:59.805:INFO:oejs.session:main: node0 Scavenging every 60ms
2018-07-09 20:05:59.805:INFO:oejsh.ContextHandler:main: Started 
o.e.j.s.ServletContextHandler@67c27493{/,null,AVAILABLE}
2018-07-09 20:05:59.805:INFO:oejs.AbstractConnector:main: Started 
LocalConnector@1a482e36{HTTP/1.1,[http/1.1]}
2018-07-09 20:05:59.805:INFO:oejs.Server:main: Started @5733ms
2018-07-09 20:05:59.811:INFO:oejs.AbstractConnector:main: Stopped 
LocalConnector@1a482e36{HTTP/1.1,[http/1.1]}
2018-07-09 20:05:59.811:INFO:oejs.session:main: node0 Stopped scavenging
2018-07-09 20:05:59.811:INFO:oejsh.ContextHandler:main: Stopped 
o.e.j.s.ServletContextHandler@67c27493{/,null,UNAVAILABLE}
2018-07-09 20:05:59.812:INFO:oejs.Server:main: jetty-9.4.11.v20180605; built: 
2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 
1.8.0_172-b11
2018-07-09 20:05:59.813:INFO:oejs.session:main: DefaultSessionIdManager 
workerName=node0
2018-07-09 20:05:59.813:INFO:oejs.session:main: No SessionScavenger set, using 
defaults
2018-07-09 20:05:59.813:INFO:oejs.session:main: node0 Scavenging every 60ms
2018-07-09 20:05:59.815:INFO:oejsh.ContextHandler:main: Started 
o.e.j.s.ServletContextHandler@3349e9bb{/,null,AVAILABLE}
2018-07-09 20:05:59.815:INFO:oejs.AbstractConnector:main: Started 
LocalConnector@409bf450{HTTP/1.1,[http/1.1]}
2018-07-09 20:05:59.815:INFO:oejs.Server:main: Started @5743ms
[2018-07-09 20:05:59,823] INFO  3922[qtp1536031937-355] - 
org.apache.any23.extractor.SingleDocumentExtraction.run(SingleDocumentExtraction.java:222)
 - Processing http://foo.com
  2018-07-09 20:05:59.832:INFO:oejshC.ROOT:qtp1536031937-355: 
org.apache.any23.servlet.ServletTest$TestableServlet-35e2d654: Extraction 
complete, 6 triples
2018-07-09 20:05:59.832:INFO:oejs.AbstractConnector:main: Stopped 
LocalConnector@409bf450{HTTP/1.1,[http/1.1]}
2018-07-09 20:05:59.832:INFO:oejs.session:main: node0 Stopped scavenging
2018-07-09 20:05:59.832:INFO:oejsh.ContextHandler:main: Stopped 
o.e.j.s.ServletContextHandler@3349e9bb{/,null,UNAVAILABLE}
2018-07-09 20:05:59.833:INFO:oejs.Server:main: jetty-9.4.11.v20180605; built: 
2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 
1.8.0_172-b11
2018-07-09 20:05:59.837:INFO:oejs.session:main: DefaultSessionIdManager 
workerName=node0
2018-07-09 20:05:59.837:INFO:oejs.session:main: No SessionScavenger set, using 
defaults
2018-07-09 20:05:59.837:INFO:oejs.session:main: node0 Scavenging every 60ms
2018-07-09 20:05:59.844:INFO:oejsh.ContextHandler:main: Started 
o.e.j.s.ServletContextHandler@34a3d150{/,null,AVAILABLE}
2018-07-09 20:05:59.844:INFO:oejs.AbstractConnector:main: Started 
LocalConnector@2a4fb17b{HTTP/1.1,[http/1.1]}
2018-07-09 20:05:59.844:INFO:oejs.Server:main: Started @5772ms
2018-07-09 20:05:59.851:INFO:oejshC.ROOT:qtp1239759990-364: 
org.apache.any23.servlet.ServletTest$TestableServlet-55b699ef: Attempting 
conversion to 'turtle' from POST body
[2018-07-09 20:05:59,851] INFO  3950[qtp1239759990-364] - 
org.apache.any23.extractor.SingleDocumentExtraction.run(SingleDocumentExtraction.java:222)
 - Processing http://any23.org/tmp/
  2018-07-09 20:05:59.860:INFO:oejshC.ROOT:qtp1239759990-364: 
org.apache.any23.servlet.ServletTest$TestableServlet-55b699ef: Extraction 
complete, 6 triples
2018-07-09 20

[jira] [Resolved] (ANY23-357) Resolve mockito deprecation warnings

2018-07-09 Thread Hans Brende (JIRA)


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

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

> Resolve mockito deprecation warnings
> 
>
> Key: ANY23-357
> URL: https://issues.apache.org/jira/browse/ANY23-357
> Project: Apache Any23
>  Issue Type: Sub-task
>  Components: html-scraper, office-scraper
>Affects Versions: 2.3
>Reporter: Hans Brende
>Assignee: Hans Brende
>Priority: Minor
> Fix For: 2.3
>
>
> Resolve the following warnings caused by updating mockito to version 2.19.0:
> 1. {{anyObject() in org.mockito.ArgumentMatchers has been deprecated}}
> 2. {{org.mockito.Matchers in org.mockito has been deprecated}}



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


[GitHub] any23 pull request #92: resolved mockito deprecation warnings

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

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


---


[GitHub] any23 pull request #92: resolved mockito deprecation warnings

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

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

resolved mockito deprecation warnings

1. Changed `anyObject()` method to its alias `any()`
2. Removed usages of `Matchers` class

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-357

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

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


commit 0789cdbb2162542a97df746bcef7bc2ba1133d39
Author: Hans 
Date:   2018-07-09T19:26:49Z

resolved mockito deprecation warnings




---


[jira] [Created] (ANY23-357) Resolve mockito deprecation warnings

2018-07-09 Thread Hans Brende (JIRA)
Hans Brende created ANY23-357:
-

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


Resolve the following warnings caused by updating mockito to version 2.19.0:

1. {{anyObject() in org.mockito.ArgumentMatchers has been deprecated}}
2. {{org.mockito.Matchers in org.mockito has been deprecated}}



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


Register now for ApacheCon and save $250

2018-07-09 Thread Rich Bowen

Greetings, Apache software enthusiasts!

(You’re getting this because you’re on one or more dev@ or users@ lists 
for some Apache Software Foundation project.)


ApacheCon North America, in Montreal, is now just 80 days away, and 
early bird prices end in just two weeks - on July 21. Prices will be 
going up from $550 to $800 so register NOW to save $250, at 
http://apachecon.com/acna18


And don’t forget to reserve your hotel room. We have negotiated a 
special rate and the room block closes August 24. 
http://www.apachecon.com/acna18/venue.html


Our schedule includes over 100 talks and we’ll be featuring talks from 
dozens of ASF projects.,  We have inspiring keynotes from some of the 
brilliant members of our community and the wider tech space, including:


 * Myrle Krantz, PMC chair for Apache Fineract, and leader in the open 
source financing space
 * Cliff Schmidt, founder of Literacy Bridge (now Amplio) and creator 
of the Talking Book project

 * Bridget Kromhout, principal cloud developer advocate at Microsoft
 * Euan McLeod, Comcast engineer, and pioneer in streaming video

We’ll also be featuring tracks for Geospatial science, Tomcat, 
Cloudstack, and Big Data, as well as numerous other fields where Apache 
software is leading the way. See the full schedule at 
http://apachecon.com/acna18/schedule.html


As usual we’ll be running our Apache BarCamp, the traditional ApacheCon 
Hackathon, and the Wednesday evening Lighting Talks, too, so you’ll want 
to be there.


Register today at http://apachecon.com/acna18 and we’ll see you in Montreal!

--
Rich Bowen
VP, Conferences, The Apache Software Foundation
h...@apachecon.com
@ApacheCon