JBoss Seam 3.1.0.CR1 Released

Posted by    |       Seam

I'm happy to announce the immediate availability of the first candidate release for Seam 3.1. Here's the usual links:

Download Seam 3.1.0.CR1 bundled distribution

Reference Documentation

API Documentation

Report issues

Maven users, please update your project to include the following:

<dependencyManagement>
   <dependencies>
      <dependency>
         <groupId>org.jboss.seam</groupId>
         <artifactId>seam-bom</artifactId>
         <version>3.1.0.CR1</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
    </dependencies>
</dependencyManagement>

This release is now feature complete - we will only be working on bug fixes and quality issues leading up to the 3.1 final release, which can be expected in mid December. I encourage everyone to try it out, and let us know if you experience any issues with it by using the Report issues link above.

Note - the version of Solder that was included in the seam-bom of this release is incorrect, however this should not have any adverse effects.


Back to top