Binary compatibility report for the dropwizard-jetty library between 0.9.3 and 1.0.0 versions
Test Info
Library Name | dropwizard-jetty |
Version #1 | 0.9.3 |
Version #2 | 1.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 240 / 17 |
Compatibility |
69.8% |
Problem Summary
| Severity | Count |
Added Methods | - | 48 |
Removed Methods | High | 58 |
Problems with Data Types | High | 4 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 48
dropwizard-jetty-1.0.0.jar, BiDiGzipHandler.class
package io.dropwizard.jetty
BiDiGzipHandler.BiDiGzipHandler ( )
io/dropwizard/jetty/BiDiGzipHandler."<init>":()V
BiDiGzipHandler.handle ( String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response ) : void
io/dropwizard/jetty/BiDiGzipHandler.handle:(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
BiDiGzipHandler.isInflateNoWrap ( ) : boolean
io/dropwizard/jetty/BiDiGzipHandler.isInflateNoWrap:()Z
BiDiGzipHandler.setInflateNoWrap ( boolean inflateNoWrap ) : void
io/dropwizard/jetty/BiDiGzipHandler.setInflateNoWrap:(Z)V
BiDiGzipHandler.setInputBufferSize ( int inputBufferSize ) : void
io/dropwizard/jetty/BiDiGzipHandler.setInputBufferSize:(I)V
dropwizard-jetty-1.0.0.jar, GzipHandlerFactory.class
package io.dropwizard.jetty
GzipHandlerFactory.build ( Handler handler ) : BiDiGzipHandler
io/dropwizard/jetty/GzipHandlerFactory.build:(Lorg/eclipse/jetty/server/Handler;)Lio/dropwizard/jetty/BiDiGzipHandler;
GzipHandlerFactory.getBufferSize ( ) : Size
io/dropwizard/jetty/GzipHandlerFactory.getBufferSize:()Lio/dropwizard/util/Size;
GzipHandlerFactory.getCompressedMimeTypes ( ) : Set<String>
io/dropwizard/jetty/GzipHandlerFactory.getCompressedMimeTypes:()Ljava/util/Set;
GzipHandlerFactory.getDeflateCompressionLevel ( ) : int
io/dropwizard/jetty/GzipHandlerFactory.getDeflateCompressionLevel:()I
GzipHandlerFactory.getExcludedUserAgentPatterns ( ) : Set<String>
io/dropwizard/jetty/GzipHandlerFactory.getExcludedUserAgentPatterns:()Ljava/util/Set;
GzipHandlerFactory.getIncludedMethods ( ) : Set<String>
io/dropwizard/jetty/GzipHandlerFactory.getIncludedMethods:()Ljava/util/Set;
GzipHandlerFactory.getMinimumEntitySize ( ) : Size
io/dropwizard/jetty/GzipHandlerFactory.getMinimumEntitySize:()Lio/dropwizard/util/Size;
GzipHandlerFactory.GzipHandlerFactory ( )
io/dropwizard/jetty/GzipHandlerFactory."<init>":()V
GzipHandlerFactory.isEnabled ( ) : boolean
io/dropwizard/jetty/GzipHandlerFactory.isEnabled:()Z
GzipHandlerFactory.isGzipCompatibleInflation ( ) : boolean
io/dropwizard/jetty/GzipHandlerFactory.isGzipCompatibleInflation:()Z
GzipHandlerFactory.setBufferSize ( Size size ) : void
io/dropwizard/jetty/GzipHandlerFactory.setBufferSize:(Lio/dropwizard/util/Size;)V
GzipHandlerFactory.setCompressedMimeTypes ( Set<String> mimeTypes ) : void
io/dropwizard/jetty/GzipHandlerFactory.setCompressedMimeTypes:(Ljava/util/Set;)V
GzipHandlerFactory.setDeflateCompressionLevel ( int level ) : void
io/dropwizard/jetty/GzipHandlerFactory.setDeflateCompressionLevel:(I)V
GzipHandlerFactory.setEnabled ( boolean enabled ) : void
io/dropwizard/jetty/GzipHandlerFactory.setEnabled:(Z)V
GzipHandlerFactory.setExcludedUserAgentPatterns ( Set<String> excludedUserAgentPatterns ) : void
io/dropwizard/jetty/GzipHandlerFactory.setExcludedUserAgentPatterns:(Ljava/util/Set;)V
GzipHandlerFactory.setGzipCompatibleInflation ( boolean gzipCompatibleInflation ) : void
io/dropwizard/jetty/GzipHandlerFactory.setGzipCompatibleInflation:(Z)V
GzipHandlerFactory.setIncludedMethods ( Set<String> methods ) : void
io/dropwizard/jetty/GzipHandlerFactory.setIncludedMethods:(Ljava/util/Set;)V
GzipHandlerFactory.setMinimumEntitySize ( Size size ) : void
io/dropwizard/jetty/GzipHandlerFactory.setMinimumEntitySize:(Lio/dropwizard/util/Size;)V
dropwizard-jetty-1.0.0.jar, HttpConnectorFactory.class
package io.dropwizard.jetty
HttpConnectorFactory.isInheritChannel ( ) : boolean
io/dropwizard/jetty/HttpConnectorFactory.isInheritChannel:()Z
HttpConnectorFactory.setInheritChannel ( boolean inheritChannel ) : void
io/dropwizard/jetty/HttpConnectorFactory.setInheritChannel:(Z)V
dropwizard-jetty-1.0.0.jar, Jetty93InstrumentedConnectionFactory.class
package io.dropwizard.jetty
Jetty93InstrumentedConnectionFactory.getConnectionFactory ( ) : ConnectionFactory
io/dropwizard/jetty/Jetty93InstrumentedConnectionFactory.getConnectionFactory:()Lorg/eclipse/jetty/server/ConnectionFactory;
Jetty93InstrumentedConnectionFactory.getProtocol ( ) : String
io/dropwizard/jetty/Jetty93InstrumentedConnectionFactory.getProtocol:()Ljava/lang/String;
Jetty93InstrumentedConnectionFactory.getProtocols ( ) : List<String>
io/dropwizard/jetty/Jetty93InstrumentedConnectionFactory.getProtocols:()Ljava/util/List;
Jetty93InstrumentedConnectionFactory.getTimer ( ) : Timer
io/dropwizard/jetty/Jetty93InstrumentedConnectionFactory.getTimer:()Lcom/codahale/metrics/Timer;
Jetty93InstrumentedConnectionFactory.Jetty93InstrumentedConnectionFactory ( ConnectionFactory connectionFactory, Timer timer )
io/dropwizard/jetty/Jetty93InstrumentedConnectionFactory."<init>":(Lorg/eclipse/jetty/server/ConnectionFactory;Lcom/codahale/metrics/Timer;)V
Jetty93InstrumentedConnectionFactory.newConnection ( Connector connector, EndPoint endPoint ) : Connection
io/dropwizard/jetty/Jetty93InstrumentedConnectionFactory.newConnection:(Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/Connection;
dropwizard-jetty-1.0.0.jar, NetUtil.class
package io.dropwizard.jetty
NetUtil.getDefaultTcpBacklog ( ) [static] : int
io/dropwizard/jetty/NetUtil.getDefaultTcpBacklog:()I
NetUtil.getTcpBacklog ( ) [static] : int
io/dropwizard/jetty/NetUtil.getTcpBacklog:()I
NetUtil.getTcpBacklog ( int tcpBacklog ) [static] : int
io/dropwizard/jetty/NetUtil.getTcpBacklog:(I)I
NetUtil.isWindows ( ) [static] : boolean
io/dropwizard/jetty/NetUtil.isWindows:()Z
NetUtil.NetUtil ( )
io/dropwizard/jetty/NetUtil."<init>":()V
dropwizard-jetty-1.0.0.jar, ServerPushFilterFactory.class
package io.dropwizard.jetty
ServerPushFilterFactory.addFilter ( ServletContextHandler handler ) : void
io/dropwizard/jetty/ServerPushFilterFactory.addFilter:(Lorg/eclipse/jetty/servlet/ServletContextHandler;)V
ServerPushFilterFactory.getAssociatePeriod ( ) : Duration
io/dropwizard/jetty/ServerPushFilterFactory.getAssociatePeriod:()Lio/dropwizard/util/Duration;
ServerPushFilterFactory.getMaxAssociations ( ) : int
io/dropwizard/jetty/ServerPushFilterFactory.getMaxAssociations:()I
ServerPushFilterFactory.getRefererHosts ( ) : List<String>
io/dropwizard/jetty/ServerPushFilterFactory.getRefererHosts:()Ljava/util/List;
ServerPushFilterFactory.getRefererPorts ( ) : List<Integer>
io/dropwizard/jetty/ServerPushFilterFactory.getRefererPorts:()Ljava/util/List;
ServerPushFilterFactory.isEnabled ( ) : boolean
io/dropwizard/jetty/ServerPushFilterFactory.isEnabled:()Z
ServerPushFilterFactory.ServerPushFilterFactory ( )
io/dropwizard/jetty/ServerPushFilterFactory."<init>":()V
ServerPushFilterFactory.setAssociatePeriod ( Duration associatePeriod ) : void
io/dropwizard/jetty/ServerPushFilterFactory.setAssociatePeriod:(Lio/dropwizard/util/Duration;)V
ServerPushFilterFactory.setEnabled ( boolean enabled ) : void
io/dropwizard/jetty/ServerPushFilterFactory.setEnabled:(Z)V
ServerPushFilterFactory.setMaxAssociations ( int maxAssociations ) : void
io/dropwizard/jetty/ServerPushFilterFactory.setMaxAssociations:(I)V
ServerPushFilterFactory.setRefererHosts ( List<String> refererHosts ) : void
io/dropwizard/jetty/ServerPushFilterFactory.setRefererHosts:(Ljava/util/List;)V
ServerPushFilterFactory.setRefererPorts ( List<Integer> refererPorts ) : void
io/dropwizard/jetty/ServerPushFilterFactory.setRefererPorts:(Ljava/util/List;)V
to the top
Removed Methods 58
dropwizard-jetty-0.9.3.jar, BiDiGzipFilter.class
package io.dropwizard.jetty
BiDiGzipFilter.BiDiGzipFilter ( )
io/dropwizard/jetty/BiDiGzipFilter."<init>":()V
BiDiGzipFilter.doFilter ( ServletRequest req, ServletResponse res, FilterChain chain ) : void
io/dropwizard/jetty/BiDiGzipFilter.doFilter:(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V
BiDiGzipFilter.getBufferSize ( ) : int
io/dropwizard/jetty/BiDiGzipFilter.getBufferSize:()I
BiDiGzipFilter.getDeflateCompressionLevel ( ) : int
io/dropwizard/jetty/BiDiGzipFilter.getDeflateCompressionLevel:()I
BiDiGzipFilter.getExcludedAgentPatterns ( ) : Set<Pattern>
io/dropwizard/jetty/BiDiGzipFilter.getExcludedAgentPatterns:()Ljava/util/Set;
BiDiGzipFilter.getExcludedAgents ( ) : Set<String>
io/dropwizard/jetty/BiDiGzipFilter.getExcludedAgents:()Ljava/util/Set;
BiDiGzipFilter.getMethods ( ) : Set<String>
io/dropwizard/jetty/BiDiGzipFilter.getMethods:()Ljava/util/Set;
BiDiGzipFilter.getMimeTypes ( ) : Set<String>
io/dropwizard/jetty/BiDiGzipFilter.getMimeTypes:()Ljava/util/Set;
BiDiGzipFilter.getMinGzipSize ( ) : int
io/dropwizard/jetty/BiDiGzipFilter.getMinGzipSize:()I
BiDiGzipFilter.getVary ( ) : String
io/dropwizard/jetty/BiDiGzipFilter.getVary:()Ljava/lang/String;
BiDiGzipFilter.isDeflateNoWrap ( ) : boolean
io/dropwizard/jetty/BiDiGzipFilter.isDeflateNoWrap:()Z
BiDiGzipFilter.isInflateNoWrap ( ) : boolean
io/dropwizard/jetty/BiDiGzipFilter.isInflateNoWrap:()Z
BiDiGzipFilter.setBufferSize ( int bufferSize ) : void
io/dropwizard/jetty/BiDiGzipFilter.setBufferSize:(I)V
BiDiGzipFilter.setDeflateCompressionLevel ( int level ) : void
io/dropwizard/jetty/BiDiGzipFilter.setDeflateCompressionLevel:(I)V
BiDiGzipFilter.setDeflateNoWrap ( boolean noWrap ) : void
io/dropwizard/jetty/BiDiGzipFilter.setDeflateNoWrap:(Z)V
BiDiGzipFilter.setExcludedAgentPatterns ( Set<Pattern> userAgentPatterns ) : void
io/dropwizard/jetty/BiDiGzipFilter.setExcludedAgentPatterns:(Ljava/util/Set;)V
BiDiGzipFilter.setExcludedAgents ( Set<String> userAgents ) : void
io/dropwizard/jetty/BiDiGzipFilter.setExcludedAgents:(Ljava/util/Set;)V
BiDiGzipFilter.setInflateNoWrap ( boolean inflateNoWrap ) : void
io/dropwizard/jetty/BiDiGzipFilter.setInflateNoWrap:(Z)V
BiDiGzipFilter.setMethods ( Set<String> methods ) : void
io/dropwizard/jetty/BiDiGzipFilter.setMethods:(Ljava/util/Set;)V
BiDiGzipFilter.setMimeTypes ( Set<String> mimeTypes ) : void
io/dropwizard/jetty/BiDiGzipFilter.setMimeTypes:(Ljava/util/Set;)V
BiDiGzipFilter.setMinGzipSize ( int minGzipSize ) : void
io/dropwizard/jetty/BiDiGzipFilter.setMinGzipSize:(I)V
BiDiGzipFilter.setVary ( String vary ) : void
io/dropwizard/jetty/BiDiGzipFilter.setVary:(Ljava/lang/String;)V
dropwizard-jetty-0.9.3.jar, GzipFilterFactory.class
package io.dropwizard.jetty
GzipFilterFactory.build ( ) : BiDiGzipFilter
io/dropwizard/jetty/GzipFilterFactory.build:()Lio/dropwizard/jetty/BiDiGzipFilter;
GzipFilterFactory.getBufferSize ( ) : Size
io/dropwizard/jetty/GzipFilterFactory.getBufferSize:()Lio/dropwizard/util/Size;
GzipFilterFactory.getCompressedMimeTypes ( ) : Set<String>
io/dropwizard/jetty/GzipFilterFactory.getCompressedMimeTypes:()Ljava/util/Set;
GzipFilterFactory.getDeflateCompressionLevel ( ) : int
io/dropwizard/jetty/GzipFilterFactory.getDeflateCompressionLevel:()I
GzipFilterFactory.getExcludedUserAgentPatterns ( ) : Set<Pattern>
io/dropwizard/jetty/GzipFilterFactory.getExcludedUserAgentPatterns:()Ljava/util/Set;
GzipFilterFactory.getExcludedUserAgents ( ) : Set<String>
io/dropwizard/jetty/GzipFilterFactory.getExcludedUserAgents:()Ljava/util/Set;
GzipFilterFactory.getIncludedMethods ( ) : Set<String>
io/dropwizard/jetty/GzipFilterFactory.getIncludedMethods:()Ljava/util/Set;
GzipFilterFactory.getMinimumEntitySize ( ) : Size
io/dropwizard/jetty/GzipFilterFactory.getMinimumEntitySize:()Lio/dropwizard/util/Size;
GzipFilterFactory.getVary ( ) : String
io/dropwizard/jetty/GzipFilterFactory.getVary:()Ljava/lang/String;
GzipFilterFactory.GzipFilterFactory ( )
io/dropwizard/jetty/GzipFilterFactory."<init>":()V
GzipFilterFactory.isEnabled ( ) : boolean
io/dropwizard/jetty/GzipFilterFactory.isEnabled:()Z
GzipFilterFactory.isGzipCompatibleDeflation ( ) : boolean
io/dropwizard/jetty/GzipFilterFactory.isGzipCompatibleDeflation:()Z
GzipFilterFactory.isGzipCompatibleInflation ( ) : boolean
io/dropwizard/jetty/GzipFilterFactory.isGzipCompatibleInflation:()Z
GzipFilterFactory.setBufferSize ( Size size ) : void
io/dropwizard/jetty/GzipFilterFactory.setBufferSize:(Lio/dropwizard/util/Size;)V
GzipFilterFactory.setCompressedMimeTypes ( Set<String> mimeTypes ) : void
io/dropwizard/jetty/GzipFilterFactory.setCompressedMimeTypes:(Ljava/util/Set;)V
GzipFilterFactory.setDeflateCompressionLevel ( int level ) : void
io/dropwizard/jetty/GzipFilterFactory.setDeflateCompressionLevel:(I)V
GzipFilterFactory.setEnabled ( boolean enabled ) : void
io/dropwizard/jetty/GzipFilterFactory.setEnabled:(Z)V
GzipFilterFactory.setExcludedUserAgentPatterns ( Set<Pattern> patterns ) : void
io/dropwizard/jetty/GzipFilterFactory.setExcludedUserAgentPatterns:(Ljava/util/Set;)V
GzipFilterFactory.setExcludedUserAgents ( Set<String> userAgents ) : void
io/dropwizard/jetty/GzipFilterFactory.setExcludedUserAgents:(Ljava/util/Set;)V
GzipFilterFactory.setGzipCompatibleDeflation ( boolean compatible ) : void
io/dropwizard/jetty/GzipFilterFactory.setGzipCompatibleDeflation:(Z)V
GzipFilterFactory.setGzipCompatibleInflation ( boolean gzipCompatibleInflation ) : void
io/dropwizard/jetty/GzipFilterFactory.setGzipCompatibleInflation:(Z)V
GzipFilterFactory.setIncludedMethods ( Set<String> methods ) : void
io/dropwizard/jetty/GzipFilterFactory.setIncludedMethods:(Ljava/util/Set;)V
GzipFilterFactory.setMinimumEntitySize ( Size size ) : void
io/dropwizard/jetty/GzipFilterFactory.setMinimumEntitySize:(Lio/dropwizard/util/Size;)V
GzipFilterFactory.setVary ( String vary ) : void
io/dropwizard/jetty/GzipFilterFactory.setVary:(Ljava/lang/String;)V
dropwizard-jetty-0.9.3.jar, RequestLogFactory.class
package io.dropwizard.jetty
RequestLogFactory.build ( String name ) : RequestLog
io/dropwizard/jetty/RequestLogFactory.build:(Ljava/lang/String;)Lorg/eclipse/jetty/server/RequestLog;
RequestLogFactory.getAppenders ( ) : ImmutableList<AppenderFactory>
io/dropwizard/jetty/RequestLogFactory.getAppenders:()Lcom/google/common/collect/ImmutableList;
RequestLogFactory.getTimeZone ( ) : TimeZone
io/dropwizard/jetty/RequestLogFactory.getTimeZone:()Ljava/util/TimeZone;
RequestLogFactory.isEnabled ( ) : boolean
io/dropwizard/jetty/RequestLogFactory.isEnabled:()Z
RequestLogFactory.RequestLogFactory ( )
io/dropwizard/jetty/RequestLogFactory."<init>":()V
RequestLogFactory.setAppenders ( ImmutableList<AppenderFactory> appenders ) : void
io/dropwizard/jetty/RequestLogFactory.setAppenders:(Lcom/google/common/collect/ImmutableList;)V
RequestLogFactory.setTimeZone ( TimeZone timeZone ) : void
io/dropwizard/jetty/RequestLogFactory.setTimeZone:(Ljava/util/TimeZone;)V
dropwizard-jetty-0.9.3.jar, Slf4jRequestLog.class
package io.dropwizard.jetty
Slf4jRequestLog.doStop ( ) : void
io/dropwizard/jetty/Slf4jRequestLog.doStop:()V
Slf4jRequestLog.isEnabled ( ) : boolean
io/dropwizard/jetty/Slf4jRequestLog.isEnabled:()Z
Slf4jRequestLog.setLogTimeZone ( TimeZone tz ) : void
io/dropwizard/jetty/Slf4jRequestLog.setLogTimeZone:(Ljava/util/TimeZone;)V
Slf4jRequestLog.Slf4jRequestLog ( AppenderAttachableImpl<ILoggingEvent> appenders, TimeZone timeZone )
io/dropwizard/jetty/Slf4jRequestLog."<init>":(Lch/qos/logback/core/spi/AppenderAttachableImpl;Ljava/util/TimeZone;)V
Slf4jRequestLog.write ( String entry ) : void
io/dropwizard/jetty/Slf4jRequestLog.write:(Ljava/lang/String;)V
to the top
Problems with Data Types, High Severity 4
dropwizard-jetty-0.9.3.jar
package io.dropwizard.jetty
[+] class BiDiGzipFilter 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (9.2%)
BiDiGzipFilter.BiDiGzipFilter ( )This constructor is from 'BiDiGzipFilter' class.
BiDiGzipFilter.doFilter ( ServletRequest req, ServletResponse res, FilterChain chain )This method is from 'BiDiGzipFilter' class.
BiDiGzipFilter.getBufferSize ( )This method is from 'BiDiGzipFilter' class.
BiDiGzipFilter.getDeflateCompressionLevel ( )This method is from 'BiDiGzipFilter' class.
BiDiGzipFilter.getExcludedAgentPatterns ( )This method is from 'BiDiGzipFilter' class.
...
[+] class GzipFilterFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 24 (10%)
GzipFilterFactory.GzipFilterFactory ( )This constructor is from 'GzipFilterFactory' class.
GzipFilterFactory.build ( )This method is from 'GzipFilterFactory' class.
GzipFilterFactory.getBufferSize ( )This method is from 'GzipFilterFactory' class.
GzipFilterFactory.getCompressedMimeTypes ( )This method is from 'GzipFilterFactory' class.
GzipFilterFactory.getDeflateCompressionLevel ( )This method is from 'GzipFilterFactory' class.
...
[+] class RequestLogFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (2.9%)
RequestLogFactory.RequestLogFactory ( )This constructor is from 'RequestLogFactory' class.
RequestLogFactory.build ( String name )This method is from 'RequestLogFactory' class.
RequestLogFactory.getAppenders ( )This method is from 'RequestLogFactory' class.
RequestLogFactory.getTimeZone ( )This method is from 'RequestLogFactory' class.
RequestLogFactory.isEnabled ( )This method is from 'RequestLogFactory' class.
...
[+] class Slf4jRequestLog 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (2.1%)
Slf4jRequestLog.Slf4jRequestLog ( AppenderAttachableImpl<ILoggingEvent> appenders, TimeZone timeZone )This constructor is from 'Slf4jRequestLog' class.
Slf4jRequestLog.doStop ( )This method is from 'Slf4jRequestLog' class.
Slf4jRequestLog.isEnabled ( )This method is from 'Slf4jRequestLog' class.
Slf4jRequestLog.setLogTimeZone ( TimeZone tz )This method is from 'Slf4jRequestLog' class.
Slf4jRequestLog.write ( String entry )This method is from 'Slf4jRequestLog' class.
to the top
Java Archives 1
dropwizard-jetty-0.9.3.jar
to the top