Is JMeter is going to be paid as Oracle decides for Java post 1.8v?

一笑奈何 提交于 2020-01-23 09:27:24

问题


As we all aware about that Java is paid since January, 2019 and JMeter is java based application. Can we expect this effect on JMeter as well because Apache would have to pay to Oracle for Java usage to work on JMeter for further verisons!

Please provide insights on this if anyone have.Please correct me if i am not correct.


回答1:


Absolutely not !

In any case, Apache would not have to pay Oracle, as it is the user of Java for JMeter (as for any other Java application) who would pay.

But, there is no such risk anyway.

JMeter needs Java >=8 (Java 9 and 10 are intermediate and not advised).

Java is provided by:

  • Oracle
  • Other vendors (IBM)
  • OpenJDK

As of Java 8:

  • Oracle is free
  • OpenJDK is free
  • IBM Java SDK is free

Only Oracle JDK >= 11 is subject to a paid support, OpenJDK is not. And as you know there are already LTS (Long Term Support) free offers for jdk currently at least by Amazon and Redhat.

So no risk at all for Apache JMeter !

You can see that the jmeter github project runs on OpenJdk through TravisCI:

  • https://travis-ci.org/apache/jmeter/


来源:https://stackoverflow.com/questions/54139975/is-jmeter-is-going-to-be-paid-as-oracle-decides-for-java-post-1-8v

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!