dev@glassfish.java.net

Re: pom.xml review request: integrate JSF 2.1.0-b09

From: Jane Young <jane.young_at_oracle.com>
Date: Fri, 10 Dec 2010 18:04:09 -0800

Changes look fine. Thanks.

On 12/10/10 6:01 PM, edward.burns_at_oracle.com wrote:
> This change-bundle integrates JSF 2.1.0-b09. I have run the quicklook
> tests with these jars pulled fresh from maven to a local repo that does
> not have any com/sun/faces directory and the tests ran successfully to
> completion.
>
> I have also brought up the adminGUI web application (as this exercises
> on the new JSF version). It worked just fine.
>
> I will be sending out another changebundle to share the diffs for three
> sets of changes
> to other parts of the source tree that need to be made along with this
> change in the same
> commit as this change.
>
> SECTION: Diffs
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 43681)
> +++ pom.xml (working copy)
> @@ -104,8 +104,8 @@
> <el-impl.version>2.2.1-b03</el-impl.version>
> <jstl-impl.version>1.2</jstl-impl.version>
> <jstl-api.version>1.2</jstl-api.version>
> - <jsf-api.version>2.1.0-b08</jsf-api.version>
> - <jsf-impl.version>2.1.0-b08</jsf-impl.version>
> + <jsf-api.version>2.1.0-b09</jsf-api.version>
> + <jsf-impl.version>2.1.0-b09</jsf-impl.version>
> <jsf-ext.version>0.2</jsf-ext.version>
> <woodstock.version>4.0.2.6</woodstock.version>
> <jaxrpc-api.version>1.1</jaxrpc-api.version>
> Index: packager/resources/pkg_conf.py
> ===================================================================
> --- packager/resources/pkg_conf.py (revision 43680)
> +++ packager/resources/pkg_conf.py (working copy)
> @@ -64,7 +64,7 @@
> felix_version="3.0.6,0-0"
> javadb_version="10.5.3.0,0-0"
> corba_version="3.1.0,0-19"
> -jsf_version="2.1.0,0-8"
> +jsf_version="2.1.0,0-9"
> grizzly_version="1.9.24,0-1"
> metro_version="2.1,0-20"
> javahelp_version="2.0.2,0-1"