Re: [DRAFT] Dedicated ANNOUNCE for Tika 1.x EoL?

2022-02-10 Thread Lewis John McGibbney
maintained after September 30, 2022. What can we do? > > You may fork the existing source and support it on your own. > > Kind regards > - > The Apache Tika Team > > On Wed, Feb 9, 2022 at 10:06 AM Tim Allison wrote: > > > > +1 > > > > And here's a

Re: Advice porting CXF JAX-RS services to run in servlet container

2022-02-10 Thread Lewis John McGibbney
Hi Maxim, Thanks for your response. See inline below On 2022/02/10 03:11:59 Maxim Solodovnik wrote: > Hello Lewis, > > cxf users@ list is very silent :) Yes I see that! > > what issues are you observing? The real issue I am having is configuration without using Spring. I want to keep this

[jira] [Resolved] (TIKA-3648) Fail build if ossindex-maven-plugin violation is detected

2022-02-10 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved TIKA-3648. Resolution: Fixed With dependabot now activated our goal should be to keep things

[jira] [Updated] (TIKA-3648) Fail build if ossindex-maven-plugin violation is detected

2022-02-10 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated TIKA-3648: --- Fix Version/s: 2.3.1 > Fail build if ossindex-maven-plugin violation is detec

Dedicated ANNOUNCE for Tika 1.x EoL?

2022-02-09 Thread lewis john mcgibbney
Hi dev@, We have more than six months until the official EoL date for Tika 1.x. Tim mentioned that some narrative was provided in the the recent release announcement but I think we could help ourselves by explicitly sending a dedicated 1.x EoL ANNOUNCEMENT. … this assumes that such an email would

Advice porting CXF JAX-RS services to run in servlet container

2022-02-07 Thread lewis john mcgibbney
Hi users@, I'm embarking on a task to refactor the Apache Nutch Server [0] such that it is packaged as a WAR for distribution and deployment in Tomcat, Jetty, etc. This will bring lots of stability features as well as other benefits over the standalone service as it currently exists. I've been

[jira] [Resolved] (ANY23-566) Bump mockito-core from 4.2.0 to 4.3.1

2022-02-05 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-566. Resolution: Fixed > Bump mockito-core from 4.2.0 to 4.

[jira] [Resolved] (ANY23-565) Bump xercesImpl from 2.12.1 to 2.12.2

2022-02-05 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-565. Resolution: Fixed > Bump xercesImpl from 2.12.1 to 2.1

[jira] [Commented] (ANY23-447) Reduce Any23 dependency bloat

2022-02-05 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17487618#comment-17487618 ] Lewis John McGibbney commented on ANY23-447: I've attached the output of *mvn

[jira] [Updated] (ANY23-447) Reduce Any23 dependency bloat

2022-02-05 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated ANY23-447: --- Attachment: output.txt > Reduce Any23 dependency bl

[jira] [Created] (ANY23-564) Bump slf4j-api from 1.7.33 to 1.7.35

2022-01-28 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created ANY23-564: -- Summary: Bump slf4j-api from 1.7.33 to 1.7.35 Key: ANY23-564 URL: https://issues.apache.org/jira/browse/ANY23-564 Project: Apache Any23 Issue

[jira] [Resolved] (ANY23-564) Bump slf4j-api from 1.7.33 to 1.7.35

2022-01-28 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-564. Resolution: Fixed > Bump slf4j-api from 1.7.33 to 1.7

[jira] [Resolved] (ANY23-563) Bump maven-compiler-plugin from 3.8.1 to 3.9.0

2022-01-28 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-563. Resolution: Fixed > Bump maven-compiler-plugin from 3.8.1 to 3.

[jira] [Created] (ANY23-563) Bump maven-compiler-plugin from 3.8.1 to 3.9.0

2022-01-28 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created ANY23-563: -- Summary: Bump maven-compiler-plugin from 3.8.1 to 3.9.0 Key: ANY23-563 URL: https://issues.apache.org/jira/browse/ANY23-563 Project: Apache Any23

[jira] [Commented] (ANY23-557) update site publish instructions

2022-01-28 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17483842#comment-17483842 ] Lewis John McGibbney commented on ANY23-557: Any guidance [~hboutemy] is very much appreciated

