If an app does not specify concrete Java or Tomcat version in its manifest, the defaults come in place: OpenJDK JRE 1.8.0_x and Tomcat 9.0.x.
However, with the go-migration branch the defaults have changed to: OpenJDK JRE 17.x and Tomcat 10.x.
Wouldn't that deafults change cause potential issues for the legacy applications out there (running with the Java 1.8 and Tomcat 9)?