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
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
The text was updated successfully, but these errors were encountered:
Describe the bug
The generated feature page for springBoot-1.5 lists the following under Supported Java Versions
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.5The text was updated successfully, but these errors were encountered: