Webpshere Liberty support for Java 9

非 Y 不嫁゛ 提交于 2019-12-19 10:28:07

问题


Does Webpshere Liberty support for Java 9? as of latest beta it is mentioned fully compatible with Java 8 but there is not mentioning about upgrade. Whether Java 9 Module path can be supported with Websphere liberty?


回答1:


Websphere Liberty mostly works with Java 9 in "toleration mode", meaning that Liberty and apps can run on Java 9, but you can't take advantage of Java 9 modularity yet.

You can find more detailed progress of OpenLiberty (an open-source subset of Websphere Liberty) support for Java 9 here: https://github.com/OpenLiberty/open-liberty/issues/540

From a Java EE application perspective, it is not yet defined how Java EE apps are supposed to work with JPMS. That will likely not be decided until Java EE 9.



来源:https://stackoverflow.com/questions/47438543/webpshere-liberty-support-for-java-9

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