Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 17 #3510

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Java 17 #3510

wants to merge 6 commits into from

Conversation

sebr72
Copy link
Contributor

@sebr72 sebr72 commented Nov 8, 2024

No description provided.

@sebr72
Copy link
Contributor Author

sebr72 commented Nov 8, 2024

@sbrunner Your turn ;-)

@@ -43,7 +43,7 @@ ENV LOG_LEVEL=INFO \
TOMCAT_LOG_TYPE=classic \
EXTRA_JARS= \
PRINT_YAML_MAX_ALIASES=50 \
JAVA_OPTS=-Dsun.net.inetaddr.ttl=30 \
JAVA_OPTS="--add-opens=java.desktop/sun.awt.image=ALL-UNNAMED -Dsun.net.inetaddr.ttl=30" \
Copy link
Member

@sbrunner sbrunner Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For backward compatibility, it's better to put this option in docker-start-print
because this option is necessary for the print and here it's too easy to override.
Eventually, we can use in intermediate environment variable named REQUIRED_JAVA_OPTS.

From the artifact of the previous workflow run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants