Clirr Results

The following document contains the results of Clirr.

  • Current Version: 5.0.3
  • Comparison Version: 5.0

Summary

Severity Number
Error
 Error
0
Warning
 Warning
0
Info
 Info
14

API Incompatibilities

Severity Message Class Method / Field
Info
Method 'public org.apache.hc.core5.http.ContentType getByMimeType(java.lang.String)' has been deprecated org.apache.hc.core5.http.ContentType public org.apache.hc.core5.http.ContentType getByMimeType(java.lang.String)
Info
Method 'public void handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain)' is no longer final org.apache.hc.core5.http.io.support.TerminalServerFilter public void handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain)
Info
Method 'public void consume(java.nio.ByteBuffer)' is no longer final org.apache.hc.core5.http.nio.entity.NoopEntityConsumer public void consume(java.nio.ByteBuffer)
Info
Method 'public void streamEnd(java.util.List)' is no longer final org.apache.hc.core5.http.nio.entity.NoopEntityConsumer public void streamEnd(java.util.List)
Info
Method 'public void streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback)' is no longer final org.apache.hc.core5.http.nio.entity.NoopEntityConsumer public void streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback)
Info
Method 'public AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement, org.apache.hc.core5.function.Callback)' has been added org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory public AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement, org.apache.hc.core5.function.Callback)
Info
Method 'public BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.core5.function.Callback)' has been added org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator public BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.core5.function.Callback)
Info
Method 'public void failed(java.lang.Exception)' is no longer final org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler public void failed(java.lang.Exception)
Info
Method 'public void releaseResources()' is no longer final org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler public void releaseResources()
Info
Method 'public int available()' is no longer final org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler public int available()
Info
Method 'public void failed(java.lang.Exception)' is no longer final org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler public void failed(java.lang.Exception)
Info
Method 'public void produce(org.apache.hc.core5.http.nio.DataStreamChannel)' is no longer final org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler public void produce(org.apache.hc.core5.http.nio.DataStreamChannel)
Info
Method 'public void releaseResources()' is no longer final org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler public void releaseResources()
Info
Method 'public java.lang.String getTimestamp()' has been deprecated org.apache.hc.core5.util.VersionInfo public java.lang.String getTimestamp()

API Changelog

The following APIs were modified from version 5.0 to 5.0.3:
  • Non justified changes

    Class From To
    org.apache.hc.core5.http.ContentType public org.apache.hc.core5.http.ContentType getByMimeType(java.lang.String)
    org.apache.hc.core5.http.io.support.TerminalServerFilter public void handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain)
    org.apache.hc.core5.http.nio.entity.NoopEntityConsumer public void consume(java.nio.ByteBuffer)
    org.apache.hc.core5.http.nio.entity.NoopEntityConsumer public void streamEnd(java.util.List)
    org.apache.hc.core5.http.nio.entity.NoopEntityConsumer public void streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback)
    org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory public AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement, org.apache.hc.core5.function.Callback)
    org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator public BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.core5.function.Callback)
    org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler public void failed(java.lang.Exception)
    org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler public void releaseResources()
    org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler public int available()
    org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler public void failed(java.lang.Exception)
    org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler public void produce(org.apache.hc.core5.http.nio.DataStreamChannel)
    org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler public void releaseResources()
    org.apache.hc.core5.util.VersionInfo public java.lang.String getTimestamp()