Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365626 - [releng] Update Jetty and Tomcat for cluster tests to import javax.servlet 2.6.0
Summary: [releng] Update Jetty and Tomcat for cluster tests to import javax.servlet 2.6.0
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 2.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-05 11:20 EST by Ralf Sternberg CLA
Modified: 2015-04-09 04:47 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.