When attempting to determine the version of EE and MP to pass to the binary scanner, if we cannot find the EE or MP umbrella dependency, we should then look for the EE or MP platform element in the application's server configuration.
Documentation for how user's can specify platform element in the featureManager element: https://openliberty.io/docs/latest/reference/feature/versionless-features.html#platform
List of Jakarta EE platforms: https://openliberty.io/docs/latest/reference/platform/JakartaEE.html
List of Java EE platforms: https://openliberty.io/docs/latest/reference/platform/JavaEE.html
List MicroProfile platforms: https://openliberty.io/docs/latest/reference/platform/MicroProfile.html
When attempting to determine the version of EE and MP to pass to the binary scanner, if we cannot find the EE or MP umbrella dependency, we should then look for the EE or MP
platformelement in the application's server configuration.Documentation for how user's can specify
platformelement in thefeatureManagerelement: https://openliberty.io/docs/latest/reference/feature/versionless-features.html#platformList of Jakarta EE platforms: https://openliberty.io/docs/latest/reference/platform/JakartaEE.html
List of Java EE platforms: https://openliberty.io/docs/latest/reference/platform/JavaEE.html
List MicroProfile platforms: https://openliberty.io/docs/latest/reference/platform/MicroProfile.html