Binary compatibility report for the dropwizard-jetty library between 0.9.3 and 1.0.0 versions

Test Info


Library Namedropwizard-jetty
Version #10.9.3
Version #21.0.0

Test Results


Total Java Modules1
Total Methods / Classes240 / 17
Compatibility 69.8%

Problem Summary


SeverityCount
Added Methods-48
Removed MethodsHigh58
Problems with
Data Types
High4
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  48 


dropwizard-jetty-1.0.0.jar, BiDiGzipHandler.class
package io.dropwizard.jetty
BiDiGzipHandler.BiDiGzipHandler ( )
BiDiGzipHandler.handle ( String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response )  :  void
BiDiGzipHandler.isInflateNoWrap ( )  :  boolean
BiDiGzipHandler.setInflateNoWrap ( boolean inflateNoWrap )  :  void
BiDiGzipHandler.setInputBufferSize ( int inputBufferSize )  :  void

dropwizard-jetty-1.0.0.jar, GzipHandlerFactory.class
package io.dropwizard.jetty
GzipHandlerFactory.build ( Handler handler )  :  BiDiGzipHandler
GzipHandlerFactory.getBufferSize ( )  :  Size
GzipHandlerFactory.getCompressedMimeTypes ( )  :  Set<String>
GzipHandlerFactory.getDeflateCompressionLevel ( )  :  int
GzipHandlerFactory.getExcludedUserAgentPatterns ( )  :  Set<String>
GzipHandlerFactory.getIncludedMethods ( )  :  Set<String>
GzipHandlerFactory.getMinimumEntitySize ( )  :  Size
GzipHandlerFactory.GzipHandlerFactory ( )
GzipHandlerFactory.isEnabled ( )  :  boolean
GzipHandlerFactory.isGzipCompatibleInflation ( )  :  boolean
GzipHandlerFactory.setBufferSize ( Size size )  :  void
GzipHandlerFactory.setCompressedMimeTypes ( Set<String> mimeTypes )  :  void
GzipHandlerFactory.setDeflateCompressionLevel ( int level )  :  void
GzipHandlerFactory.setEnabled ( boolean enabled )  :  void
GzipHandlerFactory.setExcludedUserAgentPatterns ( Set<String> excludedUserAgentPatterns )  :  void
GzipHandlerFactory.setGzipCompatibleInflation ( boolean gzipCompatibleInflation )  :  void
GzipHandlerFactory.setIncludedMethods ( Set<String> methods )  :  void
GzipHandlerFactory.setMinimumEntitySize ( Size size )  :  void

dropwizard-jetty-1.0.0.jar, HttpConnectorFactory.class
package io.dropwizard.jetty
HttpConnectorFactory.isInheritChannel ( )  :  boolean
HttpConnectorFactory.setInheritChannel ( boolean inheritChannel )  :  void

dropwizard-jetty-1.0.0.jar, Jetty93InstrumentedConnectionFactory.class
package io.dropwizard.jetty
Jetty93InstrumentedConnectionFactory.getConnectionFactory ( )  :  ConnectionFactory
Jetty93InstrumentedConnectionFactory.getProtocol ( )  :  String
Jetty93InstrumentedConnectionFactory.getProtocols ( )  :  List<String>
Jetty93InstrumentedConnectionFactory.getTimer ( )  :  Timer
Jetty93InstrumentedConnectionFactory.Jetty93InstrumentedConnectionFactory ( ConnectionFactory connectionFactory, Timer timer )
Jetty93InstrumentedConnectionFactory.newConnection ( Connector connector, EndPoint endPoint )  :  Connection

dropwizard-jetty-1.0.0.jar, NetUtil.class
package io.dropwizard.jetty
NetUtil.getDefaultTcpBacklog ( ) [static]  :  int
NetUtil.getTcpBacklog ( ) [static]  :  int
NetUtil.getTcpBacklog ( int tcpBacklog ) [static]  :  int
NetUtil.isWindows ( ) [static]  :  boolean
NetUtil.NetUtil ( )

dropwizard-jetty-1.0.0.jar, ServerPushFilterFactory.class
package io.dropwizard.jetty
ServerPushFilterFactory.addFilter ( ServletContextHandler handler )  :  void
ServerPushFilterFactory.getAssociatePeriod ( )  :  Duration
ServerPushFilterFactory.getMaxAssociations ( )  :  int
ServerPushFilterFactory.getRefererHosts ( )  :  List<String>
ServerPushFilterFactory.getRefererPorts ( )  :  List<Integer>
ServerPushFilterFactory.isEnabled ( )  :  boolean
ServerPushFilterFactory.ServerPushFilterFactory ( )
ServerPushFilterFactory.setAssociatePeriod ( Duration associatePeriod )  :  void
ServerPushFilterFactory.setEnabled ( boolean enabled )  :  void
ServerPushFilterFactory.setMaxAssociations ( int maxAssociations )  :  void
ServerPushFilterFactory.setRefererHosts ( List<String> refererHosts )  :  void
ServerPushFilterFactory.setRefererPorts ( List<Integer> refererPorts )  :  void

to the top

Removed Methods  58 


