diff options
author | Alexander Kurtakov | 2020-11-29 08:14:35 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2020-11-29 08:16:19 +0000 |
commit | 276fcfa5a966de64ff341e66575d9f82c9f1d436 (patch) | |
tree | 62f71d96975108038ea84af66cfb13a5265072ff | |
parent | ec3dd4a815e52950c10ba314195a4397973edca3 (diff) | |
download | eclipse.platform.releng.aggregator-276fcfa5a966de64ff341e66575d9f82c9f1d436.tar.gz eclipse.platform.releng.aggregator-276fcfa5a966de64ff341e66575d9f82c9f1d436.tar.xz eclipse.platform.releng.aggregator-276fcfa5a966de64ff341e66575d9f82c9f1d436.zip |
Bug 569227 - Update to Jetty 9.4.35I20201130-0600I20201129-1800I20201129-0600
Approve api changes as we are just users of Jetty.
Change-Id: I98b2120fde5a5739e96e194aee3ae6d163862859
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt index 6de44830e..8a75a4acd 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt @@ -3,3 +3,49 @@ # The unapproved entry exclude list can be copied from <build>/buildlogs/mb080_publish-eclipse_output.txt # Search for: Potential exclude list: # Copy the list into this report and remove "[apitooling.apifreeze] " +ADDED#org.eclipse.jetty.util.ajax +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpHeader#isPseudo()Z +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#ACL +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#ACL_AS_INT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#BASELINE_CONTROL +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#BIND +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#CHECKIN +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#CHECKOUT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#COPY +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#GET_AS_INT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#HEAD_AS_INT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#LABEL +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#LINK +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#LOCK +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#LOOK_AHEAD +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MERGE +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKACTIVITY +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKCALENDAR +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKCOL +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKREDIRECTREF +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#MKWORKSPACE +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#ORDERPATCH +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PATCH +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#POST_AS_INT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PRI_AS_INT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PROPFIND +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PROPPATCH +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#PUT_AS_INT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#REBIND +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#REPORT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#SEARCH +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UNBIND +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UNCHECKOUT +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UNLINK +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UNLOCK +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UPDATE +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#UPDATEREDIRECTREF +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#VERSION_CONTROL +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#isIdempotent()Z +org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#isSafe()Z +org.eclipse.jetty.server:org.eclipse.jetty.server.HttpChannel#ensureConsumeAllOrNotPersistent()V +org.eclipse.jetty.server:org.eclipse.jetty.server.Response#sendRedirect(ILjava/lang/String;Z)V +org.eclipse.jetty.server:org.eclipse.jetty.server.Response#sendRedirect(Ljava/lang/String;Z)V +org.eclipse.jetty.server:org.eclipse.jetty.server.session.SessionHandler#getSessionCookieName(Ljavax/servlet/SessionCookieConfig;)Ljava/lang/String; +org.eclipse.jetty.util:org.eclipse.jetty.util.Trie#empty<T:Ljava/lang/Object;>(Z)Lorg/eclipse/jetty/util/Trie<TT;>; + |