We're pleased to announce that 3.2.0.Final of Portlet Bridge is now available!
Release Highlights
- RichFaces 4.3.1.Final
- Mojarra 2.1.19
- Support JSF portlets with CDI
- Memory leak issues with @RequestScoped, @ViewScoped and @SessionScoped JSF Managed Beans in AS7 resolved
- Many bug fixes, including
- RichFaces inline CSS and JS was incorrectly encoded
- Prevent JSF dynamic action listeners from being retained on ViewRoot
- RichFaces resource portlet url fixes
Maven coordinates:
For a JSF2 only portlet:
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
<version>3.2.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
<version>3.2.0.Final</version>
<scope>runtime</scope>
</dependency>
For a RichFaces 4 portlet you need the above as well as:
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-extension-richfaces</artifactId>
<version>3.2.0.Final</version>
<scope>runtime</scope>
</dependency>
Keeping up with the latest
One of the best ways to hear about the latest releases and changes with Portlet Bridge is to follow us on Twitter (@portletbridge).
Don't be a stranger
As always, if you have any questions about or issues with Portlet Bridge, please .