Community
Participate
Working Groups
When fixing bug 365570, I decided to leave the upper bounds for javax.servlet package imports at 4.0.0 exclusively to avoid conflicts with environments that export the Servlet 3.0 API packages as 3.0.0 instead of 2.6.0. At a later point in time, we may want to downgrade the upper bounds to 3.0.0 exclusively.
FWIW, I noticed that the Equniox Jetty HTTP Service uses a version range of [2.6.0,3.1.0). Some bundles out there might use 3.0 as the API package version.