[JWebUnit-development] [ jwebunit-Feature Requests-3561726 ] Need Servlet API v3 support
Brought to you by:
henryju
|
From: SourceForge.net <no...@so...> - 2012-08-27 13:53:54
|
Feature Requests item #3561726, was opened at 2012-08-25 10:25 Message generated for change (Comment added) made by henryju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=3561726&group_id=61302 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: None >Group: Release 3.1 Status: Open Priority: 8 Private: No Submitted By: Fran Tonello (ftonello) Assigned to: Julien HENRY (henryju) Summary: Need Servlet API v3 support Initial Comment: Currently, JWebUnit depends on v2.5 of the Java servlet-api. With many sites switching to Tomcat 7 (which supports and *provides* Servlet V3), JWU's dependency on the old servlet-api causes both versions to be added to the class path, which causes class conflicts which break the app and tests. Explicitly excluding JWU's dependency on v2.5 in a client POM breaks JWU. What we really need is a new version of JWebUnit built with the new Servlet API release. I propose changing the servlet API dependency in JWebUnit's POM to this: <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> </dependency> (BTW, note that the artifactId has changed.) Thanks!!! ---------------------------------------------------------------------- >Comment By: Julien HENRY (henryju) Date: 2012-08-27 06:53 Message: I'm not sure everybody is ready to update so servlet-api 3.0. It would be better to remove this dependency. This is something I wanted to to for a long time, but I'm not sure it will be easy. I will check asap. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=3561726&group_id=61302 |