[
https://issues.apache.org/jira/browse/CONNECTORS-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18023801#comment-18023801
]
Piergiorgio Lucidi commented on CONNECTORS-1779:
------------------------------------------------
A first iteration was done for the upgrade to OpenJDK 21:
[https://github.com/apache/manifoldcf/tree/CONNECTORS-1779]
After building you can also test using the Docker image with the following
commands:
{noformat}
docker build --build-arg="MCF_VERSION=2.30" --progress=plain . -t
apache/manifoldcf:2.30
docker run -p 8345:8345 apache/manifoldcf:2.30
{noformat}
> Upgrade to OpenJDK 21
> ---------------------
>
> Key: CONNECTORS-1779
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1779
> Project: ManifoldCF
> Issue Type: Task
> Components: Build
> Affects Versions: ManifoldCF 2.29
> Reporter: Piergiorgio Lucidi
> Assignee: Piergiorgio Lucidi
> Priority: Major
> Fix For: ManifoldCF next
>
>
> We have to upgrade the entire project to OpenJDK 21, this is the main task
> for reference.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)