Binary compatibility report for the dropwizard-jackson library between 1.3.29 and 2.0.0 versions
Test Info
Library Name | dropwizard-jackson |
Version #1 | 1.3.29 |
Version #2 | 2.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 26 / 6 |
Compatibility |
95.2% |
Problem Summary
| Severity | Count |
Added Methods | - | 5 |
Removed Methods | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 1 |
Medium | 0 |
Low | 0 |
Added Methods 5
dropwizard-jackson-2.0.0.jar, CaffeineModule.class
package io.dropwizard.jackson
CaffeineModule.CaffeineModule ( )
io/dropwizard/jackson/CaffeineModule."<init>":()V
CaffeineModule.getModuleName ( ) : String
io/dropwizard/jackson/CaffeineModule.getModuleName:()Ljava/lang/String;
CaffeineModule.setupModule ( Module.SetupContext context ) : void
io/dropwizard/jackson/CaffeineModule.setupModule:(Lcom/fasterxml/jackson/databind/Module$SetupContext;)V
CaffeineModule.version ( ) : Version
io/dropwizard/jackson/CaffeineModule.version:()Lcom/fasterxml/jackson/core/Version;
dropwizard-jackson-2.0.0.jar, DiscoverableSubtypeResolver.class
package io.dropwizard.jackson
DiscoverableSubtypeResolver.getDiscoveredSubtypes ( ) : List<Class<?>>
io/dropwizard/jackson/DiscoverableSubtypeResolver.getDiscoveredSubtypes:()Ljava/util/List;
to the top
Removed Methods 1
dropwizard-jackson-1.3.29.jar, DiscoverableSubtypeResolver.class
package io.dropwizard.jackson
DiscoverableSubtypeResolver.getDiscoveredSubtypes ( ) : ImmutableList<Class<?>>
io/dropwizard/jackson/DiscoverableSubtypeResolver.getDiscoveredSubtypes:()Lcom/google/common/collect/ImmutableList;
to the top
Problems with Methods, High Severity 1
dropwizard-jackson-1.3.29.jar, DiscoverableSubtypeResolver.class
package io.dropwizard.jackson
[+] DiscoverableSubtypeResolver.getDiscoveredSubtypes ( ) : ImmutableList<Class<?>> 1
io/dropwizard/jackson/DiscoverableSubtypeResolver.getDiscoveredSubtypes:()Lcom/google/common/collect/ImmutableList;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.common.collect.ImmutableList<java.lang.Class<?>> to java.util.List<java.lang.Class<?>>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Java Archives 1
dropwizard-jackson-1.3.29.jar
to the top