Binary compatibility report for the dropwizard-servlets library between 0.7.1 and 0.8.0 versions

Test Info


Library Namedropwizard-servlets
Version #10.7.1
Version #20.8.0

Test Results


Total Java Modules1
Total Methods / Classes43 / 12
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-10
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  10 


dropwizard-servlets-0.8.0.jar, ByteRange.class
package io.dropwizard.servlets.assets
ByteRange.ByteRange ( int start, int end )
ByteRange.equals ( Object obj )  :  boolean
ByteRange.getEnd ( )  :  int
ByteRange.getStart ( )  :  int
ByteRange.hashCode ( )  :  int
ByteRange.parse ( String byteRange, int resourceLength ) [static]  :  ByteRange
ByteRange.toString ( )  :  String

dropwizard-servlets-0.8.0.jar, LogConfigurationTask.class
package io.dropwizard.servlets.tasks
LogConfigurationTask.execute ( ImmutableMultimap<String,String> parameters, PrintWriter output )  :  void
LogConfigurationTask.LogConfigurationTask ( )
LogConfigurationTask.LogConfigurationTask ( LoggerContext loggerContext )

to the top

Java Archives  1 


dropwizard-servlets-0.7.1.jar

to the top