You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
JSP can output untranslated messages like this:
Requested jdkSourceLevel=17, but forcing to 17 because it is the min supported by Java 12+
This particular message is redundant anyway since there is no level change. So redundant messages should be removed, and where they aren't redundant either issue translated messages or move to trace or debug status.
Steps to Reproduce
Run Liberty with a JDK at version 12 or higher and request jdkSourceLevels at or below 1.7 (specified as 17 on this option).
Expected behavior
Messages should be in the correct category, or translated if general info messages.
The text was updated successfully, but these errors were encountered:
Describe the bug
JSP can output untranslated messages like this:
Requested jdkSourceLevel=17, but forcing to 17 because it is the min supported by Java 12+
This particular message is redundant anyway since there is no level change. So redundant messages should be removed, and where they aren't redundant either issue translated messages or move to trace or debug status.
Steps to Reproduce
Run Liberty with a JDK at version 12 or higher and request jdkSourceLevels at or below 1.7 (specified as 17 on this option).
Expected behavior
Messages should be in the correct category, or translated if general info messages.
The text was updated successfully, but these errors were encountered: