-
Type:
Task
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: facesbridge-api-5.0.0, bridge-impl-5.0.0, bridge-ext-7.0.0
-
Labels:None
This task involves upgrading the pom.xml descriptor from:
pom.xml
<dependency> <groupId>javax.portlet</groupId> <artifactId>portlet-api</artifactId> <version>2.0</version> <scope>provided</scope> </dependency>
To the following:
pom.xml
<dependency> <groupId>javax.portlet</groupId> <artifactId>portlet-api</artifactId> <version>3.0-SNAPSHOT</version> <scope>provided</scope> </dependency>
In addition, new wrapper classes in the Portlet 3.0 API such as BaseURLWrapper.java, MimeResponseWraper.java, etc. are to be used rather than the vendor-specific versions utilized in liferay-faces-bridge-impl and liferay-faces-bridge-ext.