Skip to content
Snippets Groups Projects
Commit f916e00a authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Removing reference to XRENDERING-616 now that it's closed

parent 1dfb6804
No related branches found
No related tags found
No related merge requests found
...@@ -214,9 +214,9 @@ if [ ! "$XWIKI_NONINTERACTIVE" = true ] ; then ...@@ -214,9 +214,9 @@ if [ ! "$XWIKI_NONINTERACTIVE" = true ] ; then
fi fi
fi fi
# TODO: Remove once https://jira.xwiki.org/browse/XRENDERING-616 and https://jira.xwiki.org/browse/XWIKI-19034 are # TODO: Remove once https://jira.xwiki.org/browse/XWIKI-19034 is fixed. In summary we need this to allow the XWiki code
# fixed. In summary we need this to allow the XWiki code or 3rd party code to use reflection to access private # or 3rd party code to use reflection to access private variables (setAccessible() calls).
# variables (setAccessible() calls). See https://tinyurl.com/tdhkn6mp # See https://tinyurl.com/tdhkn6mp
if [ "$JAVA_VERSION" -gt 11 ]; then if [ "$JAVA_VERSION" -gt 11 ]; then
XWIKI_OPENS_LANG="--add-opens java.base/java.lang=ALL-UNNAMED" XWIKI_OPENS_LANG="--add-opens java.base/java.lang=ALL-UNNAMED"
XWIKI_OPENS_UTIL="--add-opens java.base/java.util=ALL-UNNAMED" XWIKI_OPENS_UTIL="--add-opens java.base/java.util=ALL-UNNAMED"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment