Comparing source compatibility of /home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5-reactive/target/httpcore5-reactive-5.3-alpha2.jar against /home/oleg/.m2/repository/org/apache/httpcomponents/core5/httpcore5-reactive/5.2/httpcore5-reactive-5.2.jar
Old:/home/oleg/.m2/repository/org/apache/httpcomponents/core5/httpcore5-reactive/5.2/httpcore5-reactive-5.2.jar
New:/home/oleg/src/apache.org/httpcomponents/httpcore/httpcore5-reactive/target/httpcore5-reactive-5.3-alpha2.jar
Created:2024-02-14T14:36:31.429+0100
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 final public class org.apache.hc.core5.reactive.ReactiveEntityProducertop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Interfaces:
StatusInterfaceCompatibility Changes:
UNCHANGEDorg.apache.hc.core5.http.EntityDetailsn.a.
UNCHANGEDorg.apache.hc.core5.http.nio.AsyncDataProducern.a.
UNCHANGEDorg.apache.hc.core5.http.nio.AsyncEntityProducern.a.
UNCHANGEDorg.apache.hc.core5.http.nio.ResourceHoldern.a.
Constructors:
StatusModifierConstructorExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic ReactiveEntityProducer(org.reactivestreams.Publisher,long,org.apache.hc.core5.http.ContentType,java.lang.String)n.a.n.a.
Old fileNew file
6869
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic intavailable()n.a.n.a.
Old fileNew file
7778
UNCHANGEDpublic voidfailed(java.lang.Exception)n.a.n.a.
Old fileNew file
9798
UNCHANGEDpublic java.lang.StringgetContentEncoding()n.a.n.a.
Old fileNew file
112113
UNCHANGEDpublic longgetContentLength()n.a.n.a.
Old fileNew file
102103
UNCHANGEDpublic java.lang.StringgetContentType()n.a.n.a.
Old fileNew file
107108
UNCHANGEDpublic java.util.SetgetTrailerNames()n.a.n.a.
Old fileNew file
122123
UNCHANGEDpublic booleanisChunked()n.a.n.a.
Old fileNew file
117118
UNCHANGEDpublic booleanisRepeatable()n.a.n.a.
Old fileNew file
9293
UNCHANGEDpublic voidproduce(org.apache.hc.core5.http.nio.DataStreamChannel)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
8283
UNCHANGEDpublic voidreleaseResources()n.a.n.a.
Old fileNew file
8788
UNCHANGED public abstract interface org.apache.hc.core5.reactive.ReactiveRequestProcessortop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic abstract voidprocessRequest(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.nio.ResponseChannel,org.apache.hc.core5.http.protocol.HttpContext,org.reactivestreams.Publisher,org.apache.hc.core5.function.Callback)
Status:Name:
UNCHANGEDorg.apache.hc.core5.http.HttpException
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
n.a.n.a.
UNCHANGED final public class org.apache.hc.core5.reactive.ReactiveResponseConsumertop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Interfaces:
StatusInterfaceCompatibility Changes:
UNCHANGEDorg.apache.hc.core5.http.nio.AsyncDataConsumern.a.
UNCHANGEDorg.apache.hc.core5.http.nio.AsyncResponseConsumern.a.
UNCHANGEDorg.apache.hc.core5.http.nio.ResourceHoldern.a.
Constructors:
StatusModifierConstructorExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic ReactiveResponseConsumer(org.apache.hc.core5.concurrent.FutureCallback)n.a.n.a.
Old fileNew file
8383
UNCHANGEDpublic ReactiveResponseConsumer()n.a.n.a.
Old fileNew file
7373
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic voidconsume(java.nio.ByteBuffer)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
154154
UNCHANGEDpublic voidconsumeResponse(org.apache.hc.core5.http.HttpResponse,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.protocol.HttpContext,org.apache.hc.core5.concurrent.FutureCallback)n.a.n.a.
Old fileNew file
125125
UNCHANGEDpublic voidfailed(java.lang.Exception)n.a.n.a.
Old fileNew file
140140
UNCHANGEDpublic org.apache.hc.core5.http.EntityDetailsgetEntityDetails()n.a.n.a.
Old fileNew file
106106
UNCHANGEDpublic org.apache.hc.core5.http.HttpResponsegetInformationResponse()n.a.n.a.
Old fileNew file
9797
UNCHANGEDpublic java.util.concurrent.FuturegetResponseFuture()n.a.n.a.
Old fileNew file
8888
UNCHANGEDpublic java.util.ListgetTrailers()n.a.n.a.
Old fileNew file
115115
UNCHANGEDpublic voidinformationResponse(org.apache.hc.core5.http.HttpResponse,org.apache.hc.core5.http.protocol.HttpContext)n.a.n.a.
Old fileNew file
135135
UNCHANGEDpublic voidreleaseResources()n.a.n.a.
Old fileNew file
168168
UNCHANGEDpublic voidstreamEnd(java.util.List)n.a.n.a.
Old fileNew file
159159
UNCHANGEDpublic voidupdateCapacity(org.apache.hc.core5.http.nio.CapacityChannel)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
149149
UNCHANGED final public class org.apache.hc.core5.reactive.ReactiveServerExchangeHandlertop
Superclass:
StatusSuperclassCompatibility Changes:
UNCHANGEDjava.lang.Objectn.a.
Interfaces:
StatusInterfaceCompatibility Changes:
UNCHANGEDorg.apache.hc.core5.http.nio.AsyncDataConsumern.a.
UNCHANGEDorg.apache.hc.core5.http.nio.AsyncDataExchangeHandlern.a.
UNCHANGEDorg.apache.hc.core5.http.nio.AsyncDataProducern.a.
UNCHANGEDorg.apache.hc.core5.http.nio.AsyncServerExchangeHandlern.a.
UNCHANGEDorg.apache.hc.core5.http.nio.ResourceHoldern.a.
Constructors:
StatusModifierConstructorExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic ReactiveServerExchangeHandler(org.apache.hc.core5.reactive.ReactiveRequestProcessor)n.a.n.a.
Old fileNew file
6464
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
UNCHANGEDpublic intavailable()n.a.n.a.
Old fileNew file
113113
UNCHANGEDpublic voidconsume(java.nio.ByteBuffer)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
103103
UNCHANGEDpublic voidfailed(java.lang.Exception)n.a.n.a.
Old fileNew file
8989
UNCHANGEDpublic voidhandleRequest(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.nio.ResponseChannel,org.apache.hc.core5.http.protocol.HttpContext)
Status:Name:
UNCHANGEDorg.apache.hc.core5.http.HttpException
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
7676
UNCHANGEDpublic voidproduce(org.apache.hc.core5.http.nio.DataStreamChannel)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
123123
UNCHANGEDpublic voidreleaseResources()n.a.n.a.
Old fileNew file
132132
UNCHANGEDpublic voidstreamEnd(java.util.List)
Status:Name:
UNCHANGEDorg.apache.hc.core5.http.HttpException
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
108108
UNCHANGEDpublic voidupdateCapacity(org.apache.hc.core5.http.nio.CapacityChannel)
Status:Name:
UNCHANGEDjava.io.IOException
n.a.
Old fileNew file
9898