redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
774 stars 244 forks source link

Update Java Springboot documentation as there is no more limitations on Java 11 #7258

Closed apupier closed 6 days ago

apupier commented 6 days ago

/area documentation

Add one of the following kinds: /kind bug /kind feature

What mistake did you find / what is missing in the documentation?

it is mentioned that Java 11 is required and thus SpringBoot 2.7 must be used. In latest devfiles, JDK 17 is provided.

What is the relevance of it?