這個特性結合了支援 Micro Profile 1.2 for Cloud Native Java 的 Liberty 特性。
如果要啟用 Micro Profile 1.2 特性,請在您 server.xml 檔中的 featureManager 元素內,新增下列元素宣告:
<feature>microProfile-1.2</feature>
如果您正在開發的特性相依於 Micro Profile 1.2 特性,請在您新特性的特性資訊清單檔中,將下列項目包含在 Subsystem-Content 標頭內:
com.ibm.websphere.appserver.microProfile-1.2; type="osgi.subsystem.feature"