Re: Best place to debug Shiro Authentication in JAX-RS CXF Application

2022-01-26 Thread Lewis John McGibbney
Hi Brian, Thank you for the response. On 2022/01/25 16:10:40 Brian Demers wrote: > Hi! > > Shiro's JAX-RS support requires the use of a servlet stack, (or an > equivalent filter in your application) Are you aware of an appropriate filter which can be used within the NutchServer CXF service I

Best place to debug Shiro Authentication in JAX-RS CXF Application

2022-01-24 Thread lewis john mcgibbney
Hi user@, I'm trying to implement LDAP authentication in the Apache Nutch webserver [0]. When I remotely debug a running server I can see the LDAP realm and associated configuration being loaded by the Shiro SecurityManager. shiro.ini looks something like this [main] ldapRealm =

[jira] [Commented] (NUTCH-2925) Secure the Nutch REST API using Apache Shiro

2022-01-24 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17481528#comment-17481528 ] Lewis John McGibbney commented on NUTCH-2925: - Non-functioning branch available at https

[jira] [Resolved] (TIKA-3566) Upgrade tika-helm to 2.2.1

2022-01-22 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved TIKA-3566. Fix Version/s: 2.2.1 (was: 2.1.0) Resolution: Fixed

[RELEASE] Apache Tika Helm Chart 2.2.1 and 2.2.1-full

2022-01-22 Thread lewis john mcgibbney
Hi user@ and dev@, I am happy to announce the release of tika-helm 2.2.1 [0] and 2.2.1-full [1]. This Helm chart is a lightweight way to configure and run the official apache/tika Docker image. Please see the README [2] for information on installation [3],

[RELEASE] Apache Tika Helm Chart 2.2.1 and 2.2.1-full

2022-01-22 Thread lewis john mcgibbney
Hi user@ and dev@, I am happy to announce the release of tika-helm 2.2.1 [0] and 2.2.1-full [1]. This Helm chart is a lightweight way to configure and run the official apache/tika Docker image. Please see the README [2] for information on installation [3],

[jira] [Updated] (TIKA-3566) Upgrade tika-helm to 2.2.1

