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

Generated doc for springBoot-1.5 incorrectly claims Java 11, 17, 20 support #26252

Open
dmuelle opened this issue Sep 12, 2023 · 0 comments
Open
Labels
release bug This bug is present in a released version of Open Liberty

Comments

@dmuelle
Copy link
Member

dmuelle commented Sep 12, 2023

Describe the bug
The generated feature page for springBoot-1.5 lists the following under Supported Java Versions

  • JavaSE-1.8
  • JavaSE-11.0
  • JavaSE-17.0
  • JavaSE-20.0

But the feature only supports Java SE 1.8 and will throw an error message if you start an app with another version.

This page is part of the autogenerated doc and is not maintained by the ID team.

Expected behavior
The generated doc should list only JavaSE-1.8 under supported Java Versions

Additional context

per @tjwatson - the logic is in com.ibm.ws.springboot.support.shutdown.FeatureAuditor.postProcessEnvironment(ConfigurableEnvironment, SpringApplication) that puts a warning message if java 8 isn't used with springBoot-1.5

@dmuelle dmuelle added the release bug This bug is present in a released version of Open Liberty label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty
Projects
None yet
Development

No branches or pull requests

1 participant