☀️ Nepxion Discovery is a solution for Spring Cloud with blue green, gray, route, limitation, circuit breaker, degrade, isolation, tracing, dye, failover, active 蓝绿灰度发布、路由、限流、熔断、降级、隔离、追踪、流量染色、故障转移、多活
The AdoptOpenJDK has been discontinued since July 2021 (https://adoptopenjdk.net). Switching the distribution to Azul Zulu. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK.
Also added are fixed (major) release version(s) such as JDK 8.0.192. This is often a good practice whenever a build/test triggers (push/pull events) to help determine if the latest (JDK 8) had failed the from the latest build vs something in your code caused (or introduced).
For example, when building with JDK 8.0.192 (fixed version) the build/tests passes (Green) and JDK 8 fails (Red) will mean that the latest JDK 8 was the cause and not your code.
Note: Other distributions such as Temurin do not support archived fixed releases prior to Sept. 2021 and many non LTS (long term support) releases if you plan to try out newer features in the language.
The AdoptOpenJDK has been discontinued since July 2021 (https://adoptopenjdk.net). Switching the distribution to Azul Zulu. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK.
Also added are fixed (major) release version(s) such as
JDK 8.0.192
. This is often a good practice whenever a build/test triggers (push/pull events) to help determine if the latest (JDK 8
) had failed the from the latest build vs something in your code caused (or introduced).For example, when building with
JDK 8.0.192
(fixed version) the build/tests passes (Green) and JDK 8 fails (Red) will mean that the latestJDK 8
was the cause and not your code.Note: Other distributions such as Temurin do not support archived fixed releases prior to Sept. 2021 and many non LTS (long term support) releases if you plan to try out newer features in the language.