Source compatibility report for the dropwizard-discovery library between 1.1.0-2 and 1.2.2-1 versions

Test Info


Library Namedropwizard-discovery
Version #11.1.0-2
Version #21.2.2-1

Test Results


Total Java Modules1
Total Methods / Classes96 / 17
Compatibility 96.8%

Problem Summary


SeverityCount
Added Methods-3
Removed MethodsHigh3
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium2
Low0

Added Methods  3 


dropwizard-discovery-1.2.2-1.jar, CuratorAdvertiser.class
package io.dropwizard.discovery.core
CuratorAdvertiser<T>.getAdminPort ( )  :  Optional<Integer>

dropwizard-discovery-1.2.2-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  3 


dropwizard-discovery-1.1.0-2.jar, CuratorAdvertiser.class
package io.dropwizard.discovery.core
CuratorAdvertiser<T>.getAdminPort ( )  :  Optional<Integer>

dropwizard-discovery-1.1.0-2.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

Problems with Methods, Medium Severity  2 


dropwizard-discovery-1.1.0-2.jar, CuratorAdvertiser.class
package io.dropwizard.discovery.core
[+] CuratorAdvertiser<T>.getAdminPort ( )  :  Optional<Integer>  1 

dropwizard-discovery-1.1.0-2.jar, InstanceMetadata.class
package io.dropwizard.discovery.core
[+] InstanceMetadata.getAdminPort ( )  :  Optional<Integer>  1 

to the top

Java Archives  1 


dropwizard-discovery-1.1.0-2.jar

to the top