We're pleased to announce that 3.2.0.Alpha2 of Portlet Bridge is now available!
Release Highlights
- Fixes for using Seam 3 Faces within a portlet
- Use of the new PortletArchive Shrinkwrap type in our testsuite (partially implemented)
- Upgrade to use latest Arquillian Graphene, Shrinkwrap Resolvers, Portal Extension, GateIn Testing container
- Improve testsuites to prevent random errors
Full details of all the changes can be found in the release notes
Maven coordinates:
For a JSF2 only portlet:
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
<version>3.2.0.Alpha2</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
<version>3.2.0.Alpha2</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.Alpha2</version>
<scope>runtime</scope>
</dependency>
Keeping up with the latest
One of the best ways to hear about the latest releases and changes with JBoss 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 JBoss Portlet Bridge, please .
Comments