Could you please provide more detailed difference between Quarkus and Thorntail?
This would help when considering between these two when building a new "Java cloud native app".
What Quarkus has over Thorntail:
Advantages of Thorntail over Quarkus:
Compatibility with other Java libraries is going to be less of a problem in Thorntail, in a sense that:
It should be said however that Quarkus team made an amazing job of preparing an impressive list of extensions which covers probably everything one could wish for(?)
Conceptually Quarkus may choose to stay "lighter" in some cases. E.g. the CDI implementation in Quarkus is a subset of the CDI spec, in order to remain leaner and faster.