Comparing source compatibility of /home/oleg/src/apache.org/httpcomponents/httpclient/httpclient5-fluent/target/httpclient5-fluent-5.4.jar against /home/oleg/.m2/repository/org/apache/httpcomponents/client5/httpclient5-fluent/5.3/httpclient5-fluent-5.3.jar
Old:/home/oleg/.m2/repository/org/apache/httpcomponents/client5/httpclient5-fluent/5.3/httpclient5-fluent-5.3.jar
New:/home/oleg/src/apache.org/httpcomponents/httpclient/httpclient5-fluent/target/httpclient5-fluent-5.4.jar
Created:2024-09-19T18:28:10.656+0200
Access modifier filter:PROTECTED
Only modifications:false
Only binary incompatible modifications:false
Ignore missing classes:true
Includes:all
Excludes:@org.apache.hc.core5.annotation.Internal;@org.apache.hc.core5.annotation.Internal;@org.apache.hc.core5.annotation.Internal;@org.apache.hc.core5.annotation.Internal;@org.apache.hc.core5.annotation.Internal
Semantic Versioning:0.0.1
WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
UNCHANGED public class org.apache.hc.client5.http.fluent.Asynctop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic java.util.concurrent.Futureexecute(org.apache.hc.client5.http.fluent.Request,org.apache.hc.core5.http.io.HttpClientResponseHandler,org.apache.hc.core5.concurrent.FutureCallback)n.a.n.a.
Old fileNew file
9797
UNCHANGEDpublic java.util.concurrent.Futureexecute(org.apache.hc.client5.http.fluent.Request,org.apache.hc.core5.http.io.HttpClientResponseHandler)n.a.n.a.
Old fileNew file
114114
UNCHANGEDpublic java.util.concurrent.Futureexecute(org.apache.hc.client5.http.fluent.Request,org.apache.hc.core5.concurrent.FutureCallback)n.a.n.a.
Old fileNew file
118118
UNCHANGEDpublic java.util.concurrent.Futureexecute(org.apache.hc.client5.http.fluent.Request)n.a.n.a.
Old fileNew file
122122
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.AsyncnewInstance()n.a.n.a.
Old fileNew file
4646
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Asyncuse(org.apache.hc.client5.http.fluent.Executor)n.a.n.a.
Old fileNew file
5454
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Asyncuse(java.util.concurrent.Executor)n.a.n.a.
Old fileNew file
5959
UNCHANGED public class org.apache.hc.client5.http.fluent.Contenttop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Fields:
StatusModifierTypeFieldCompatibility Changes:
UNCHANGEDpublic static final org.apache.hc.client5.http.fluent.Contentn.a.NO_CONTENT
Constructors:
StatusModifierConstructorExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic Content(byte[],org.apache.hc.core5.http.ContentType)n.a.n.a.
Old fileNew file
5050
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic byte[]asBytes()n.a.n.a.
Old fileNew file
6060
UNCHANGEDpublic java.io.InputStreamasStream()n.a.n.a.
Old fileNew file
7979
UNCHANGEDpublic java.lang.StringasString()n.a.n.a.
Old fileNew file
6464
UNCHANGEDpublic java.lang.StringasString(java.nio.charset.Charset)n.a.n.a.
Old fileNew file
7575
UNCHANGEDpublic org.apache.hc.core5.http.ContentTypegetType()n.a.n.a.
Old fileNew file
5656
UNCHANGEDpublic java.lang.StringtoString()n.a.n.a.
Old fileNew file
8484
UNCHANGED public class org.apache.hc.client5.http.fluent.ContentResponseHandlertop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDorg.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandlern.a.
Interfaces:
StatusInterfaceCompatibility Changes:
UNCHANGEDorg.apache.hc.core5.http.io.HttpClientResponseHandlern.a.
Constructors:
StatusModifierConstructorExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic ContentResponseHandler()n.a.n.a.
Old fileNew file
4646
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ContenthandleEntity(org.apache.hc.core5.http.HttpEntity)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
5656
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ContenthandleResponse(org.apache.hc.core5.http.ClassicHttpResponse)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
7373
UNCHANGED public class org.apache.hc.client5.http.fluent.Executortop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Executorauth(org.apache.hc.client5.http.auth.AuthScope,org.apache.hc.client5.http.auth.Credentials)n.a.n.a.
Old fileNew file
105106
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Executorauth(org.apache.hc.core5.http.HttpHost,org.apache.hc.client5.http.auth.Credentials)n.a.n.a.
Old fileNew file
115116
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Executorauth(java.lang.String,org.apache.hc.client5.http.auth.Credentials)n.a.n.a.
Old fileNew file
124126
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Executorauth(org.apache.hc.core5.http.HttpHost,java.lang.String,char[])n.a.n.a.
Old fileNew file
185189
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Executorauth(org.apache.hc.core5.http.HttpHost,java.lang.String,char[],java.lang.String,java.lang.String)
Annotations:
Status:Fully Qualified Name:Elements:
UNCHANGEDjava.lang.Deprecatedn.a.
n.a.n.a.
Old fileNew file
195200
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ExecutorauthPreemptive(org.apache.hc.core5.http.HttpHost)n.a.n.a.
Old fileNew file
132134
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ExecutorauthPreemptive(java.lang.String)n.a.n.a.
Old fileNew file
150153
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ExecutorauthPreemptiveProxy(org.apache.hc.core5.http.HttpHost)n.a.n.a.
Old fileNew file
158161
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ExecutorauthPreemptiveProxy(java.lang.String)n.a.n.a.
Old fileNew file
176180
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ExecutorclearAuth()n.a.n.a.
Old fileNew file
199204
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ExecutorclearCookies()n.a.n.a.
Old fileNew file
215221
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Responseexecute(org.apache.hc.client5.http.fluent.Request)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
232238
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.ExecutornewInstance()n.a.n.a.
Old fileNew file
7878
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.ExecutornewInstance(org.apache.hc.client5.http.impl.classic.CloseableHttpClient)n.a.n.a.
Old fileNew file
8282
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Executoruse(org.apache.hc.client5.http.auth.CredentialsStore)n.a.n.a.
Old fileNew file
100101
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Executoruse(org.apache.hc.client5.http.cookie.CookieStore)n.a.n.a.
Old fileNew file
210216
UNCHANGED public class org.apache.hc.client5.http.fluent.Formtop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Formadd(java.lang.String,java.lang.String)n.a.n.a.
Old fileNew file
5454
UNCHANGEDpublic java.util.Listbuild()n.a.n.a.
Old fileNew file
5959
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Formform()n.a.n.a.
Old fileNew file
4545
UNCHANGED public class org.apache.hc.client5.http.fluent.Requesttop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Fields:
StatusModifierTypeFieldCompatibility Changes:
UNCHANGEDpublic static final java.lang.Stringn.a.DATE_FORMAT
Annotations:
Status:Fully Qualified Name:Elements:
UNCHANGEDjava.lang.Deprecatedn.a.
UNCHANGEDpublic static final java.util.Localen.a.DATE_LOCALE
Annotations:
Status:Fully Qualified Name:Elements:
UNCHANGEDjava.lang.Deprecatedn.a.
UNCHANGEDpublic static final java.util.TimeZonen.a.TIME_ZONE
Annotations:
Status:Fully Qualified Name:Elements:
UNCHANGEDjava.lang.Deprecatedn.a.
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestaddHeader(org.apache.hc.core5.http.Header)n.a.n.a.
Old fileNew file
215215
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestaddHeader(java.lang.String,java.lang.String)n.a.n.a.
Old fileNew file
228229
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Requestbody(org.apache.hc.core5.http.HttpEntity)n.a.n.a.
Old fileNew file
357363
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyByteArray(byte[])n.a.n.a.
Old fileNew file
391397
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyByteArray(byte[],org.apache.hc.core5.http.ContentType)n.a.n.a.
Old fileNew file
398405
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyByteArray(byte[],int,int)n.a.n.a.
Old fileNew file
402409
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyByteArray(byte[],int,int,org.apache.hc.core5.http.ContentType)n.a.n.a.
Old fileNew file
409417
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyFile(java.io.File,org.apache.hc.core5.http.ContentType)n.a.n.a.
Old fileNew file
387393
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyForm(java.lang.Iterable,java.nio.charset.Charset)n.a.n.a.
Old fileNew file
362368
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyForm(java.lang.Iterable)n.a.n.a.
Old fileNew file
373379
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyForm(org.apache.hc.core5.http.NameValuePair[])n.a.n.a.
Old fileNew file
377383
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyStream(java.io.InputStream)n.a.n.a.
Old fileNew file
413421
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyStream(java.io.InputStream,org.apache.hc.core5.http.ContentType)n.a.n.a.
Old fileNew file
417425
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestbodyString(java.lang.String,org.apache.hc.core5.http.ContentType)n.a.n.a.
Old fileNew file
381387
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestconnectTimeout(org.apache.hc.core5.util.Timeout)n.a.n.a.
Old fileNew file
326331
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestcreate(org.apache.hc.core5.http.Method,java.net.URI)n.a.n.a.
Old fileNew file
9797
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestcreate(java.lang.String,java.lang.String)n.a.n.a.
Old fileNew file
101101
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestcreate(java.lang.String,java.net.URI)n.a.n.a.
Old fileNew file
105105
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestdelete(java.net.URI)n.a.n.a.
Old fileNew file
157157
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestdelete(java.lang.String)n.a.n.a.
Old fileNew file
161161
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Responseexecute()
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
205205
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Responseexecute(org.apache.hc.client5.http.impl.classic.CloseableHttpClient)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
209209
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestget(java.net.URI)n.a.n.a.
Old fileNew file
109109
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestget(java.lang.String)n.a.n.a.
Old fileNew file
113113
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requesthead(java.net.URI)n.a.n.a.
Old fileNew file
117117
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requesthead(java.lang.String)n.a.n.a.
Old fileNew file
121121
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestoptions(java.net.URI)n.a.n.a.
Old fileNew file
165165
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestoptions(java.lang.String)n.a.n.a.
Old fileNew file
169169
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestpatch(java.net.URI)n.a.n.a.
Old fileNew file
133133
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestpatch(java.lang.String)n.a.n.a.
Old fileNew file
137137
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestpost(java.net.URI)n.a.n.a.
Old fileNew file
125125
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestpost(java.lang.String)n.a.n.a.
Old fileNew file
129129
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestput(java.net.URI)n.a.n.a.
Old fileNew file
141141
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requestput(java.lang.String)n.a.n.a.
Old fileNew file
145145
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestremoveHeader(org.apache.hc.core5.http.Header)n.a.n.a.
Old fileNew file
241243
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestremoveHeaders(java.lang.String)n.a.n.a.
Old fileNew file
246248
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestresponseTimeout(org.apache.hc.core5.util.Timeout)n.a.n.a.
Old fileNew file
331336
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetCacheControl(java.lang.String)n.a.n.a.
Old fileNew file
256258
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetDate(java.util.Date)
Annotations:
Status:Fully Qualified Name:Elements:
UNCHANGEDjava.lang.Deprecatedn.a.
n.a.n.a.
Old fileNew file
269272
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetDate(java.time.Instant)n.a.n.a.
Old fileNew file
292297
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetHeader(org.apache.hc.core5.http.Header)n.a.n.a.
Old fileNew file
223224
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetHeader(java.lang.String,java.lang.String)n.a.n.a.
Old fileNew file
236238
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetHeaders(org.apache.hc.core5.http.Header[])n.a.n.a.
Old fileNew file
251253
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetIfModifiedSince(java.util.Date)
Annotations:
Status:Fully Qualified Name:Elements:
UNCHANGEDjava.lang.Deprecatedn.a.
n.a.n.a.
Old fileNew file
278282
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetIfModifiedSince(java.time.Instant)n.a.n.a.
Old fileNew file
297302
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetIfUnmodifiedSince(java.util.Date)
Annotations:
Status:Fully Qualified Name:Elements:
UNCHANGEDjava.lang.Deprecatedn.a.
n.a.n.a.
Old fileNew file
287292
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestsetIfUnmodifiedSince(java.time.Instant)n.a.n.a.
Old fileNew file
302307
UNCHANGEDpublic java.lang.StringtoString()n.a.n.a.
Old fileNew file
422430
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requesttrace(java.net.URI)n.a.n.a.
Old fileNew file
149149
UNCHANGEDstatic public org.apache.hc.client5.http.fluent.Requesttrace(java.lang.String)n.a.n.a.
Old fileNew file
153153
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestuseExpectContinue()n.a.n.a.
Old fileNew file
314319
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestuserAgent(java.lang.String)n.a.n.a.
Old fileNew file
319324
UNCHANGEDpublic org.apache.hc.client5.http.fluent.Requestversion(org.apache.hc.core5.http.HttpVersion)n.a.n.a.
Old fileNew file
309314
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestviaProxy(org.apache.hc.core5.http.HttpHost)n.a.n.a.
Old fileNew file
338343
UNCHANGEDpublic org.apache.hc.client5.http.fluent.RequestviaProxy(java.lang.String)n.a.n.a.
Old fileNew file
347353
UNCHANGED public class org.apache.hc.client5.http.fluent.Responsetop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic voiddiscardContent()n.a.n.a.
Old fileNew file
9191
UNCHANGEDpublic java.lang.ObjecthandleResponse(org.apache.hc.core5.http.io.HttpClientResponseHandler)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
100100
UNCHANGEDpublic org.apache.hc.client5.http.fluent.ContentreturnContent()
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
111111
UNCHANGEDpublic org.apache.hc.core5.http.HttpResponsereturnResponse()
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
115115
UNCHANGEDpublic voidsaveContent(java.io.File)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
132132