Source compatibility report for the dropwizard-jetty library between 0.8.5 and 0.9.0 versions
Test Info
Library Name | dropwizard-jetty |
Version #1 | 0.8.5 |
Version #2 | 0.9.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 196 / 12 |
Compatibility |
97.9% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
Removed Methods | High | 4 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 4
dropwizard-jetty-0.9.0.jar, BiDiGzipFilter.class
package io.dropwizard.jetty
BiDiGzipFilter.isInflateNoWrap ( ) : boolean
io/dropwizard/jetty/BiDiGzipFilter.isInflateNoWrap:()Z
BiDiGzipFilter.setInflateNoWrap ( boolean inflateNoWrap ) : void
io/dropwizard/jetty/BiDiGzipFilter.setInflateNoWrap:(Z)V
dropwizard-jetty-0.9.0.jar, GzipFilterFactory.class
package io.dropwizard.jetty
GzipFilterFactory.isGzipCompatibleInflation ( ) : boolean
io/dropwizard/jetty/GzipFilterFactory.isGzipCompatibleInflation:()Z
GzipFilterFactory.setGzipCompatibleInflation ( boolean gzipCompatibleInflation ) : void
io/dropwizard/jetty/GzipFilterFactory.setGzipCompatibleInflation:(Z)V
to the top
Removed Methods 4
dropwizard-jetty-0.8.5.jar, BiDiGzipFilter.class
package io.dropwizard.jetty
BiDiGzipFilter.getExcludedPathPatterns ( ) : Set<Pattern>
io/dropwizard/jetty/BiDiGzipFilter.getExcludedPathPatterns:()Ljava/util/Set;
BiDiGzipFilter.getExcludedPaths ( ) : Set<String>
io/dropwizard/jetty/BiDiGzipFilter.getExcludedPaths:()Ljava/util/Set;
BiDiGzipFilter.setExcludedPathPatterns ( Set<Pattern> patterns ) : void
io/dropwizard/jetty/BiDiGzipFilter.setExcludedPathPatterns:(Ljava/util/Set;)V
BiDiGzipFilter.setExcludedPaths ( Set<String> paths ) : void
io/dropwizard/jetty/BiDiGzipFilter.setExcludedPaths:(Ljava/util/Set;)V
to the top
Java Archives 1
dropwizard-jetty-0.8.5.jar
to the top