Binary compatibility report for the metrics-httpclient library between 5.0.0 and 5.0.1 versions

Test Info


Library Namemetrics-httpclient
Version #15.0.0
Version #25.0.1

Test Results


Total Java Modules1
Total Methods / Classes29 / 6
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-12
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods  12 


metrics-httpclient-5.0.1.jar, Builder.class
package io.dropwizard.metrics5.httpclient
InstrumentedHttpClientConnectionManager.Builder.build ( )  :  InstrumentedHttpClientConnectionManager
InstrumentedHttpClientConnectionManager.Builder.connFactory ( HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory )  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.Builder.connTTL ( long connTTL )  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.Builder.connTTLTimeUnit ( TimeUnit connTTLTimeUnit )  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.Builder.dnsResolver ( DnsResolver dnsResolver )  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.Builder.httpClientConnectionOperator ( HttpClientConnectionOperator httpClientConnectionOperator )  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.Builder.metricsRegistry ( MetricRegistry metricsRegistry )  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.Builder.name ( String name )  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.Builder.schemePortResolver ( SchemePortResolver schemePortResolver )  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.Builder.socketFactoryRegistry ( Registry<ConnectionSocketFactory> socketFactoryRegistry )  :  InstrumentedHttpClientConnectionManager.Builder

metrics-httpclient-5.0.1.jar, InstrumentedHttpClientConnectionManager.class
package io.dropwizard.metrics5.httpclient
InstrumentedHttpClientConnectionManager.builder ( MetricRegistry metricsRegistry ) [static]  :  InstrumentedHttpClientConnectionManager.Builder
InstrumentedHttpClientConnectionManager.InstrumentedHttpClientConnectionManager ( MetricRegistry metricsRegistry, HttpClientConnectionOperator httpClientConnectionOperator, HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory, long connTTL, TimeUnit connTTLTimeUnit, String name ) *DEPRECATED*

to the top

Other Changes in Data Types  1 


metrics-httpclient-5.0.0.jar
package io.dropwizard.metrics5.httpclient
[+] class HttpClientMetricNameStrategies  1 

to the top

Java Archives  1 


metrics-httpclient-5.0.0.jar

to the top