Source compatibility report for the dropwizard-discovery library between 0.9.2-1 and 0.9.3-1 versions

Test Info


Library Namedropwizard-discovery
Version #10.9.2-1
Version #20.9.3-1

Test Results


Total Java Modules1
Total Methods / Classes95 / 17
Compatibility 97.8%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  4 


dropwizard-discovery-0.9.3-1.jar, CuratorAdvertiser.class
package io.dropwizard.discovery.core
CuratorAdvertiser<T>.getAdminPort ( )  :  Optional<Integer>
CuratorAdvertiser<T>.initListenInfo ( int port, Integer adminPort )  :  void

dropwizard-discovery-0.9.3-1.jar, InstanceMetadata.class
package io.dropwizard.discovery.core
InstanceMetadata.getAdminPort ( )  :  Optional<Integer>
InstanceMetadata.InstanceMetadata ( UUID instanceId, String listenAddress, int listenPort, Optional<Integer> adminPort )

to the top

Removed Methods  2 


dropwizard-discovery-0.9.2-1.jar, CuratorAdvertiser.class
package io.dropwizard.discovery.core
CuratorAdvertiser<T>.initListenInfo ( int port )  :  void

dropwizard-discovery-0.9.2-1.jar, InstanceMetadata.class
package io.dropwizard.discovery.core
InstanceMetadata.InstanceMetadata ( UUID instanceId, String listenAddress, int listenPort )

to the top

Java Archives  1 


dropwizard-discovery-0.9.2-1.jar

to the top