Choosing the right Java runtime for your Spring Boot project might seem trivial at first glance. After all, all runtimes are based on the OpenJDK code and offer the same APIs.
But not all runtimes are created equal. This article will discuss various metrics that could influence your decision to s…