Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-11-28 10:37:33 +0000
committerAlexander Kurtakov2020-11-28 10:40:50 +0000
commita010c9f399bc4152ad9aeaabf5362cdcbd94e7b7 (patch)
tree8e0a85d0395c875d714538cc70e613e7a7b6cf8e
parent4e12e393a231469ca23e1ad66ce8c0dd06899b1b (diff)
downloadeclipse.platform.releng.aggregator-a010c9f399bc4152ad9aeaabf5362cdcbd94e7b7.tar.gz
eclipse.platform.releng.aggregator-a010c9f399bc4152ad9aeaabf5362cdcbd94e7b7.tar.xz
eclipse.platform.releng.aggregator-a010c9f399bc4152ad9aeaabf5362cdcbd94e7b7.zip
Bug 569227 - Update to Jetty 9.4.35I20201128-0600
Exclude jetty bundles. Eclipse Platform ships latest Jetty and can't guarantee Jetty API stability. Cleaned up old no longer needed entries. Change-Id: I4460638c0e8235e05b45b0714af4625264078de2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt24
1 files changed, 9 insertions, 15 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
index b938b03fd..9424ad54c 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
@@ -13,18 +13,12 @@ org.objectweb.asm
org.eclipse.swt.win32.win32.x86
org.eclipse.swt.win32.win32.x86_64
-## REMOVED BUNDLE - https://bugs.eclipse.org/453228
-org.eclipse.equinox.p2.ql
-
-## REMOVED runtime.compatibility layer - https://bugs.eclipse.org/394739
-org.eclipse.core.runtime.compatibility
-org.eclipse.core.runtime.compatibility.registry
-
-## REMOVED org.eclipse.core.filesystem.java7 fragment - https://bugs.eclipse.org/472554
-org.eclipse.core.filesystem.java7
-
-## REMOVED org.eclipse.ecf.provider.filetransfer.httpclient4 - https://bugs.eclipse.org/545718
-org.eclipse.ecf.provider.filetransfer.httpclient4
-
-## REMOVED org.eclipse.ecf.provider.filetransfer.httpclient4.ssl - https://bugs.eclipse.org/545718
-org.eclipse.ecf.provider.filetransfer.httpclient4.ssl
+## Can't guarantee jetty bundles API stabiltiy
+org.eclipse.jetty.continuation
+org.eclipse.jetty.http
+org.eclipse.jetty.io
+org.eclipse.jetty.security
+org.eclipse.jetty.server
+org.eclipse.jetty.servlet
+org.eclipse.jetty.util.ajax
+org.eclipse.jetty.util

Back to the top