Re: [CANCEL][VOTE] Release ManifoldCF 2.26, RC0

2023-10-13 Thread Karl Wright
Yes, this seems to be something related to zookeeper update and the Kafka library version we're using. Someone will need to dig into what is going wrong here before we can release. I don't know how widely used the kafka connector is but if it is lightly used we can perhaps not distribute the

Build failed in Jenkins: ManifoldCF » ManifoldCF-ant #82

2023-10-13 Thread Apache Jenkins Server
See Changes: [Karl Wright] Fix kafka test build error -- [...truncated 698.32 KB...] setup-maven-url: download-via-maven: [get] Getting:

Build failed in Jenkins: ManifoldCF » ManifoldCF-mvn #89

2023-10-13 Thread Apache Jenkins Server
See Changes: [Karl Wright] Fix kafka test build error -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables.

Re: [CANCEL][VOTE] Release ManifoldCF 2.26, RC0

2023-10-13 Thread Mingchun Zhao
By applying r1912939, I was able to confirm that the kafka test compile error has disappeared when running `ant test`. Thanks, Karl! However, the following error occurred on subsequent test runs. ``` [junit] Testsuite: org.apache.manifoldcf.agents.output.kafka.APISanityHSQLDBIT [junit]

[CANCEL][VOTE] Release ManifoldCF 2.26, RC0

2023-10-13 Thread Karl Wright
r1912939 fixes this but I need to spin a new RC. Karl On Fri, Oct 13, 2023 at 8:46 AM Karl Wright wrote: > Yes I get the same thing; a test needs to be updated. > > [javac] >

Re: [VOTE] Release ManifoldCF 2.26, RC0

2023-10-13 Thread Karl Wright
Yes I get the same thing; a test needs to be updated. [javac] C:\wip\mcf\release-2.26-branch\connectors\kafka\connector\src\test\java\org\apache\manifoldcf\agents\output\kafka\ZooKeeperLocal.java:45: error: unreported exception AdminServerException; must be caught or declared to be thrown

Re: [VOTE] Release ManifoldCF 2.26, RC0

2023-10-13 Thread Karl Wright
There was a Zookeeper dependency change this release. I wonder if there is a test that needs to be updated. Let me try and see. Karl On Fri, Oct 13, 2023 at 4:51 AM Piergiorgio Lucidi wrote: > Hi Mingchun, > > thank you for your message and I was trying to build ManifoldCF using > OpenJDK

Re: [VOTE] Release ManifoldCF 2.26, RC0

2023-10-13 Thread Piergiorgio Lucidi
Hi Mingchun, thank you for your message and I was trying to build ManifoldCF using OpenJDK 17 so probably in the future for supporting this version of Java we should include Jaxb libraries as well. The build is ok now and I can compile and package everything correctly. Unfortunately executing