Clirr Results

The following document contains the results of Clirr.

  • Current Version: 5.1.5
  • Comparison Version: 5.1

Summary

Severity Number
Error
 Error
0
Warning
 Warning
0
Info
 Info
4

API Incompatibilities

Severity Message Class Method / Field
Info
Class org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter added org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
Info
Method 'public org.apache.hc.core5.http2.frame.RawFrame read(java.nio.ByteBuffer, java.nio.channels.ReadableByteChannel)' has been added org.apache.hc.core5.http2.impl.nio.FrameInputBuffer public org.apache.hc.core5.http2.frame.RawFrame read(java.nio.ByteBuffer, java.nio.channels.ReadableByteChannel)
Info
Method 'public void expand(int)' has been added org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer public void expand(int)
Info
Class org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter added org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter

API Changelog

The following APIs were modified from version 5.1 to 5.1.5:
  • Non justified changes

    Class From To
    org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
    org.apache.hc.core5.http2.impl.nio.FrameInputBuffer public org.apache.hc.core5.http2.frame.RawFrame read(java.nio.ByteBuffer, java.nio.channels.ReadableByteChannel)
    org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer public void expand(int)
    org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter