Well it took a little longer than expected, but we've now released JBoss Portlet Bridge 3.0.0.Beta2!
This release marks the commemcement of more frequent release cycles, typically about 2 weeks. The current release schedule is kept up to date, so if you want to find out about future releases, check it out.
This release incorporates a great deal of API changes to standardize amongst everyone from the JSR 329 EG, with a view to a future JSR that supports JSF 2. This release also focuses on JSF 2 support only, a future release will work to incorporate RichFaces 4 and Seam 2.3.
So head over to the Downloads page, or add the following Maven coordinates:
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
<version>3.0.0.Beta2</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
<version>3.0.0.Beta2</version>
<scope>runtime</scope>
</dependency>
Ken
Comments