Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365626

Summary: [releng] Update Jetty and Tomcat for cluster tests to import javax.servlet 2.6.0
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: ruediger.herrmann
Version: 1.5   
Target Milestone: 2.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ralf Sternberg CLA 2011-12-05 11:20:50 EST
The javax.servlet bundle now exports packages as version 2.6.0 instead of 3.0.0 (bug 360245). The Jetty and Tomcat versions in our cluster test dependencies [1] still have a lower bound of 3.0.0. I added the new servlet bundles from orbit [2], but kept the old ones in place to let the build succeed. I think I've read that a updated Jetty build is already available.

[1] http://build.eclipse.org/rt/rap/base-platforms/extra-dependencies/
[2] http://download.eclipse.org/tools/orbit/downloads/drops/S20111201180206/
Comment 1 RĂ¼diger Herrmann CLA 2011-12-06 08:33:47 EST
Comment 38 of bug 360245 lists this build:
  http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.0.SNAPSHOT/
It has been refactored to import servlet 2.6 instead of 3.0.
These are the necessary bundles from the build:
org.eclipse.jetty.continuation.source_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.continuation_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.http.source_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.http_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.io.source_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.io_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.security.source_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.security_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.server.source_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.server_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.servlet.source_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.servlet_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.util.source_8.1.0.SNAPSHOT.jar
org.eclipse.jetty.util_8.1.0.SNAPSHOT.jar

I tried this build locally and it works. Using this build on the build server however, may fail as the bundles are still carrying the word "SNAPTSHOT" as a build identifier (see bug 360459).
Comment 2 Ivan Furnadjiev CLA 2015-04-09 04:47:30 EDT
This is a very old bug, which is not current anymore. Closing as fixed.