In my last post, I announced that we had made a release candidate available for Mojarra 2.1.0. I've created this JIRA filter to capture the issues opened since that release candidate was made available. As of this writing, none of the issues in that query meet the criteria of delaying the GlassFish 3.1 release, so we are proceeding with plans to branch the mojarra trunk as MOJARRA_2_1X_ROLLING. This branch will be used to make any necessary sustaining releases to Mojarra 2.1.0. Future Mojarra development will now proceed on the trunk.

I have updated the checkout instructions linked in the FAQ for the new repositories. I have also renamed the hudson jobs to reflect the new branch.

The present development activities are focused on quality assurance of the 2.1.0 release candidate. The code is getting a good pounding from both the GlassFish quality assurance team, and from the ADF Faces quality assurance team.

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


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

Some blog entries will be coming soon to document what's new in 2.1.0, as well as release notes, of course.

Technorati Tags: edburns

1 Comments

  • victorkrauz Newbie

    Hi, Ed.

    I was trying to send a question to  jsr-314-comments@jcp.org but it gives a delivery notification status problem.

    I'm currently reading the specification for fixing some weak points I  have in JSF 2.0. When reading section 12.2 PhaseEvent the description of  the constructor indicates that the source of the event will be the  Lifecycle instance. But below, in the descriptions of methods  getFacesContext  and getPhaseId says that getSource will return the  FacesContext instance. I thought that maybe was a very little error in  the document, so I downloaded the 2010-11-08 version and the  descriptions are the same. My question is what of the two objects will PhaseEvent.getSource() return?

    Thank you very much.

    //