I see that the root POM has been updated to indicate Servlet 2.4
dependency. Thanks!

The dependency page still reads 2.5:
  http://incubator.apache.org/shindig/shindig-1.1.x/dependencies.html

I assume that will be automatically updated the next time the site is
regenerated by Maven. Is that the case or do we need to do something
else to update that page?

Thanks,
Dave


On Tue, Aug 4, 2009 at 12:21 PM, Adam Winer<[email protected]> wrote:
> True, but that doesn't mean we have to compile Shindig against Servlet
> 2.5.  The servlet dependency is "provided" scope for Maven, which
> means it can be substituted at runtime with a newer version.
>
> It looks as though Shindig has a hard dependency on the Servlet 2.4
> API (ServletResponse.setCharacterEncoding()), but none on 2.5.  I'll
> update the root maven pom.xml to indicate we require 2.4.
>
> Dave, if you need something earlier than 2.4, please open an issue -
> we could get rid of that dependency without too much effort (it's
> really just a convenience API for getContentType()).
>
> On Tue, Aug 4, 2009 at 9:17 AM, Vincent Siveton<[email protected]> wrote:
>> 2009/8/4, Ian Boston <[email protected]>:
>>> I think the version of Jetty *might* be 2.5 ?
>>
>> Yes you right
>>
>> Vincent
>>
>

Reply via email to