Source compatibility report for the dropwizard-jersey library between 1.0.9 and 1.1.0 versions

Test Info


Library Namedropwizard-jersey
Version #11.0.9
Version #21.1.0

Test Results


Total Java Modules1
Total Methods / Classes260 / 67
Compatibility 96.9%

Problem Summary


SeverityCount
Added Methods-31
Removed MethodsHigh3
Problems with
Data Types
High2
Medium0
Low1
Problems with
Methods
High0
Medium0
Low0

Added Methods  31 


dropwizard-jersey-1.1.0.jar, AbstractParam.class
package io.dropwizard.jersey.params
AbstractParam<T>.AbstractParam<T> ( String input, String parameterName )

dropwizard-jersey-1.1.0.jar, AbstractParamConverterProvider.class
package io.dropwizard.jersey.params
AbstractParamConverterProvider.AbstractParamConverterProvider ( )
AbstractParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>

dropwizard-jersey-1.1.0.jar, BooleanParam.class
package io.dropwizard.jersey.params
BooleanParam.BooleanParam ( String input, String parameterName )

dropwizard-jersey-1.1.0.jar, DateTimeParam.class
package io.dropwizard.jersey.params
DateTimeParam.DateTimeParam ( String input, String parameterName )

dropwizard-jersey-1.1.0.jar, DurationParam.class
package io.dropwizard.jersey.params
DurationParam.DurationParam ( String input )
DurationParam.DurationParam ( String input, String parameterName )
DurationParam.errorMessage ( Exception e )  :  String
DurationParam.parse ( String input )  :  Duration
DurationParam.parse ( String p1 )  :  Object

dropwizard-jersey-1.1.0.jar, EmptyOptionalExceptionMapper.class
package io.dropwizard.jersey.optional
EmptyOptionalExceptionMapper.EmptyOptionalExceptionMapper ( )
EmptyOptionalExceptionMapper.toResponse ( EmptyOptionalException exception )  :  Response
EmptyOptionalExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-1.1.0.jar, FuzzyEnumParamConverterProvider.class
package io.dropwizard.jersey.validation
FuzzyEnumParamConverterProvider.FuzzyEnumParamConverterProvider ( )
FuzzyEnumParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>

dropwizard-jersey-1.1.0.jar, IntParam.class
package io.dropwizard.jersey.params
IntParam.IntParam ( String input, String parameterName )

dropwizard-jersey-1.1.0.jar, JacksonBinder.class
package io.dropwizard.jersey.jackson
JacksonBinder.configure ( )  :  void
JacksonBinder.JacksonBinder ( ObjectMapper mapper )

dropwizard-jersey-1.1.0.jar, JerseyParameterNameProvider.class
package io.dropwizard.jersey.validation
JerseyParameterNameProvider.getParameterNameFromAnnotations ( Annotation[ ] memberAnnotations ) [static]  :  Optional<String>
JerseyParameterNameProvider.getParameterNames ( Method method )  :  List<String>
JerseyParameterNameProvider.JerseyParameterNameProvider ( )

dropwizard-jersey-1.1.0.jar, JsonProcessingExceptionMapper.class
package io.dropwizard.jersey.jackson
JsonProcessingExceptionMapper.isShowDetails ( )  :  boolean

dropwizard-jersey-1.1.0.jar, LocalDateParam.class
package io.dropwizard.jersey.params
LocalDateParam.LocalDateParam ( String input, String parameterName )

dropwizard-jersey-1.1.0.jar, LongParam.class
package io.dropwizard.jersey.params
LongParam.LongParam ( String input, String parameterName )

dropwizard-jersey-1.1.0.jar, NonEmptyStringParam.class
package io.dropwizard.jersey.params
NonEmptyStringParam.NonEmptyStringParam ( String input, String parameterName )

dropwizard-jersey-1.1.0.jar, SizeParam.class
package io.dropwizard.jersey.params
SizeParam.errorMessage ( Exception e )  :  String
SizeParam.parse ( String input )  :  Size
SizeParam.parse ( String p1 )  :  Object
SizeParam.SizeParam ( String input )
SizeParam.SizeParam ( String input, String parameterName )

dropwizard-jersey-1.1.0.jar, UUIDParam.class
package io.dropwizard.jersey.params
UUIDParam.UUIDParam ( String input, String parameterName )

to the top

Removed Methods  3 


dropwizard-jersey-1.0.9.jar, JacksonMessageBodyProvider.class
package io.dropwizard.jersey.jackson
JacksonMessageBodyProvider.readFrom ( Class<Object> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream )  :  Object

dropwizard-jersey-1.0.9.jar, NonEmptyStringParamFeature.class
package io.dropwizard.jersey.params
NonEmptyStringParamFeature.configure ( FeatureContext context )  :  boolean
NonEmptyStringParamFeature.NonEmptyStringParamFeature ( )

to the top

Problems with Data Types, High Severity  2 


dropwizard-jersey-1.0.9.jar
package io.dropwizard.jersey.jackson
[+] class JsonProcessingExceptionMapper  1 

dropwizard-jersey-1.0.9.jar
package io.dropwizard.jersey.params
[+] class NonEmptyStringParamFeature  1 

to the top

Problems with Data Types, Low Severity  1 


dropwizard-jersey-1.0.9.jar
package io.dropwizard.jersey.jackson
[+] class JsonProcessingExceptionMapper  1 

to the top

Java Archives  1 


dropwizard-jersey-1.0.9.jar

to the top