Re: accidental merge

2020-12-13 Thread Peter Lee
Seems the latest commit 7f65d61 is exactly the same as dd85c73: https://github.com/apache/tika/compare/dd85c73..7f65d61 (https://github.com/apache/tika/compare/3571725..7f65d61) https://github.com/apache/tika/compare/3571725..7f65d61 which means the commit 0810700 is not reverted yet. The 10 lines

[jira] [Commented] (TIKA-3248) ClassCastException: class PDSimpleFileSpecification cannot be cast to PDComplexFileSpecification

2020-12-13 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248779#comment-17248779 ] Hudson commented on TIKA-3248: -- UNSTABLE: Integrated in Jenkins build Tika » tika-main-jdk8 #

Re: accidental merge

2020-12-13 Thread Tilman Hausherr
I think I got it now. Someone please verify this: the last good commit is from Peter Lee "Simplify init code of some Set and List". then I made a small commit "TIKA-3248: avoid ClassCastException" of about 10 lines. then "bad" things happened. Ideally, the last three commits on top shouldn'

accidental merge

2020-12-13 Thread Tilman Hausherr
Hi all, I made an accidental merge and I tried to revert it, but I suspect I made it worse. Still working on it... Tilman

[jira] [Commented] (TIKA-3248) ClassCastException: class PDSimpleFileSpecification cannot be cast to PDComplexFileSpecification

2020-12-13 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248749#comment-17248749 ] Hudson commented on TIKA-3248: -- SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk8 #8

[jira] [Commented] (TIKA-3248) ClassCastException: class PDSimpleFileSpecification cannot be cast to PDComplexFileSpecification

2020-12-13 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248745#comment-17248745 ] Hudson commented on TIKA-3248: -- SUCCESS: Integrated in Jenkins build Tika » tika-branch1x-jdk

[jira] [Created] (TIKA-3248) ClassCastException: class PDSimpleFileSpecification cannot be cast to PDComplexFileSpecification

2020-12-13 Thread Tilman Hausherr (Jira)
Tilman Hausherr created TIKA-3248: - Summary: ClassCastException: class PDSimpleFileSpecification cannot be cast to PDComplexFileSpecification Key: TIKA-3248 URL: https://issues.apache.org/jira/browse/TIKA-3248

[GitHub] [tika] PeterAlfredLee merged pull request #389: Simplify init code of some Set and List

2020-12-13 Thread GitBox
PeterAlfredLee merged pull request #389: URL: https://github.com/apache/tika/pull/389 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [tika] PeterAlfredLee merged pull request #388: Simplify some bool statement

2020-12-13 Thread GitBox
PeterAlfredLee merged pull request #388: URL: https://github.com/apache/tika/pull/388 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [tika] PeterAlfredLee merged pull request #387: Simplify method Tika#parseToString(InputStream, Metadata)

2020-12-13 Thread GitBox
PeterAlfredLee merged pull request #387: URL: https://github.com/apache/tika/pull/387 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

JDK 16 is in Rampdown Phase One

2020-12-13 Thread Rory O'Donnell
Hi Tim, *Per the JDK 16 schedule , we are in Rampdown Phase One* *[1] . * *Please advise if you find any issues while testing the latest Early Access builds.* * Schedule for JDK 16 o *2020/12/10 Rampdown Phase One* o 2021/01/14  Rampdown Phase Two o 2021/02/04  Initial Release

failed 1.x builds

2020-12-13 Thread Tilman Hausherr
The 1.x builds kept failing because of something with ByteBuffer, I have disabled H36. First build after that has succeeded. Tilman