Binary compatibility report for the dropwizard-jersey library between 1.1.8 and 1.2.0 versions
Test Info
Library Name | dropwizard-jersey |
Version #1 | 1.1.8 |
Version #2 | 1.2.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 283 / 75 |
Compatibility |
98.4% |
Problem Summary
| Severity | Count |
Added Methods | - | 26 |
Removed Methods | High | 0 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 26
dropwizard-jersey-1.2.0.jar, CharsetUtf8Filter.class
package io.dropwizard.jersey.filter
CharsetUtf8Filter.CharsetUtf8Filter ( )
io/dropwizard/jersey/filter/CharsetUtf8Filter."<init>":()V
CharsetUtf8Filter.filter ( ContainerRequestContext request, ContainerResponseContext response ) : void
io/dropwizard/jersey/filter/CharsetUtf8Filter.filter:(Ljavax/ws/rs/container/ContainerRequestContext;Ljavax/ws/rs/container/ContainerResponseContext;)V
dropwizard-jersey-1.2.0.jar, ErrorEntityWriter.class
package io.dropwizard.jersey.errors
ErrorEntityWriter<T,U>.ErrorEntityWriter<T,U> ( MediaType contentType, Class<U> representation )
io/dropwizard/jersey/errors/ErrorEntityWriter."<init>":(Ljavax/ws/rs/core/MediaType;Ljava/lang/Class;)V
ErrorEntityWriter<T,U>.getRepresentation ( T p1 ) [abstract] : U
io/dropwizard/jersey/errors/ErrorEntityWriter.getRepresentation:(Ljava/lang/Object;)Ljava/lang/Object;
ErrorEntityWriter<T,U>.getSize ( T entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType ) : long
io/dropwizard/jersey/errors/ErrorEntityWriter.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
ErrorEntityWriter<T,U>.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType ) : boolean
io/dropwizard/jersey/errors/ErrorEntityWriter.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
ErrorEntityWriter<T,U>.writeTo ( T entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> responseHeaders, OutputStream entityStream ) : void
io/dropwizard/jersey/errors/ErrorEntityWriter.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
dropwizard-jersey-1.2.0.jar, IllegalStateExceptionMapper.class
package io.dropwizard.jersey.errors
IllegalStateExceptionMapper.IllegalStateExceptionMapper ( )
io/dropwizard/jersey/errors/IllegalStateExceptionMapper."<init>":()V
IllegalStateExceptionMapper.toResponse ( IllegalStateException exception ) : Response
io/dropwizard/jersey/errors/IllegalStateExceptionMapper.toResponse:(Ljava/lang/IllegalStateException;)Ljavax/ws/rs/core/Response;
IllegalStateExceptionMapper.toResponse ( Throwable p1 ) : Response
io/dropwizard/jersey/errors/IllegalStateExceptionMapper.toResponse:(Ljava/lang/Throwable;)Ljavax/ws/rs/core/Response;
dropwizard-jersey-1.2.0.jar, InstantParam.class
package io.dropwizard.jersey.jsr310
InstantParam.InstantParam ( String input )
io/dropwizard/jersey/jsr310/InstantParam."<init>":(Ljava/lang/String;)V
InstantParam.parse ( String input ) : Instant
io/dropwizard/jersey/jsr310/InstantParam.parse:(Ljava/lang/String;)Ljava/time/Instant;
InstantParam.parse ( String p1 ) : Object
io/dropwizard/jersey/jsr310/InstantParam.parse:(Ljava/lang/String;)Ljava/lang/Object;
dropwizard-jersey-1.2.0.jar, InstantParam.class
package io.dropwizard.jersey.params
InstantParam.errorMessage ( Exception e ) : String
io/dropwizard/jersey/params/InstantParam.errorMessage:(Ljava/lang/Exception;)Ljava/lang/String;
InstantParam.InstantParam ( String input )
io/dropwizard/jersey/params/InstantParam."<init>":(Ljava/lang/String;)V
InstantParam.InstantParam ( String input, String parameterName )
io/dropwizard/jersey/params/InstantParam."<init>":(Ljava/lang/String;Ljava/lang/String;)V
InstantParam.parse ( String input ) : Instant
io/dropwizard/jersey/params/InstantParam.parse:(Ljava/lang/String;)Ljava/time/Instant;
InstantParam.parse ( String p1 ) : Object
io/dropwizard/jersey/params/InstantParam.parse:(Ljava/lang/String;)Ljava/lang/Object;
dropwizard-jersey-1.2.0.jar, InstantSecondParam.class
package io.dropwizard.jersey.jsr310
InstantSecondParam.InstantSecondParam ( String input )
io/dropwizard/jersey/jsr310/InstantSecondParam."<init>":(Ljava/lang/String;)V
InstantSecondParam.parse ( String input ) : Instant
io/dropwizard/jersey/jsr310/InstantSecondParam.parse:(Ljava/lang/String;)Ljava/time/Instant;
InstantSecondParam.parse ( String p1 ) : Object
io/dropwizard/jersey/jsr310/InstantSecondParam.parse:(Ljava/lang/String;)Ljava/lang/Object;
dropwizard-jersey-1.2.0.jar, RequestIdFilter.class
package io.dropwizard.jersey.filter
RequestIdFilter.filter ( ContainerRequestContext request, ContainerResponseContext response ) : void
io/dropwizard/jersey/filter/RequestIdFilter.filter:(Ljavax/ws/rs/container/ContainerRequestContext;Ljavax/ws/rs/container/ContainerResponseContext;)V
RequestIdFilter.RequestIdFilter ( )
io/dropwizard/jersey/filter/RequestIdFilter."<init>":()V
dropwizard-jersey-1.2.0.jar, RuntimeFilter.class
package io.dropwizard.jersey.filter
RuntimeFilter.filter ( ContainerRequestContext request ) : void
io/dropwizard/jersey/filter/RuntimeFilter.filter:(Ljavax/ws/rs/container/ContainerRequestContext;)V
RuntimeFilter.filter ( ContainerRequestContext request, ContainerResponseContext response ) : void
io/dropwizard/jersey/filter/RuntimeFilter.filter:(Ljavax/ws/rs/container/ContainerRequestContext;Ljavax/ws/rs/container/ContainerResponseContext;)V
RuntimeFilter.RuntimeFilter ( )
io/dropwizard/jersey/filter/RuntimeFilter."<init>":()V
to the top
Problems with Data Types, High Severity 1
dropwizard-jersey-1.1.8.jar
package io.dropwizard.jersey.filter
[+] class AllowedMethodsFilter 1
| Change | Effect |
---|
1 |
Type of field DEFAULT_ALLOWED_METHODS has been changed from java.util.Set<java.lang.String> to com.google.common.collect.ImmutableSet<java.lang.String>. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 4 (1.4%)
AllowedMethodsFilter.AllowedMethodsFilter ( )This constructor is from 'AllowedMethodsFilter' class.
AllowedMethodsFilter.destroy ( )This method is from 'AllowedMethodsFilter' class.
AllowedMethodsFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )This method is from 'AllowedMethodsFilter' class.
AllowedMethodsFilter.init ( FilterConfig config )This method is from 'AllowedMethodsFilter' class.
to the top
Java Archives 1
dropwizard-jersey-1.1.8.jar
to the top