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

JSP untranslated info messages #20538

Closed
epj opened this issue Mar 23, 2022 · 2 comments
Closed

JSP untranslated info messages #20538

epj opened this issue Mar 23, 2022 · 2 comments
Assignees
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty team:Sirius

Comments

@epj
Copy link
Contributor

epj commented Mar 23, 2022

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.

@epj epj added in:Web Components release bug This bug is present in a released version of Open Liberty team:Sirius labels Mar 23, 2022
@epj epj self-assigned this Mar 23, 2022
@volosied
Copy link
Member

Will close once #25494 is merged in.

@volosied
Copy link
Member

volosied commented Jan 9, 2024

@volosied volosied closed this as completed Jan 9, 2024
@pnicolucci pnicolucci moved this to Completed Tasks in Web Tier Team May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty team:Sirius
Projects
Archived in project
Development

No branches or pull requests

2 participants