Source compatibility report for the dropwizard-jetty library between 4.0.10 and 5.0.0-alpha.4 versions

Test Info


Library Namedropwizard-jetty
Version #14.0.10
Version #25.0.0-alpha.4

Test Results


Total Java Modules1
Total Methods / Classes196 / 11
Compatibility 91%

Problem Summary


SeverityCount
Added Methods-7
Removed MethodsHigh17
Problems with
Data Types
High1
Medium0
Low3
Problems with
Methods
High0
Medium1
Low0

Added Methods  7 


dropwizard-jetty-5.0.0-alpha.4.jar, ContextRoutingHandler.class
package io.dropwizard.jetty
ContextRoutingHandler.getHandlers ( )  :  List<Handler>
ContextRoutingHandler.handle ( Request request, Response response, Callback callback )  :  boolean

dropwizard-jetty-5.0.0-alpha.4.jar, RoutingHandler.class
package io.dropwizard.jetty
RoutingHandler.getHandlers ( )  :  List<Handler>
RoutingHandler.handle ( Request request, Response response, Callback callback )  :  boolean

dropwizard-jetty-5.0.0-alpha.4.jar, ServletEnvironment.class
package io.dropwizard.jetty.setup
ServletEnvironment.setSessionHandler ( SessionHandler sessionHandler )  :  void

dropwizard-jetty-5.0.0-alpha.4.jar, ZipExceptionHandlingServletFilter.class
package io.dropwizard.jetty
ZipExceptionHandlingServletFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
ZipExceptionHandlingServletFilter.ZipExceptionHandlingServletFilter ( )

to the top

Removed Methods  17 


dropwizard-jetty-4.0.10.jar, ContextRoutingHandler.class
package io.dropwizard.jetty
ContextRoutingHandler.expandChildren ( List<Handler> list, Class<?> byClass )  :  void
ContextRoutingHandler.getHandlers ( )  :  Handler[ ]
ContextRoutingHandler.handle ( String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response )  :  void

dropwizard-jetty-4.0.10.jar, RoutingHandler.class
package io.dropwizard.jetty
RoutingHandler.handle ( String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response )  :  void

dropwizard-jetty-4.0.10.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

dropwizard-jetty-4.0.10.jar, ServletEnvironment.class
package io.dropwizard.jetty.setup
ServletEnvironment.setSessionHandler ( SessionHandler sessionHandler )  :  void

to the top

Problems with Data Types, High Severity  1 


dropwizard-jetty-4.0.10.jar
package io.dropwizard.jetty
[+] class ServerPushFilterFactory  1 

to the top

Problems with Methods, Medium Severity  1 


dropwizard-jetty-4.0.10.jar, ContextRoutingHandler.class
package io.dropwizard.jetty
[+] ContextRoutingHandler.getHandlers ( )  :  Handler[ ]  1 

to the top

Problems with Data Types, Low Severity  3 


dropwizard-jetty-4.0.10.jar
package io.dropwizard.jetty
[+] class ContextRoutingHandler  1 
[+] class MutableServletContextHandler  1 
[+] class RoutingHandler  1 

to the top

Java Archives  1 


dropwizard-jetty-4.0.10.jar

to the top