Hi devs,
Thomas has fixed this morning Loading... (solved by Loading...). This was the last known blocker for supporting java 17 (the remaining issue has a workaround using --add-opens
). I propose to:
- Remove the warning in the
start_xwiki.sh
file:if [ "$JAVA_VERSION" -gt 11 ]; then read -p "You're using Java $JAVA_VERSION which XWiki doesn't fully support yet. Continue (y/N)? " -n 1 -r if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 0 fi fi ```
- Update https://dev.xwiki.org/xwiki/bin/view/Community/SupportStrategy/JavaSupportStrategy/#HByXWikiVersions to indicate that we support Java 17 starting with XWiki 15.3/14.10.9
WDYT?
Thanks