在哪里可以找到有关 Quarkus 支持版本的信息?
Where to find information about Quarkus supported versions?
我目前正在查看 Quarkus,但无法找到有关支持版本或支持时间的任何信息,即使在花了一个小时搜索文档和 Red Hat 政策之后也是如此。 Google也不知道答案
从 Pivotal 开始,我已经习惯了有 12 个月的时间,直到我终于不得不进入下一个 Spring Boot minor 或 mayor 版本。在那之前,我可以期待补丁并因此保证我的客户某种类型的稳定性。 Spring Boot supported versions
谁能告诉我有关支持、发布时间表和生命周期终止政策或声明的任何信息?
目前 Quarkus 似乎没有 LTS 策略。相反,在他们的安全页面上,他们说他们只正式支持最新的 major.minor
版本。来自 https://quarkus.io/security/#supported-versions:
The community will fix security bugs for the latest major.minor version published at https://quarkus.io/get-started/.
Version Supported
latest 2.x ✅
older 2.x ❌
< 2.0 ❌
We may fix the vulnerability to older versions depending on the severity of the issue and the age of the release, but we are only committing to the latest version released.
我目前正在查看 Quarkus,但无法找到有关支持版本或支持时间的任何信息,即使在花了一个小时搜索文档和 Red Hat 政策之后也是如此。 Google也不知道答案
从 Pivotal 开始,我已经习惯了有 12 个月的时间,直到我终于不得不进入下一个 Spring Boot minor 或 mayor 版本。在那之前,我可以期待补丁并因此保证我的客户某种类型的稳定性。 Spring Boot supported versions
谁能告诉我有关支持、发布时间表和生命周期终止政策或声明的任何信息?
目前 Quarkus 似乎没有 LTS 策略。相反,在他们的安全页面上,他们说他们只正式支持最新的 major.minor
版本。来自 https://quarkus.io/security/#supported-versions:
The community will fix security bugs for the latest major.minor version published at https://quarkus.io/get-started/.
Version Supported latest 2.x ✅ older 2.x ❌ < 2.0 ❌
We may fix the vulnerability to older versions depending on the severity of the issue and the age of the release, but we are only committing to the latest version released.