While we work on the release notes and get ready to prepare a release bundle, I wanted to push this quick blog entry out as soon as I could. I just committed the integration of Mojarra 2.1.0 build 10 to the GlassFish 3.1 HEAD, it will be in the next promoted build of GlassFish. If you want to get the Mojarra installation standalone, you can either wait for me to post it on the official Oracle JavaServer Faces page at <http://javaserverfaces.java.net/> or you can get the jars from maven.

Repository <http://download.java.net/maven/2>


<dependency>
   <groupId>com.sun.faces</groupId>
   <artifactId>jsf-api</artifactId>
   <version>2.1.0-b10</version>
   <scope>provided</scope>
</dependency>
<dependency>
   <groupId>com.sun.faces</groupId>
   <artifactId>jsf-impl</artifactId>
   <version>2.1.0-b10</version>
   <scope>provided</scope>
</dependency>

Now, I know the purpose of distributing a release candidate is to get feedback and fix bugs, and I know that we currently have 342 open issues in our JIRA, so I have to say that only the most egregious bugs would be considered for fixing in 2.1.0. Nonetheless, please please file them anyway and we'll get to them in the next or a future release.

Technorati Tags:edburns

1 Comments