Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Furnadjiev2019-04-05 08:39:11 +0000
committerThomas Watson2019-04-05 13:33:05 +0000
commit5df7eda553d8b0a164e2f2050c1b59b83461eedf (patch)
treebcc9c8c960360b8ff41747003b5d4a1d35a73d0c /bundles/org.eclipse.equinox.servletbridge/pom.xml
parent8d497a20c7bd723e711e62d646878c333f39b01a (diff)
downloadrt.equinox.bundles-5df7eda553d8b0a164e2f2050c1b59b83461eedf.tar.gz
rt.equinox.bundles-5df7eda553d8b0a164e2f2050c1b59b83461eedf.tar.xz
rt.equinox.bundles-5df7eda553d8b0a164e2f2050c1b59b83461eedf.zip
For historical reasons (bug 360245), the exported by FrameworkLauncher#generateExtensionBundle package version of "javax.servlet.*" for Servlet 3.1 specification is 2.7. With the recent changes in "org.eclipse.equinox.http.servlet" MANIFEST.MF, the required "javax.servlet.*" package version is 3.1 (same as servlet spec). Change FrameworkLauncher#generateExtensionBundle to export "javax.servlet.*" for Servlet 3.1 as both 2.7 and 3.1. Bug 545682: org.eclipse.equinox.http.servlet and org.eclipse.equinox.servletbridge do not work together anymore in Tomcat 8.5.x Change-Id: I06fe1543400518ba3ea1104c8ceac52cfb6e567a Signed-off-by: Ivan Furnadjiev <ivan@eclipsesource.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.servletbridge/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.servletbridge/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.servletbridge/pom.xml b/bundles/org.eclipse.equinox.servletbridge/pom.xml
index 9c9fc63c8..560952552 100644
--- a/bundles/org.eclipse.equinox.servletbridge/pom.xml
+++ b/bundles/org.eclipse.equinox.servletbridge/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.servletbridge</artifactId>
- <version>1.4.200-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top