Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Markus Schuch
Hi, I raised https://issues.apache.org/jira/browse/INFRA-19147 for the out of sync github mirror, which was recommended by the infra team in the the-asf Slack. I think this is related to the git.a.o outtage. https://blogs.apache.org/infra/entry/subversion-to-git-service-git Cheers, Markus

[CANCEL][VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
Vote canceled to address the duplicate jars Cihad found. Karl On Wed, Sep 25, 2019 at 8:53 PM Karl Wright wrote: > It's the generic connector that sucks this in. I'm going to disable it > and see if everything still works or not. > > Karl > > > On Wed, Sep 25, 2019 at 8:42 PM Karl Wright

[VOTE] Release Apache ManifoldCF 2.14, RC2

2019-09-25 Thread Karl Wright
Please vote on whether to release Apache ManifoldCF 2.14, RC0. There is a release tag at https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.14-RC2 . There is a release artifact at https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.14 . Note that this release of

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Cihad Guzel
Hi Karl, Shortly; 1- I have created a job via ManifoldCF API. There is not any problem, no error, all is well. 2- Then I try to open the Edit Job page from UI and UI won't display it properly. There is the 500 error on the popup. I didn't move my current installation. I have downloaded new

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
It's the generic connector that sucks this in. I'm going to disable it and see if everything still works or not. Karl On Wed, Sep 25, 2019 at 8:42 PM Karl Wright wrote: > I looked at the JSP exception. > > Velocity 1.7 (which is what we include) depends on Commons Collections > 3.2.1. We

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
How was this JSON generated? By hand? Or exported? If exported, by what version of MCF? I ask because there was an issue that was fixed back around 2.10 or so (if memory serves) having to do with the export of JSON. The JSON format previously emitted did not preserve order in some cases;

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
I looked at the JSP exception. Velocity 1.7 (which is what we include) depends on Commons Collections 3.2.1. We include version 3.2.2, which should be fine, and it indeed has that class: >> C:\wip\mcf\trunk\lib>dir commons-collections-3.2.2.jar Volume in drive C is Windows Volume Serial

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
See: https://issues.apache.org/jira/browse/CONNECTORS-1624 Karl On Wed, Sep 25, 2019 at 9:26 AM Piergiorgio Lucidi wrote: > Ran all the tests. > > +1 from me. > > Cheers, > PJ > > Il giorno mar 24 set 2019 alle ore 19:30 Karl Wright > ha scritto: > > > Please vote on whether to release

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Furkan KAMACI
Hi, +1 from me. I checked: - LICENSE and NOTICE are fine - NOTICE needs to be updated (check my comment below) - No unexpected binary files - Checked PGP signatures - Checked Checksums - Code compiles and tests successfully run There is only one minor objection from me which is NOTICE file does

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Piergiorgio Lucidi
Ran all the tests. +1 from me. Cheers, PJ Il giorno mar 24 set 2019 alle ore 19:30 Karl Wright ha scritto: > Please vote on whether to release Apache ManifoldCF 2.14, RC0. > > There is a release tag at > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.14-RC1 . > There is a release

[jira] [Created] (CONNECTORS-1624) Get ManifoldCF to run under Java 11 or higher

2019-09-25 Thread Karl Wright (Jira)
Karl Wright created CONNECTORS-1624: --- Summary: Get ManifoldCF to run under Java 11 or higher Key: CONNECTORS-1624 URL: https://issues.apache.org/jira/browse/CONNECTORS-1624 Project: ManifoldCF

[jira] [Commented] (CONNECTORS-1624) Get ManifoldCF to run under Java 11 or higher

2019-09-25 Thread Cihad Guzel (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16937734#comment-16937734 ] Cihad Guzel commented on CONNECTORS-1624: - Some packages (ex:

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Julien Massiera
Seems like the github mirror is no more synchronized, am I wrong ? On 25/09/2019 15:32, Karl Wright wrote: See: https://issues.apache.org/jira/browse/CONNECTORS-1624 Karl On Wed, Sep 25, 2019 at 9:26 AM Piergiorgio Lucidi wrote: Ran all the tests. +1 from me. Cheers, PJ Il giorno mar

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
Yes, that is correct. Java 11 will be a breaking change. Karl On Wed, Sep 25, 2019 at 8:04 AM Furkan KAMACI wrote: > Hi Cihad, > > That package is removed at Java 11. It is possible that you compiled the > project via Java 11 which is not supported at ManifoldCF yet. > > Kind Regards, > Furkan

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
I have no idea. Karl On Wed, Sep 25, 2019 at 10:55 AM Julien Massiera < julien.massi...@francelabs.com> wrote: > Seems like the github mirror is no more synchronized, am I wrong ? > > On 25/09/2019 15:32, Karl Wright wrote: > > See: https://issues.apache.org/jira/browse/CONNECTORS-1624 > > > >

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Cihad Guzel
Hi Karl, I have following errors: [INFO] -< org.apache.manifoldcf:mcf-connector-common >- [INFO] Building ManifoldCF - Connector-Common 2.14 [5/63] [INFO] [ jar ]- [INFO] [INFO] ---

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Furkan KAMACI
Hi Cihad, That package is removed at Java 11. It is possible that you compiled the project via Java 11 which is not supported at ManifoldCF yet. Kind Regards, Furkan KAMACI 25 Eyl 2019 Çar, saat 15:00 tarihinde Cihad Guzel şunu yazdı: > Hi Karl, > > I have following errors: > > [INFO]

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Julien Massiera
The last update was on the 26th august. Who do we need to contact to solve this problem ? I need the git repo to test this version with our test environment. For now, the compile and Unit tests are ok on my side. Julien On 25/09/2019 16:57, Karl Wright wrote: I have no idea. Karl On Wed,

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Furkan KAMACI
Hi Julien, Seems that svn version signatures doesn't match and there maybe a sync problem. For further investigation and fix could you file a Jira at Infra? Kind Regards, Furkan KAMACI On Wed, Sep 25, 2019 at 7:41 PM Julien Massiera < julien.massi...@francelabs.com> wrote: > The last update

RE: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread julien.massiera
Thanks Furkan, I have created a ticket : https://issues.apache.org/jira/browse/INFRA-19154 Regards, Julien -Message d'origine- De : Furkan KAMACI Envoyé : mercredi 25 septembre 2019 18:44 À : dev Objet : Re: [VOTE] Release Apache ManifoldCF 2.14, RC1 Hi Julien, Seems that svn

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
The actual error you are getting is because of a JSP exception. The JSP exception is not being handled properly, possibly because of a version mismatch between the included version of Velocity and Apache Commons Collections. But if that is real, it's odd because it's occurring when the velocity

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Cihad Guzel
Hi, Firstly, Thanks @Furkan, all tests are passed with Java8 now. On the other hand, I test the ManifoldCF API. There are some errors. I have created a job using ManifoldCF API successfully (versions: 2.12, 2.13, 2.14). Then I have HTTP 500 error if I click "mcf-crawler-ui/editjob.jsp" . I get

Re: [VOTE] Release Apache ManifoldCF 2.14, RC1

2019-09-25 Thread Karl Wright
Hi Cihad, Using the API should not ever invoke JSP pages, so I do not think you are actually communicating with the API. Unless what you are saying is that you create the job, and then the UI won't display it properly? Karl On Wed, Sep 25, 2019 at 6:11 PM Cihad Guzel wrote: > Hi, > >