Hi folks, A first iteration was done for the upgrade to OpenJDK 21 in the branch CONNECTORS-1779 https://github.com/apache/manifoldcf/tree/CONNECTORS-1779
After building with Ant, you can also test using the Docker image with the following commands: docker build --build-arg="MCF_VERSION=2.30" --progress=plain . -t apache/manifoldcf:2.30 docker run -p 8345:8345 apache/manifoldcf:2.30 Unfortunately the following connectors don't work properly and I moved them in a different folder named legacy-connectors: - Csws - Filenet - Documentum I think that those connectors must be rewritten from scratch, I tried to solve issues related to Jaxb runtime but it seems tedious work that probably requires a huge amount of time. Now we need to test this new version based on Java 21. Please let me know what you think. Cheers, PG -- Piergiorgio
