We're pleased to announce that 3.3.0.Beta2 of Portlet Bridge is now available!

 

Release Highlights

  • Fix Client Window Id handling to enabled JSF 2.2 Flows to work
  • Fix generation of partial response that updates the entire portlet, such that the <body> content is not replaced, only the portlet body.
  • Investigations into CDI 1.1/Weld 2.x have proven that it is no longer necessary to use the CDI Portlet Integration Library for developing CDI portlets.

 

Full details of what is contained within the release 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.3.0.Beta2</version>
</dependency>
<dependency>
    <groupId>org.jboss.portletbridge</groupId>
    <artifactId>portletbridge-impl</artifactId>
    <version>3.3.0.Beta2</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.3.0.Beta2</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.