Binary compatibility report for the dropwizard-protobuf library between 1.1.0-1 and 1.1.1-1 versions
Test Info
Library Name | dropwizard-protobuf |
Version #1 | 1.1.0-1 |
Version #2 | 1.1.1-1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 144 / 8 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-protobuf-1.1.1-1.jar, ErrorMessage.class
package io.dropwizard.jersey.protobuf.protos
DropwizardProtos.ErrorMessage.parseFrom ( ByteBuffer data ) [static] : DropwizardProtos.ErrorMessage
io/dropwizard/jersey/protobuf/protos/DropwizardProtos.ErrorMessage.parseFrom:(Ljava/nio/ByteBuffer;)Lio/dropwizard/jersey/protobuf/protos/DropwizardProtos$ErrorMessage;
DropwizardProtos.ErrorMessage.parseFrom ( ByteBuffer data, ExtensionRegistryLite extensionRegistry ) [static] : DropwizardProtos.ErrorMessage
io/dropwizard/jersey/protobuf/protos/DropwizardProtos.ErrorMessage.parseFrom:(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/dropwizard/jersey/protobuf/protos/DropwizardProtos$ErrorMessage;
to the top
Java Archives 1
dropwizard-protobuf-1.1.0-1.jar
to the top