2022-01-22 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated TIKA-3566: --- Description: Simple upgrade to tika-docker 2.2.1. (was: Simple upgrade to [tika

[jira] [Updated] (TIKA-3566) Upgrade tika-helm to 2.2.1

2022-01-22 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated TIKA-3566: --- Summary: Upgrade tika-helm to 2.2.1 (was: Upgrade tika-helm to 2.1.0) > Upgrade t

[jira] [Created] (ANY23-562) Bump maven-jar-plugin from 3.2.1 to 3.2.2

2022-01-20 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created ANY23-562: -- Summary: Bump maven-jar-plugin from 3.2.1 to 3.2.2 Key: ANY23-562 URL: https://issues.apache.org/jira/browse/ANY23-562 Project: Apache Any23

[jira] [Resolved] (ANY23-562) Bump maven-jar-plugin from 3.2.1 to 3.2.2

2022-01-20 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-562. Resolution: Fixed > Bump maven-jar-plugin from 3.2.1 to 3.

[jira] [Resolved] (ANY23-561) Bump slf4j-api from 1.7.32 to 1.7.33

2022-01-20 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-561. Resolution: Fixed > Bump slf4j-api from 1.7.32 to 1.7

[jira] [Created] (ANY23-561) Bump slf4j-api from 1.7.32 to 1.7.33

2022-01-20 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created ANY23-561: -- Summary: Bump slf4j-api from 1.7.32 to 1.7.33 Key: ANY23-561 URL: https://issues.apache.org/jira/browse/ANY23-561 Project: Apache Any23 Issue

[jira] [Resolved] (ANY23-560) Bump jcommander from 1.81 to 1.82

2022-01-20 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-560. Resolution: Fixed > Bump jcommander from 1.81 to 1

[jira] [Created] (ANY23-560) Bump jcommander from 1.81 to 1.82

2022-01-20 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created ANY23-560: -- Summary: Bump jcommander from 1.81 to 1.82 Key: ANY23-560 URL: https://issues.apache.org/jira/browse/ANY23-560 Project: Apache Any23 Issue Type

[jira] [Resolved] (TIKA-3649) Perform findbugs static analysis on the project and address the issues

2022-01-19 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved TIKA-3649. Resolution: Fixed Thanks [~dkryukov] > Perform findbugs static analy

[jira] [Assigned] (TIKA-3649) Perform findbugs static analysis on the project and address the issues

2022-01-19 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney reassigned TIKA-3649: -- Assignee: Dmitrii Kriukov > Perform findbugs static analysis on the proj

[jira] [Updated] (TIKA-3649) Perform findbugs static analysis on the project and address the issues

2022-01-19 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated TIKA-3649: --- Fix Version/s: 2.2.2 > Perform findbugs static analysis on the project and addr

[jira] [Updated] (TIKA-3649) Perform findbugs static analysis on the project and address the issues

2022-01-19 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated TIKA-3649: --- Summary: Perform findbugs static analysis on the project and address the issues

[jira] [Work started] (NUTCH-2925) Secure the Nutch REST API using Apache Shiro

2022-01-19 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on NUTCH-2925 started by Lewis John McGibbney. --- > Secure the Nutch REST API using Apache Sh

Using the Helm Chart to pull images from Artifactory

2022-01-18 Thread lewis john mcgibbney
Hi users@, We are migrating from Quay [0] to JFrog Artifactory [1] and having some issues using the 'registry' block of the Helm Chart values.yaml https://github.com/apache/airflow/blob/main/chart/values.yaml#L1262-L1263 When using Quay, we created an Opaque Kuberenetes secret which was defined

[jira] [Created] (TIKA-3651) Activate Dependabot on Tika main branch

2022-01-18 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created TIKA-3651: -- Summary: Activate Dependabot on Tika main branch Key: TIKA-3651 URL: https://issues.apache.org/jira/browse/TIKA-3651 Project: Tika Issue Type

[jira] [Commented] (TIKA-3648) Fail build if ossindex-maven-plugin violation is detected

2022-01-18 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17478180#comment-17478180 ] Lewis John McGibbney commented on TIKA-3648: {quote}dependabot only sends one ping/PR per

[jira] [Commented] (TIKA-3648) Fail build if ossindex-maven-plugin violation is detected

2022-01-18 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17478172#comment-17478172 ] Lewis John McGibbney commented on TIKA-3648: Your points are well made and I hear you. What do

[jira] [Created] (TIKA-3648) Fail build if ossindex-maven-plugin violation is detected

2022-01-16 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created TIKA-3648: -- Summary: Fail build if ossindex-maven-plugin violation is detected Key: TIKA-3648 URL: https://issues.apache.org/jira/browse/TIKA-3648 Project: Tika

[jira] [Work started] (NUTCH-2936) Early registration of URL stream handlers provided by plugins may fail Hadoop jobs running in distributed mode

2022-01-15 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on NUTCH-2936 started by Lewis John McGibbney. --- > Early registration of URL stream handlers provided by plug

[jira] [Assigned] (NUTCH-2936) Early registration of URL stream handlers provided by plugins may fail Hadoop jobs running in distributed mode

2022-01-15 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney reassigned NUTCH-2936: --- Assignee: Lewis John McGibbney > Early registration of URL stream handl

[jira] [Commented] (NUTCH-2936) Early registration of URL stream handlers provided by plugins may fail Hadoop jobs running in distributed mode

2022-01-15 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17476730#comment-17476730 ] Lewis John McGibbney commented on NUTCH-2936: - I can reproduce this. Although I was planning

[jira] [Commented] (NUTCH-2936) Early registration of URL stream handlers provided by plugins may fail Hadoop jobs running in distributed mode

2022-01-15 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17476728#comment-17476728 ] Lewis John McGibbney commented on NUTCH-2936: - [~snagel] which JDK are you using? > Ea

[jira] [Created] (NUTCH-2938) Use Any23's RepositoryWriter to write structured data to Rdf4j repository

2022-01-15 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created NUTCH-2938: --- Summary: Use Any23's RepositoryWriter to write structured data to Rdf4j repository Key: NUTCH-2938 URL: https://issues.apache.org/jira/browse/NUTCH-2938

[jira] [Commented] (NUTCH-2936) Early registration of URL stream handlers provided by plugins may fail Hadoop jobs running in distributed mode

2022-01-15 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17476719#comment-17476719 ] Lewis John McGibbney commented on NUTCH-2936: - I'll try to reproduce. Thanks > Ea

[jira] [Updated] (NUTCH-2919) NUTCH-2919 Upgrade to Tika 2.2.1 and Any23 2.6

2022-01-15 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated NUTCH-2919: Summary: NUTCH-2919 Upgrade to Tika 2.2.1 and Any23 2.6 (was: NUTCH-2919 Upgrade

[jira] [Resolved] (NUTCH-2919) NUTCH-2919 Upgrade to Tika 2.2.1 and Any23 2.6

2022-01-15 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2919. - Resolution: Fixed > NUTCH-2919 Upgrade to Tika 2.2.1 and Any23

NUTCH-2934 Replace Apache Ant build system with Gradle

2022-01-13 Thread lewis john mcgibbney
Hi dev@, I'm about to start a new project with USC's Seniro Capstone program which will replace our legacy Ant build with Gradle. I opened https://issues.apache.org/jira/browse/NUTCH-2934 to track the work. I wasn't very sure about how well Fireant would serve us moving forward so although it was

[jira] [Commented] (NUTCH-2934) Replace Apache Ant build system with Gradle

2022-01-13 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17475625#comment-17475625 ] Lewis John McGibbney commented on NUTCH-2934: - I some house cleaning by closing off all

[jira] [Resolved] (NUTCH-2293) Make the unit tests which requires "plugin.folders" as integration tests

2022-01-13 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2293. - Fix Version/s: 1.19 Resolution: Abandoned > Make the unit tests wh

[jira] [Resolved] (NUTCH-2901) migrate to maven or gradle

2022-01-13 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2901. - Resolution: Abandoned > migrate to maven or gra

[jira] [Resolved] (NUTCH-2244) Publish Protocol-Interactiveselenium to central maven repo

2022-01-13 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2244. - Fix Version/s: 1.19 Resolution: Abandoned > Publish Proto

[jira] [Resolved] (NUTCH-2638) Publish plugins in Maven

2022-01-13 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2638. - Fix Version/s: 1.19 Resolution: Abandoned > Publish plugins in Ma

[jira] [Resolved] (NUTCH-2292) Mavenize the build for nutch-core and nutch-plugins

2022-01-13 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2292. - Resolution: Abandoned > Mavenize the build for nutch-core and nutch-plug

[jira] [Created] (NUTCH-2934) Replace Apache Ant build system with Gradle

2022-01-13 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created NUTCH-2934: --- Summary: Replace Apache Ant build system with Gradle Key: NUTCH-2934 URL: https://issues.apache.org/jira/browse/NUTCH-2934 Project: Nutch

[jira] [Commented] (ANY23-546) Implement sonarcloud.io in Any23 continuous integration

2022-01-12 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17474726#comment-17474726 ] Lewis John McGibbney commented on ANY23-546: Example pull request to trigger analysis https

[jira] [Resolved] (ANY23-546) Implement sonarcloud.io in Any23 continuous integration

2022-01-12 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-546. Resolution: Fixed The comments on INFRA-22675 are essential for understanding how

[jira] [Resolved] (ANY23-559) Bump maven-site-plugin from 3.9.1 to 3.10.0

2022-01-12 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-559. Resolution: Fixed > Bump maven-site-plugin from 3.9.1 to 3.1

[jira] [Created] (ANY23-559) Bump maven-site-plugin from 3.9.1 to 3.10.0

2022-01-12 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created ANY23-559: -- Summary: Bump maven-site-plugin from 3.9.1 to 3.10.0 Key: ANY23-559 URL: https://issues.apache.org/jira/browse/ANY23-559 Project: Apache Any23

[jira] [Updated] (ANY23-557) update site publish instructions

2022-01-12 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated ANY23-557: --- Affects Version/s: 2.7 > update site publish instructi

[jira] [Updated] (ANY23-557) update site publish instructions

2022-01-12 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated ANY23-557: --- Fix Version/s: 2.7 > update site publish instructi

[jira] [Assigned] (ANY23-557) update site publish instructions

2022-01-12 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney reassigned ANY23-557: -- Assignee: Herve Boutemy > update site publish instructi

[jira] [Commented] (ANY23-557) update site publish instructions

2022-01-12 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17474683#comment-17474683 ] Lewis John McGibbney commented on ANY23-557: Hi [~hboutemy] I am not very knowledgeable about

Re: Unable to fetch data from segment folder

2022-01-11 Thread Lewis John McGibbney
I created https://issues.apache.org/jira/browse/NUTCH-2931 to track all of this work. If you are interested in working on any of this it would be great to collaborate. There is much more we can do over and above the few tickets I created. lewismc On 2021/12/24 10:07:20 sw.l...@quandatics.com

[jira] [Updated] (NUTCH-2926) Implement persistent storage for Nutch Webserver resources

2022-01-11 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated NUTCH-2926: Parent: NUTCH-2931 Issue Type: Sub-task (was: Improvement) > Implem

[jira] [Created] (NUTCH-2933) GET /seed doesn't return previously generated seed lists

2022-01-11 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created NUTCH-2933: --- Summary: GET /seed doesn't return previously generated seed lists Key: NUTCH-2933 URL: https://issues.apache.org/jira/browse/NUTCH-2933 Project: Nutch

[jira] [Created] (NUTCH-2932) Create OpenAPI specification for Nutch 1.x REST API

2022-01-11 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created NUTCH-2932: --- Summary: Create OpenAPI specification for Nutch 1.x REST API Key: NUTCH-2932 URL: https://issues.apache.org/jira/browse/NUTCH-2932 Project: Nutch

[jira] [Updated] (NUTCH-2925) Secure the Nutch REST API using Apache Shiro

2022-01-11 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated NUTCH-2925: Parent: NUTCH-2931 Issue Type: Sub-task (was: Improvement) > Sec

[jira] [Created] (NUTCH-2931) Improvements to 1.x REST API

2022-01-11 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created NUTCH-2931: --- Summary: Improvements to 1.x REST API Key: NUTCH-2931 URL: https://issues.apache.org/jira/browse/NUTCH-2931 Project: Nutch Issue Type

Re: Unable to fetch data from segment folder

2022-01-11 Thread Lewis John McGibbney
Hi Shi Wei, I missed this thread over the holidays! Which version of Nutch are you using? The REST API needs quite a bit of attention. It is not a particularly mature aspect of the Nutch codebase and there are a catalog of issues which needs to be addressed. If you are interested in learning

[jira] [Resolved] (ANY23-558) Bump maven-jar-plugin from 3.2.0 to 3.2.1

2022-01-11 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-558. Resolution: Fixed > Bump maven-jar-plugin from 3.2.0 to 3.

[jira] [Created] (ANY23-558) Bump maven-jar-plugin from 3.2.0 to 3.2.1

2022-01-11 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created ANY23-558: -- Summary: Bump maven-jar-plugin from 3.2.0 to 3.2.1 Key: ANY23-558 URL: https://issues.apache.org/jira/browse/ANY23-558 Project: Apache Any23

[jira] [Updated] (NUTCH-2919) NUTCH-2919 Upgrade to Tika 2.2.0 and Any23 2.6

2022-01-10 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated NUTCH-2919: Summary: NUTCH-2919 Upgrade to Tika 2.2.0 and Any23 2.6 (was: Upgrade to Tika

[ANNOUNCE] Apache Any23 2.6 Release

2022-01-08 Thread lewis john mcgibbney
The Apache Any23 Team is pleased to announce the release of Apache Any23 2.6. Apache Anything To Triples (Any23) is a library, a web service and a command line tool that extracts structured data in RDF format from a variety of Web documents. Any23 2.6 requires JDK11 to build and run. Release

[ANNOUNCE] Apache Any23 2.6 Release

2022-01-08 Thread lewis john mcgibbney
The Apache Any23 Team is pleased to announce the release of Apache Any23 2.6. Apache Anything To Triples (Any23) is a library, a web service and a command line tool that extracts structured data in RDF format from a variety of Web documents. Any23 2.6 requires JDK11 to build and run. Release

[ANNOUNCE] Apache Any23 2.6 Release

2022-01-08 Thread lewis john mcgibbney
The Apache Any23 Team is pleased to announce the release of Apache Any23 2.6. Apache Anything To Triples (Any23) is a library, a web service and a command line tool that extracts structured data in RDF format from a variety of Web documents. Any23 2.6 requires JDK11 to build and run. Release

[ANNOUNCE] Apache Any23 2.6 Release

2022-01-08 Thread lewis john mcgibbney
The Apache Any23 Team is pleased to announce the release of Apache Any23 2.6. Apache Anything To Triples (Any23) is a library, a web service and a command line tool that extracts structured data in RDF format from a variety of Web documents. Any23 2.6 requires JDK11 to build and run. Release

[ANNOUNCE] Apache Any23 2.6 Release

2022-01-08 Thread lewis john mcgibbney
The Apache Any23 Team is pleased to announce the release of Apache Any23 2.6. Apache Anything To Triples (Any23) is a library, a web service and a command line tool that extracts structured data in RDF format from a variety of Web documents. Any23 2.6 requires JDK11 to build and run. Release

Re: [maven-scm-publish-plugin] Could not copy content to SCM checkout... source... and destination... are the same

2022-01-08 Thread Lewis John McGibbney
et/site or > target/staging > > > see plugin documentation > https://maven.apache.org/plugins/maven-scm-publish-plugin/ > > (eventually contact me on ASF Slack...) > > Regards, > > Hervé > > > Le samedi 8 janv

[jira] [Work stopped] (NUTCH-2839) Implement Tez counters in Injector job

2022-01-08 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on NUTCH-2839 stopped by Lewis John McGibbney. --- > Implement Tez counters in Injector

[jira] [Commented] (TEZ-4371) Implement ClientServiceDelegate.getJobCounters

2022-01-08 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/TEZ-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17471240#comment-17471240 ] Lewis John McGibbney commented on TEZ-4371: --- [~abstractdog] I have to finish off NUTCH-2856

[jira] [Commented] (NUTCH-2839) Implement Tez counters in Injector job

2022-01-08 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17471239#comment-17471239 ] Lewis John McGibbney commented on NUTCH-2839: - Really interesting [~abstractdog]. Your short

[jira] [Commented] (NUTCH-2839) Implement Tez counters in Injector job

2022-01-07 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17471011#comment-17471011 ] Lewis John McGibbney commented on NUTCH-2839: - Hi [~abstractdog] I documented everything I

[maven-scm-publish-plugin] Could not copy content to SCM checkout... source... and destination... are the same

2022-01-07 Thread lewis john mcgibbney
Hi scm-users@, Plugin configuration is as follows org.apache.maven.plugins maven-scm-publish-plugin 3.1.0 true Apache Any23 ${project.version} site deployment ${site.scmPubCheckoutDirectory}

[jira] [Commented] (NUTCH-2856) Implement a protocol-smb plugin based on hierynomus/smbj

2022-01-07 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17470992#comment-17470992 ] Lewis John McGibbney commented on NUTCH-2856: - I'm focusing on this now. > Implem

[jira] [Assigned] (NUTCH-2429) Fix Plugin System to allow protocol plugins to bundle their URLStreamHandlers

2022-01-07 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney reassigned NUTCH-2429: --- Assignee: Lewis John McGibbney > Fix Plugin System to allow proto

[jira] [Resolved] (NUTCH-2429) Fix Plugin System to allow protocol plugins to bundle their URLStreamHandlers

2022-01-07 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/NUTCH-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-2429. - Resolution: Fixed Finally merged into master branch [~hiranchaudhuri] thank you

[RESULT] WAS Re: [VOTE] Release Apache Any23 2.6 RC#2

2022-01-07 Thread lewis john mcgibbney
Hi user@ and dev@, 72 hours have expired. I'm closing off this VOTE. Thank you everyone able to VOTE. The RESULT is as follows [3] +1, release as Any23 2.6 Hans Brende* Andy Seaborne* Lewis John McGibbney* [0] +/-0, fine, but consider to fix few issues before... [0] -1, nope, because

[RESULT] WAS Re: [VOTE] Release Apache Any23 2.6 RC#2

2022-01-07 Thread lewis john mcgibbney
Hi user@ and dev@, 72 hours have expired. I'm closing off this VOTE. Thank you everyone able to VOTE. The RESULT is as follows [3] +1, release as Any23 2.6 Hans Brende* Andy Seaborne* Lewis John McGibbney* [0] +/-0, fine, but consider to fix few issues before... [0] -1, nope, because

[jira] [Resolved] (ANY23-556) Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0

2022-01-06 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/ANY23-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved ANY23-556. Resolution: Fixed > Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.

[jira] [Created] (ANY23-556) Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0

2022-01-06 Thread Lewis John McGibbney (Jira)
Lewis John McGibbney created ANY23-556: -- Summary: Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0 Key: ANY23-556 URL: https://issues.apache.org/jira/browse/ANY23-556 Project: Apache Any23

Re: How to determine if customer XCom backend is being loaded

2022-01-06 Thread Lewis John McGibbney
Hi Folks, To close this one off I want to mention some more information we were able to acquire. This may help, in particular people running Airflow on K8s. If you define a custom XCom backend in your values.yaml configuration and Airflow fails to load the class, the entire Chart deployment will

Re: Possibility of using ci-hadoop.a.o for Nutch integration tests

2022-01-05 Thread lewis john mcgibbney
ts that were labeled > for Hadoop and its related projects. After the migration to cloudbees, the > labeled hosts are moved under ci-hadoop.apache.org. > > Thanks, > Akira > > > On Thu, Jan 6, 2022 at 2:20 PM lewis john mcgibbney > wrote: > >> Thank you for the

Re: Possibility of using ci-hadoop.a.o for Nutch integration tests

2022-01-05 Thread lewis john mcgibbney
ts that were labeled > for Hadoop and its related projects. After the migration to cloudbees, the > labeled hosts are moved under ci-hadoop.apache.org. > > Thanks, > Akira > > > On Thu, Jan 6, 2022 at 2:20 PM lewis john mcgibbney > wrote: > >> Thank you for the

Re: Possibility of using ci-hadoop.a.o for Nutch integration tests

2022-01-05 Thread lewis john mcgibbney
ts that were labeled > for Hadoop and its related projects. After the migration to cloudbees, the > labeled hosts are moved under ci-hadoop.apache.org. > > Thanks, > Akira > > > On Thu, Jan 6, 2022 at 2:20 PM lewis john mcgibbney > wrote: > >> Thank you for the

Re: Possibility of using ci-hadoop.a.o for Nutch integration tests

2022-01-05 Thread lewis john mcgibbney
ts that were labeled > for Hadoop and its related projects. After the migration to cloudbees, the > labeled hosts are moved under ci-hadoop.apache.org. > > Thanks, > Akira > > > On Thu, Jan 6, 2022 at 2:20 PM lewis john mcgibbney > wrote: > >> Thank you for the

Re: Possibility of using ci-hadoop.a.o for Nutch integration tests

2022-01-05 Thread lewis john mcgibbney
ts that were labeled > for Hadoop and its related projects. After the migration to cloudbees, the > labeled hosts are moved under ci-hadoop.apache.org. > > Thanks, > Akira > > > On Thu, Jan 6, 2022 at 2:20 PM lewis john mcgibbney > wrote: > >> Thank you for the

Re: Possibility of using ci-hadoop.a.o for Nutch integration tests

2022-01-05 Thread lewis john mcgibbney
the Nutch project, > neither bandwidth to fix stuff if it gets broken. > > Just my thoughts. Looped in the dev lists, if others have any feedback. As > for the process, this would require a consensus from the Hadoop PMC > > -Ayush > > > On 06-Jan-2022, at 7:02

Re: Possibility of using ci-hadoop.a.o for Nutch integration tests

2022-01-05 Thread lewis john mcgibbney
the Nutch project, > neither bandwidth to fix stuff if it gets broken. > > Just my thoughts. Looped in the dev lists, if others have any feedback. As > for the process, this would require a consensus from the Hadoop PMC > > -Ayush > > > On 06-Jan-2022, at 7:02

Re: Possibility of using ci-hadoop.a.o for Nutch integration tests

2022-01-05 Thread lewis john mcgibbney
the Nutch project, > neither bandwidth to fix stuff if it gets broken. > > Just my thoughts. Looped in the dev lists, if others have any feedback. As > for the process, this would require a consensus from the Hadoop PMC > > -Ayush > > > On 06-Jan-2022, at 7:02

<    1   2   3   4   5   6   7   8   9   10   >