You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Joe Bohn <jo...@earthlink.net> on 2008/12/03 21:12:25 UTC

servlet 3.0 spec in 2.2

Things looks strange regarding the servlet spec references in 2.2.

We include dependency management entries for both 3.0 & 2.5.  That much 
is fine.

Nearly everything that references the servlet spec includes the 2.5 
version with the exception of the following:
- jee-specs - This is the most confusing to me.  I was expecting that 
either 2.5 would be included or both 2.5 & 3.0 (if that is even 
possible).  Why 3.0?
- jaxws-tests/jaxws-rest-war - Jarek indicated that this might just have 
been a bad cut/paste and it should be fine with the 2.5 spec.
- jaxws-wsa-tests/wsa-test-war - same as above.

So, the question is ... Should we move jee-specs to use the 2.5 spec and 
  then remove the references to the servlet_3.0 spec until after the 2.2 
server is released?

Thanks,
Joe



Re: servlet 3.0 spec in 2.2

Posted by Joe Bohn <jo...@earthlink.net>.
Jarek Gawor wrote:
> On Wed, Dec 3, 2008 at 3:12 PM, Joe Bohn <jo...@earthlink.net> wrote:
>> Things looks strange regarding the servlet spec references in 2.2.
>>
>> We include dependency management entries for both 3.0 & 2.5.  That much is
>> fine.
>>
>> Nearly everything that references the servlet spec includes the 2.5 version
>> with the exception of the following:
>> - jee-specs - This is the most confusing to me.  I was expecting that either
>> 2.5 would be included or both 2.5 & 3.0 (if that is even possible).  Why
>> 3.0?
>> - jaxws-tests/jaxws-rest-war - Jarek indicated that this might just have
>> been a bad cut/paste and it should be fine with the 2.5 spec.
>> - jaxws-wsa-tests/wsa-test-war - same as above.
>>
>> So, the question is ... Should we move jee-specs to use the 2.5 spec and
>>  then remove the references to the servlet_3.0 spec until after the 2.2
>> server is released?
> 
> Yes. I don't think we will pass Java EE 5 TCK otherwise. Or we can do
> the trick like we do for the connector spec.

Thanks for the response Jarek.  For now I'll remove the servlet_3.0 
references and get us back on 2.5.  That will kill 2 birds with 1 stone 
(remove the spec SNAPSHOT reference and fix up some signature tests). 
If somebody wants to look into the connector spec trick that's fine but 
that also means that we need to release the servlet_3.0 spec before 2.2 
can go out the door.

Joe

Re: servlet 3.0 spec in 2.2

Posted by Jarek Gawor <jg...@gmail.com>.
On Wed, Dec 3, 2008 at 3:12 PM, Joe Bohn <jo...@earthlink.net> wrote:
> Things looks strange regarding the servlet spec references in 2.2.
>
> We include dependency management entries for both 3.0 & 2.5.  That much is
> fine.
>
> Nearly everything that references the servlet spec includes the 2.5 version
> with the exception of the following:
> - jee-specs - This is the most confusing to me.  I was expecting that either
> 2.5 would be included or both 2.5 & 3.0 (if that is even possible).  Why
> 3.0?
> - jaxws-tests/jaxws-rest-war - Jarek indicated that this might just have
> been a bad cut/paste and it should be fine with the 2.5 spec.
> - jaxws-wsa-tests/wsa-test-war - same as above.
>
> So, the question is ... Should we move jee-specs to use the 2.5 spec and
>  then remove the references to the servlet_3.0 spec until after the 2.2
> server is released?

Yes. I don't think we will pass Java EE 5 TCK otherwise. Or we can do
the trick like we do for the connector spec.

Jarek