We're pleased to announce that 3.2.0.Beta1 of Portlet Bridge is now available!
Release Highlights
- Upgrade to RichFaces 4.3.0.Final, including the new rich:focus and rich:placeholder components
- Fix for JSF dynamic action listeners being retained on the ViewRoot between Action and Render requests.
- Fix rich:autocomplete failure in Showcase example app for custom layout
- Fix issue of inline CSS and JS from RichFaces not being rendered correctly in portal page HEAD. This fixes issues with a4j:attachQueue and the drag indicator images not being present.
- Continue improving and updating JSF2 testsuite
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.Beta1</version> </dependency> <dependency> <groupId>org.jboss.portletbridge</groupId> <artifactId>portletbridge-impl</artifactId> <version>3.2.0.Beta1</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.Beta1</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 get in touch.