Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-28 Thread Karl Wright
The issue with MongoDB is a missing jar. That jar contains the classes used to execute MongoDB locally. These are no longer found in the driver jar. I won't have time for the next week to figure out where the needed classes live now. Karl On Thu, Apr 28, 2022 at 6:37 AM Karl Wright wrote: >

Re: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-28 Thread Karl Wright
The mongo java driver version may need to change, or maybe it's already changed and the code hasn't been updated to follow. Not sure. Still researching. Karl On Thu, Apr 28, 2022 at 4:57 AM Julien Massiera < julien.massi...@francelabs.com> wrote: > Hi everyone, > > I still have a problem

Re: [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-28 Thread Markus Schuch
The infrastructure team fixed the GitHub mirror sync issue. See the comments in https://issues.apache.org/jira/browse/INFRA-23212 Markus Am 27. April 2022 21:29:31 MESZ schrieb Karl Wright : >The 2.22 release artifacts got inadvertently committed to that release >branch but they have been

RE: [CANCEL] [VOTE] Release Apache ManifoldCF 2.22, RC2

2022-04-28 Thread Julien Massiera
Hi everyone, I still have a problem with the mongodb tests, here are the ant commands I execute: - ant clean - ant clean-core-deps - ant clean-deps - ant make-core-deps - ant make-deps - ant test Still I have the following error: compile-tests: [javac] Compiling 9 source files to

Are we still waiting for a CMIS fix?

2022-04-28 Thread Karl Wright
The reported CMIS problem was that the ant build could not find the "*_patched" version of the file. Piergiorgio, this seemed to me like it was operator error - the user neglected to run the updated ant command "ant make deps" and thus the patched version of the CMIS jar was not available. If