Binary compatibility report for the dropwizard-logging library between 1.1.0 and 1.1.1 versions
Test Info
| Library Name | dropwizard-logging | 
| Version #1 | 1.1.0 | 
| Version #2 | 1.1.1 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 106 / 24 | 
| 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-logging-1.1.1.jar, FileAppenderFactory.class
package io.dropwizard.logging
FileAppenderFactory<E>.getBufferSize ( )  :  Size
io/dropwizard/logging/FileAppenderFactory.getBufferSize:()Lio/dropwizard/util/Size;
FileAppenderFactory<E>.setBufferSize ( Size bufferSize )  :  void
io/dropwizard/logging/FileAppenderFactory.setBufferSize:(Lio/dropwizard/util/Size;)V
to the top
Java Archives  1 
dropwizard-logging-1.1.0.jar
to the top