dev@glassfish.java.net

Re: pom.xml review for jsp-impl integration

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Mon, 23 Nov 2009 16:41:53 -0800

On 11/23/09 15:49, Rajiv Mordani wrote:
> The EL API and impl version should also be updated.

Actually, my diffs were created against an older version of pom.xml.

When created against the most recent version, they look as follows:

Index: pom.xml
===================================================================
--- pom.xml (revision 34668)
+++ pom.xml (working copy)
@@ -91,7 +91,7 @@
         <management-api.version>1.1-rev-1</management-api.version>
         <jms-api.version>1.1-rev-1</jms-api.version>
         <jsp-api.version>2.2</jsp-api.version>
- <jsp-impl.version>2.2</jsp-impl.version>
+ <jsp-impl.version>2.2.1-b01</jsp-impl.version>
         <el-api.version>2.2</el-api.version>
         <el-impl.version>2.2</el-impl.version>
         <jstl-impl.version>1.2</jstl-impl.version>


Jan


>
> - Rajiv
>
> Jan Luehe wrote:
>> Index: pom.xml
>> ===================================================================
>> --- pom.xml (revision 34431)
>> +++ pom.xml (working copy)
>> @@ -91,7 +91,7 @@
>> <management-api.version>1.1-rev-1</management-api.version>
>> <jms-api.version>1.1-rev-1</jms-api.version>
>> <jsp-api.version>2.1.3-b06</jsp-api.version>
>> - <jsp-impl.version>2.1.3-b20</jsp-impl.version>
>> + <jsp-impl.version>2.2.1-b01</jsp-impl.version>
>> <el-api.version>2.1.2-b05</el-api.version>
>> <el-impl.version>2.1.2-b05</el-impl.version>
>> <jstl-impl.version>1.2</jstl-impl.version>
>>
>> This includes fixes for:
>>
>> - https://glassfish.dev.java.net/issues/show_bug.cgi?id=11134
>> ("@Inject support in Tag handler"), P2 (spec issue)
>>
>> - https://glassfish.dev.java.net/issues/show_bug.cgi?id=11100
>> ("[JSP] Tag file compilation is taking too long"), P3 (approved by
>> Jerome)
>>
>> Thanks,
>>
>> Jan
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>