Source compatibility report for the dropwizard-jetty library between 0.8.5 and 0.9.0 versions

Test Info


Library Namedropwizard-jetty
Version #10.8.5
Version #20.9.0

Test Results


Total Java Modules1
Total Methods / Classes196 / 12
Compatibility 97.9%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh4
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  4 


dropwizard-jetty-0.9.0.jar, BiDiGzipFilter.class
package io.dropwizard.jetty
BiDiGzipFilter.isInflateNoWrap ( )  :  boolean
BiDiGzipFilter.setInflateNoWrap ( boolean inflateNoWrap )  :  void

dropwizard-jetty-0.9.0.jar, GzipFilterFactory.class
package io.dropwizard.jetty
GzipFilterFactory.isGzipCompatibleInflation ( )  :  boolean
GzipFilterFactory.setGzipCompatibleInflation ( boolean gzipCompatibleInflation )  :  void

to the top

Removed Methods  4 


dropwizard-jetty-0.8.5.jar, BiDiGzipFilter.class
package io.dropwizard.jetty
BiDiGzipFilter.getExcludedPathPatterns ( )  :  Set<Pattern>
BiDiGzipFilter.getExcludedPaths ( )  :  Set<String>
BiDiGzipFilter.setExcludedPathPatterns ( Set<Pattern> patterns )  :  void
BiDiGzipFilter.setExcludedPaths ( Set<String> paths )  :  void

to the top

Java Archives  1 


dropwizard-jetty-0.8.5.jar

to the top