Binary compatibility report for the dropwizard-jetty library between 2.0.35 and 2.1.0 versions
Test Info
| Library Name | dropwizard-jetty | 
| Version #1 | 2.0.35 | 
| Version #2 | 2.1.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 211 / 14 | 
| Compatibility | 
94.7% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 2 | 
| Removed Methods | High | 9 | 
Problems with Data Types | High | 2 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  2 
dropwizard-jetty-2.1.0.jar, HttpsConnectorFactory.class
package io.dropwizard.jetty
HttpsConnectorFactory.logSslParameters ( SslContextFactory sslContextFactory )  :  LifeCycle.Listener
io/dropwizard/jetty/HttpsConnectorFactory.logSslParameters:(Lorg/eclipse/jetty/util/ssl/SslContextFactory;)Lorg/eclipse/jetty/util/component/LifeCycle$Listener;
dropwizard-jetty-2.1.0.jar, SslReload.class
package io.dropwizard.jetty
SslReload.reloadDryRun ( )  :  void
io/dropwizard/jetty/SslReload.reloadDryRun:()V
to the top
Removed Methods  9 
dropwizard-jetty-2.0.35.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-2.0.35.jar, NonblockingServletHolder.class
package io.dropwizard.jetty
NonblockingServletHolder.getServlet ( )  :  Servlet
io/dropwizard/jetty/NonblockingServletHolder.getServlet:()Ljavax/servlet/Servlet;
NonblockingServletHolder.handle ( Request baseRequest, ServletRequest request, ServletResponse response )  :  void
io/dropwizard/jetty/NonblockingServletHolder.handle:(Lorg/eclipse/jetty/server/Request;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
NonblockingServletHolder.NonblockingServletHolder ( Servlet servlet )
io/dropwizard/jetty/NonblockingServletHolder."<init>":(Ljavax/servlet/Servlet;)V
to the top
Problems with Data Types, High Severity  2 
dropwizard-jetty-2.0.35.jar
package io.dropwizard.jetty
[+] class Jetty93InstrumentedConnectionFactory  1 
 | Change | Effect | 
|---|
| 1 | 
This class has been removed. | 
A client program may be interrupted by NoClassDefFoundError exception. | 
[+] affected methods: 6 (2.8%)
Jetty93InstrumentedConnectionFactory.Jetty93InstrumentedConnectionFactory ( ConnectionFactory connectionFactory, Timer timer )This constructor is from 'Jetty93InstrumentedConnectionFactory' class.
Jetty93InstrumentedConnectionFactory.getConnectionFactory ( )This method is from 'Jetty93InstrumentedConnectionFactory' class.
Jetty93InstrumentedConnectionFactory.getProtocol ( )This method is from 'Jetty93InstrumentedConnectionFactory' class.
Jetty93InstrumentedConnectionFactory.getProtocols ( )This method is from 'Jetty93InstrumentedConnectionFactory' class.
Jetty93InstrumentedConnectionFactory.getTimer ( )This method is from 'Jetty93InstrumentedConnectionFactory' class.
 ...
  
 
[+] class NonblockingServletHolder  1 
 | Change | Effect | 
|---|
| 1 | 
This class has been removed. | 
A client program may be interrupted by NoClassDefFoundError exception. | 
[+] affected methods: 5 (2.4%)
NonblockingServletHolder.NonblockingServletHolder ( Servlet servlet )This constructor is from 'NonblockingServletHolder' class.
NonblockingServletHolder.equals ( Object o )This method is from 'NonblockingServletHolder' class.
NonblockingServletHolder.getServlet ( )This method is from 'NonblockingServletHolder' class.
NonblockingServletHolder.handle ( Request baseRequest, ServletRequest request, ServletResponse response )This method is from 'NonblockingServletHolder' class.
NonblockingServletHolder.hashCode ( )This method is from 'NonblockingServletHolder' class.
  
 
to the top
Java Archives  1 
dropwizard-jetty-2.0.35.jar
to the top