[GitHub] any23 issue #64: ANY23-329 fixed pom.xml version to 2.2-SNAPSHOT

2018-02-12 Thread stain
Github user stain commented on the issue: https://github.com/apache/any23/pull/64 Thanks - these also seem to remain at `2.3-SNAPSHOT`: ``` stain@biggie:~/src/any23$ grep -r 2.3-SNAPSHOT . ./plugins/basic-crawler/pom.xml: 2.3-SNAPSHOT ./plugins/basic-crawler/po

[jira] [Commented] (ANY23-329) master branch broken with pom.xml any23 version

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ANY23-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360727#comment-16360727 ] ASF GitHub Bot commented on ANY23-329: -- Github user stain commented on the issue:

[GitHub] any23 issue #65: ANY23-328 Strip comments from json-ld to make parsing more ...

2018-02-12 Thread lewismc
Github user lewismc commented on the issue: https://github.com/apache/any23/pull/65 +1, tested locally. Anyone else have comments? ---

[jira] [Commented] (ANY23-328) Problem parsing json-ld content surrounded by comments

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ANY23-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360918#comment-16360918 ] ASF GitHub Bot commented on ANY23-328: -- Github user lewismc commented on the issue:

[GitHub] any23 issue #64: ANY23-329 fixed pom.xml version to 2.2-SNAPSHOT

2018-02-12 Thread lewismc
Github user lewismc commented on the issue: https://github.com/apache/any23/pull/64 This will be fixed when I run a new release candidate folks. When we release 2.2 we will increment version to 2.3-SNAPSHOT ---

[jira] [Commented] (ANY23-329) master branch broken with pom.xml any23 version

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ANY23-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360919#comment-16360919 ] ASF GitHub Bot commented on ANY23-329: -- Github user lewismc commented on the issue:

[GitHub] any23 issue #64: ANY23-329 fixed pom.xml version to 2.2-SNAPSHOT

2018-02-12 Thread ferrerod
Github user ferrerod commented on the issue: https://github.com/apache/any23/pull/64 I changed the version to 2.2-SNAPSHOT in the pom.xml project root in order to successfully build the master branch. I thought master should always be buildable. ---

[jira] [Commented] (ANY23-329) master branch broken with pom.xml any23 version

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ANY23-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361146#comment-16361146 ] ASF GitHub Bot commented on ANY23-329: -- Github user ferrerod commented on the issue:

[GitHub] any23 issue #65: ANY23-328 Strip comments from json-ld to make parsing more ...

2018-02-12 Thread HansBrende
Github user HansBrende commented on the issue: https://github.com/apache/any23/pull/65 @lewismc I just refactored this to use the `java.io.PushbackInputStream` class instead of my own custom pushback buffer logic. Should make this commit less complex and more readable! ---

[jira] [Commented] (ANY23-328) Problem parsing json-ld content surrounded by comments

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ANY23-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361260#comment-16361260 ] ASF GitHub Bot commented on ANY23-328: -- Github user HansBrende commented on the issue:

[GitHub] any23 issue #65: ANY23-328 Strip comments from json-ld to make parsing more ...

2018-02-12 Thread HansBrende
Github user HansBrende commented on the issue: https://github.com/apache/any23/pull/65 FYI, at around 1pm CST today, I refactored and rebased this commit to use java.io.PushbackInputStream instead of my own custom pushback logic. This should make things less complicated and more

[jira] [Commented] (ANY23-328) Problem parsing json-ld content surrounded by comments

2018-02-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ANY23-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361454#comment-16361454 ] ASF GitHub Bot commented on ANY23-328: -- Github user HansBrende commented on the issue: