dev@glassfish.java.net

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

From: Sanjeeb Sahoo <Sahoo_at_Sun.COM>
Date: Sun, 07 Nov 2010 15:15:36 +0530

Ed,

Can you please run the OSGi web app that you had attched to issue 11636
[1] and make sure it works with new Mojarra?

Thanks,
Sahoo

[1] https://glassfish.dev.java.net/issues/show_bug.cgi?id=11636
On Saturday 06 November 2010 10:02 AM, Ed Burns wrote:
> This change-bundle integrates JSF 2.1.0-b07. 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.
>
> SECTION: Diffs
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 42527)
> +++ 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-b06</jsf-api.version>
> -<jsf-impl.version>2.1.0-b06</jsf-impl.version>
> +<jsf-api.version>2.1.0-b07</jsf-api.version>
> +<jsf-impl.version>2.1.0-b07</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 42527)
> +++ packager/resources/pkg_conf.py (working copy)
> @@ -64,7 +64,7 @@
> felix_version="3.0.5,0-0"
> javadb_version="10.5.3.0,0-0"
> corba_version="3.1.0,0-12"
> -jsf_version="2.1.0,0-6"
> +jsf_version="2.1.0,0-7"
> grizzly_version="1.9.21,0-1"
> metro_version="2.1,0-17"
> javahelp_version="2.0.2,0-1"
>
>