简体   繁体   English

在生产环境中运行OpenJDK 11.0.1

[英]running OpenJDK 11.0.1 in production

I manage a web application which we develop in Java, currently on JDK 8. 我管理一个用Java开发的Web应用程序,当前使用JDK 8。

I am planning on migrating us up to OpenJDK 11.0.1. 我正计划将我们迁移到OpenJDK 11.0.1。 We have installed this and testing has gone well : https://jdk.java.net/11/ 我们已经安装了它,并且测试进行得很顺利: https : //jdk.java.net/11/

The download page says this is "production ready", but am I am wondering if it's generally accepted that it's safe to run OpenJDK 11 in live environments yet ? 下载页面说这已经“准备就绪”了,但是我想知道是否普遍认为在实时环境中运行OpenJDK 11是安全的吗?

I think what makes me nervous is that I see the Oracle commercial JDK 11 is still open for bug fixes. 我认为让我感到紧张的是,我看到Oracle商业JDK 11仍然可以进行错误修复。

Your source of truth is not going to be us, Oracle, or any other article(s) you can find about...but your testing. 您的真理来源不会是我们,Oracle或您可以找到关于...的任何其他文章,而是您的测试。 Granted all of that will rise your level of confidence, but still, it won't be. 当然,所有这些都会提高您的信心水平,但事实并非如此。

In any case, OpenJDK (as well as Oracle SDK) 11 are production releases, also known as LTS release . 无论如何,OpenJDK(以及Oracle SDK) 11是生产版本,也称为LTS版本 Software is not bug-free, ever, but that is ready to be used, reused, and abused ;) ...so use it and deploy with confidence after your testing is done. 软件并非永远没有错误,但是可以随时使用,重用和滥用;)...因此,请在测试完成后使用并放心地部署它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 用于生产和 LTS 的 OpenJDK? - OpenJDK for production and LTS? 生产环境中的Oracle JDK和OpenJDK - Oracle JDK and OpenJDK in production environment 在Windows上使用OpenJDK运行JabRef - Running JabRef on Windows with OpenJDK openjdk-11.0.1_linux-x64_bin.tar网址不起作用(https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz) - openjdk-11.0.1_linux-x64_bin.tar url is not working(https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz ) 如何解决由:java.lang.ClassNotFoundException:javax.xml.bind.JAXBException迁移到Java 11(Openjdk-11.0.1) - how to solve Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException migrating to Java 11(Openjdk-11.0.1 ) 在OpenJDK 11上运行DocumentationTool - Running DocumentationTool on sources from OpenJDK 11 关闭Android模拟器后OpenJDK继续运行 - OpenJDK continues running after closing Android emulator 使用 OpenJDK 将 Jenkins 节点/代理作为 Windows 服务运行 - Running Jenkins Node/Agent as a Windows Service with OpenJDK 您可以使用OpenJDK在生产中运行WSO2产品吗? - Can you run WSO2 products in production using OpenJDK? 在OpenJDK 11上运行e(fx)clipse。WAS:在OpenJDK 11上运行Eclipse - Running e(fx)clipse on OpenJDK 11. WAS: Running Eclipse on OpenJDK 11
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM