Binary compatibility report for the dropwizard-jersey library between 0.8.5 and 0.9.0 versions

Test Info


Library Namedropwizard-jersey
Version #10.8.5
Version #20.9.0

Test Results


Total Java Modules1
Total Methods / Classes146 / 38
Compatibility 94.9%

Problem Summary


SeverityCount
Added Methods-28
Removed MethodsHigh6
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low3

Added Methods  28 


dropwizard-jersey-0.9.0.jar, AbstractParam.class
package io.dropwizard.jersey.params
AbstractParam<T>.errorMessage ( Exception e )  :  String

dropwizard-jersey-0.9.0.jar, BooleanParam.class
package io.dropwizard.jersey.params
BooleanParam.errorMessage ( Exception e )  :  String

dropwizard-jersey-0.9.0.jar, ConstraintMessage.class
package io.dropwizard.jersey.validation
ConstraintMessage.getMessage ( ConstraintViolation<?> v ) [static]  :  String

dropwizard-jersey-0.9.0.jar, HibernateValidationFeature.class
package io.dropwizard.jersey.validation
HibernateValidationFeature.configure ( FeatureContext context )  :  boolean
HibernateValidationFeature.HibernateValidationFeature ( )

dropwizard-jersey-0.9.0.jar, IntParam.class
package io.dropwizard.jersey.params
IntParam.errorMessage ( Exception e )  :  String

dropwizard-jersey-0.9.0.jar, JerseyServletContainer.class
package io.dropwizard.jersey.setup
JerseyServletContainer.JerseyServletContainer ( )
JerseyServletContainer.JerseyServletContainer ( DropwizardResourceConfig resourceConfig )

dropwizard-jersey-0.9.0.jar, LoggingExceptionMapper.class
package io.dropwizard.jersey.errors
LoggingExceptionMapper<E>.logException ( E exception )  :  long

dropwizard-jersey-0.9.0.jar, LongParam.class
package io.dropwizard.jersey.params
LongParam.errorMessage ( Exception e )  :  String

dropwizard-jersey-0.9.0.jar, NonEmptyStringParam.class
package io.dropwizard.jersey.params
NonEmptyStringParam.NonEmptyStringParam ( String input )
NonEmptyStringParam.parse ( String input )  :  Optional<String>
NonEmptyStringParam.parse ( String p1 )  :  Object

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

dropwizard-jersey-0.9.0.jar, NonEmptyStringParamUnwrapper.class
package io.dropwizard.jersey.validation
NonEmptyStringParamUnwrapper.getValidatedValueType ( Type type )  :  Type
NonEmptyStringParamUnwrapper.handleValidatedValue ( NonEmptyStringParam nonEmptyStringParam )  :  Object
NonEmptyStringParamUnwrapper.handleValidatedValue ( Object p1 )  :  Object
NonEmptyStringParamUnwrapper.NonEmptyStringParamUnwrapper ( )

dropwizard-jersey-0.9.0.jar, ParamValidatorUnwrapper.class
package io.dropwizard.jersey.validation
ParamValidatorUnwrapper.getValidatedValueType ( Type type )  :  Type
ParamValidatorUnwrapper.handleValidatedValue ( AbstractParam<?> abstractParam )  :  Object
ParamValidatorUnwrapper.handleValidatedValue ( Object p1 )  :  Object
ParamValidatorUnwrapper.ParamValidatorUnwrapper ( )

dropwizard-jersey-0.9.0.jar, UUIDParam.class
package io.dropwizard.jersey.params
UUIDParam.errorMessage ( Exception e )  :  String

dropwizard-jersey-0.9.0.jar, ValidationErrorMessage.class
package io.dropwizard.jersey.validation
ValidationErrorMessage.ValidationErrorMessage ( ImmutableList<String> errors )

dropwizard-jersey-0.9.0.jar, Validators.class
package io.dropwizard.jersey.validation
Validators.newConfiguration ( ) [static]  :  HibernateValidatorConfiguration
Validators.newValidator ( ) [static]  :  Validator
Validators.newValidatorFactory ( ) [static]  :  ValidatorFactory

to the top

Removed Methods  6 


dropwizard-jersey-0.8.5.jar, AbstractParam.class
package io.dropwizard.jersey.params
AbstractParam<T>.errorMessage ( String input, Exception e )  :  String

dropwizard-jersey-0.8.5.jar, BooleanParam.class
package io.dropwizard.jersey.params
BooleanParam.errorMessage ( String input, Exception e )  :  String

dropwizard-jersey-0.8.5.jar, IntParam.class
package io.dropwizard.jersey.params
IntParam.errorMessage ( String input, Exception e )  :  String

dropwizard-jersey-0.8.5.jar, LongParam.class
package io.dropwizard.jersey.params
LongParam.errorMessage ( String input, Exception e )  :  String

dropwizard-jersey-0.8.5.jar, UUIDParam.class
package io.dropwizard.jersey.params
UUIDParam.errorMessage ( String input, Exception e )  :  String

dropwizard-jersey-0.8.5.jar, ValidationErrorMessage.class
package io.dropwizard.jersey.validation
ValidationErrorMessage.ValidationErrorMessage ( Set<ConstraintViolation<?>> errors )

to the top

Problems with Methods, Low Severity  3 


dropwizard-jersey-0.8.5.jar, ConfiguredGZipEncoder.class
package io.dropwizard.jersey.gzip
[+] ConfiguredGZipEncoder.aroundWriteTo ( WriterInterceptorContext context )  :  void  1 

dropwizard-jersey-0.8.5.jar, GZipDecoder.class
package io.dropwizard.jersey.gzip
[+] GZipDecoder.aroundReadFrom ( ReaderInterceptorContext context )  :  Object  1 

dropwizard-jersey-0.8.5.jar, OptionalMessageBodyWriter.class
package io.dropwizard.jersey.guava
[+] OptionalMessageBodyWriter.writeTo ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void  1 

to the top

Java Archives  1 


dropwizard-jersey-0.8.5.jar

to the top