Source compatibility report for the metrics-httpclient library between 4.0.7 and 4.1.0 versions

Test Info


Library Namemetrics-httpclient
Version #14.0.7
Version #24.1.0

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

Added Methods  12 


metrics-httpclient-4.1.0.jar, Builder.class
package com.codahale.metrics.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-4.1.0.jar, InstrumentedHttpClientConnectionManager.class
package com.codahale.metrics.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

Java Archives  1 


metrics-httpclient-4.0.7.jar

to the top