Binary compatibility report for the dropwizard-jersey library between 1.1.8 and 1.2.0 versions

Test Info


Library Namedropwizard-jersey
Version #11.1.8
Version #21.2.0

Test Results


Total Java Modules1
Total Methods / Classes283 / 75
Compatibility 98.4%

Problem Summary


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

Added Methods  26 


dropwizard-jersey-1.2.0.jar, CharsetUtf8Filter.class
package io.dropwizard.jersey.filter
CharsetUtf8Filter.CharsetUtf8Filter ( )
CharsetUtf8Filter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void

dropwizard-jersey-1.2.0.jar, ErrorEntityWriter.class
package io.dropwizard.jersey.errors
ErrorEntityWriter<T,U>.ErrorEntityWriter<T,U> ( MediaType contentType, Class<U> representation )
ErrorEntityWriter<T,U>.getRepresentation ( T p1 ) [abstract]  :  U
ErrorEntityWriter<T,U>.getSize ( T entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
ErrorEntityWriter<T,U>.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
ErrorEntityWriter<T,U>.writeTo ( T entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> responseHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-1.2.0.jar, IllegalStateExceptionMapper.class
package io.dropwizard.jersey.errors
IllegalStateExceptionMapper.IllegalStateExceptionMapper ( )
IllegalStateExceptionMapper.toResponse ( IllegalStateException exception )  :  Response
IllegalStateExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-1.2.0.jar, InstantParam.class
package io.dropwizard.jersey.jsr310
InstantParam.InstantParam ( String input )
InstantParam.parse ( String input )  :  Instant
InstantParam.parse ( String p1 )  :  Object

dropwizard-jersey-1.2.0.jar, InstantParam.class
package io.dropwizard.jersey.params
InstantParam.errorMessage ( Exception e )  :  String
InstantParam.InstantParam ( String input )
InstantParam.InstantParam ( String input, String parameterName )
InstantParam.parse ( String input )  :  Instant
InstantParam.parse ( String p1 )  :  Object

dropwizard-jersey-1.2.0.jar, InstantSecondParam.class
package io.dropwizard.jersey.jsr310
InstantSecondParam.InstantSecondParam ( String input )
InstantSecondParam.parse ( String input )  :  Instant
InstantSecondParam.parse ( String p1 )  :  Object

dropwizard-jersey-1.2.0.jar, RequestIdFilter.class
package io.dropwizard.jersey.filter
RequestIdFilter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void
RequestIdFilter.RequestIdFilter ( )

dropwizard-jersey-1.2.0.jar, RuntimeFilter.class
package io.dropwizard.jersey.filter
RuntimeFilter.filter ( ContainerRequestContext request )  :  void
RuntimeFilter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void
RuntimeFilter.RuntimeFilter ( )

to the top

Problems with Data Types, High Severity  1 


dropwizard-jersey-1.1.8.jar
package io.dropwizard.jersey.filter
[+] class AllowedMethodsFilter  1 

to the top

Java Archives  1 


dropwizard-jersey-1.1.8.jar

to the top