Source compatibility report for the dropwizard-jetty library between 1.3.24 and 1.3.25 versions
Test Info
| Library Name | dropwizard-jetty | 
| Version #1 | 1.3.24 | 
| Version #2 | 1.3.25 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 203 / 15 | 
| Compatibility | 
100% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 3 | 
| Removed Methods | High | 0 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 1 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  3 
dropwizard-jetty-1.3.25.jar, ContextRoutingHandler.class
package io.dropwizard.jetty
ContextRoutingHandler.doStart ( )  :  void
io/dropwizard/jetty/ContextRoutingHandler.doStart:()V
ContextRoutingHandler.doStop ( )  :  void
io/dropwizard/jetty/ContextRoutingHandler.doStop:()V
ContextRoutingHandler.getHandlers ( )  :  Handler[ ]
io/dropwizard/jetty/ContextRoutingHandler.getHandlers:()[Lorg/eclipse/jetty/server/Handler;
to the top
Problems with Data Types, Low Severity  1 
dropwizard-jetty-1.3.24.jar
package io.dropwizard.jetty
[+] class ContextRoutingHandler  1 
 | Change | Effect | 
|---|
| 1 | 
Superclass has been changed from org.eclipse.jetty.server.handler.AbstractHandler to org.eclipse.jetty.server.handler.AbstractHandlerContainer. | 
1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ContextRoutingHandler. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. | 
[+] affected methods: 2 (1%)
ContextRoutingHandler.ContextRoutingHandler ( Map<String,? extends org.eclipse.jetty.server.Handler> handlers )This constructor is from 'ContextRoutingHandler' class.
ContextRoutingHandler.handle ( String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response )This method is from 'ContextRoutingHandler' class.
  
 
to the top
Java Archives  1 
dropwizard-jetty-1.3.24.jar
to the top