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.