dropwizard-jetty-0.9.3.jar, BiDiGzipFilter.class
package io.dropwizard.jetty
BiDiGzipFilter.BiDiGzipFilter ( )
BiDiGzipFilter.doFilter ( ServletRequest req, ServletResponse res, FilterChain chain )  :  void
BiDiGzipFilter.getBufferSize ( )  :  int
BiDiGzipFilter.getDeflateCompressionLevel ( )  :  int
BiDiGzipFilter.getExcludedAgentPatterns ( )  :  Set<Pattern>
BiDiGzipFilter.getExcludedAgents ( )  :  Set<String>
BiDiGzipFilter.getMethods ( )  :  Set<String>
BiDiGzipFilter.getMimeTypes ( )  :  Set<String>
BiDiGzipFilter.getMinGzipSize ( )  :  int
BiDiGzipFilter.getVary ( )  :  String
BiDiGzipFilter.isDeflateNoWrap ( )  :  boolean
BiDiGzipFilter.isInflateNoWrap ( )  :  boolean
BiDiGzipFilter.setBufferSize ( int bufferSize )  :  void
BiDiGzipFilter.setDeflateCompressionLevel ( int level )  :  void
BiDiGzipFilter.setDeflateNoWrap ( boolean noWrap )  :  void
BiDiGzipFilter.setExcludedAgentPatterns ( Set<Pattern> userAgentPatterns )  :  void
BiDiGzipFilter.setExcludedAgents ( Set<String> userAgents )  :  void
BiDiGzipFilter.setInflateNoWrap ( boolean inflateNoWrap )  :  void
BiDiGzipFilter.setMethods ( Set<String> methods )  :  void
BiDiGzipFilter.setMimeTypes ( Set<String> mimeTypes )  :  void
BiDiGzipFilter.setMinGzipSize ( int minGzipSize )  :  void
BiDiGzipFilter.setVary ( String vary )  :  void

dropwizard-jetty-0.9.3.jar, GzipFilterFactory.class
package io.dropwizard.jetty
GzipFilterFactory.build ( )  :  BiDiGzipFilter
GzipFilterFactory.getBufferSize ( )  :  Size
GzipFilterFactory.getCompressedMimeTypes ( )  :  Set<String>
GzipFilterFactory.getDeflateCompressionLevel ( )  :  int
GzipFilterFactory.getExcludedUserAgentPatterns ( )  :  Set<Pattern>
GzipFilterFactory.getExcludedUserAgents ( )  :  Set<String>
GzipFilterFactory.getIncludedMethods ( )  :  Set<String>
GzipFilterFactory.getMinimumEntitySize ( )  :  Size
GzipFilterFactory.getVary ( )  :  String
GzipFilterFactory.GzipFilterFactory ( )
GzipFilterFactory.isEnabled ( )  :  boolean
GzipFilterFactory.isGzipCompatibleDeflation ( )  :  boolean
GzipFilterFactory.isGzipCompatibleInflation ( )  :  boolean
GzipFilterFactory.setBufferSize ( Size size )  :  void
GzipFilterFactory.setCompressedMimeTypes ( Set<String> mimeTypes )  :  void
GzipFilterFactory.setDeflateCompressionLevel ( int level )  :  void
GzipFilterFactory.setEnabled ( boolean enabled )  :  void
GzipFilterFactory.setExcludedUserAgentPatterns ( Set<Pattern> patterns )  :  void
GzipFilterFactory.setExcludedUserAgents ( Set<String> userAgents )  :  void
GzipFilterFactory.setGzipCompatibleDeflation ( boolean compatible )  :  void
GzipFilterFactory.setGzipCompatibleInflation ( boolean gzipCompatibleInflation )  :  void
GzipFilterFactory.setIncludedMethods ( Set<String> methods )  :  void
GzipFilterFactory.setMinimumEntitySize ( Size size )  :  void
GzipFilterFactory.setVary ( String vary )  :  void

dropwizard-jetty-0.9.3.jar, RequestLogFactory.class
package io.dropwizard.jetty
RequestLogFactory.build ( String name )  :  RequestLog
RequestLogFactory.getAppenders ( )  :  ImmutableList<AppenderFactory>
RequestLogFactory.getTimeZone ( )  :  TimeZone
RequestLogFactory.isEnabled ( )  :  boolean
RequestLogFactory.RequestLogFactory ( )
RequestLogFactory.setAppenders ( ImmutableList<AppenderFactory> appenders )  :  void
RequestLogFactory.setTimeZone ( TimeZone timeZone )  :  void

dropwizard-jetty-0.9.3.jar, Slf4jRequestLog.class
package io.dropwizard.jetty
Slf4jRequestLog.doStop ( )  :  void
Slf4jRequestLog.isEnabled ( )  :  boolean
Slf4jRequestLog.setLogTimeZone ( TimeZone tz )  :  void
Slf4jRequestLog.Slf4jRequestLog ( AppenderAttachableImpl<ILoggingEvent> appenders, TimeZone timeZone )
Slf4jRequestLog.write ( String entry )  :  void

to the top

Problems with Data Types, High Severity  4 


dropwizard-jetty-0.9.3.jar
package io.dropwizard.jetty
[+] class BiDiGzipFilter  1 
[+] class GzipFilterFactory  1 
[+] class RequestLogFactory  1 
[+] class Slf4jRequestLog  1 

to the top

Java Archives  1 


dropwizard-jetty-0.9.3.jar

to the top