Source compatibility report for the dropwizard-logging library between 0.7.1 and 0.8.0 versions

Test Info


Library Namedropwizard-logging
Version #10.7.1
Version #20.8.0

Test Results


Total Java Modules1
Total Methods / Classes83 / 13
Compatibility 84.6%

Problem Summary


SeverityCount
Added Methods-5
Removed MethodsHigh12
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  5 


dropwizard-logging-0.8.0.jar, AbstractAppenderFactory.class
package io.dropwizard.logging
AbstractAppenderFactory.getDiscardingThreshold ( )  :  int
AbstractAppenderFactory.getQueueSize ( )  :  int
AbstractAppenderFactory.setDiscardingThreshold ( int discardingThreshold )  :  void
AbstractAppenderFactory.setQueueSize ( int queueSize )  :  void
AbstractAppenderFactory.wrapAsync ( Appender<ILoggingEvent> appender, Context context )  :  Appender<ILoggingEvent>

to the top

Removed Methods  12 


dropwizard-logging-0.7.1.jar, AbstractAppenderFactory.class
package io.dropwizard.logging
AbstractAppenderFactory.getBatchDuration ( )  :  Duration
AbstractAppenderFactory.getBatchSize ( )  :  int
AbstractAppenderFactory.isBounded ( )  :  boolean
AbstractAppenderFactory.setBatchDuration ( Duration batchDuration )  :  void
AbstractAppenderFactory.setBatchSize ( int batchSize )  :  void
AbstractAppenderFactory.setBounded ( boolean bounded )  :  void

dropwizard-logging-0.7.1.jar, AsyncAppender.class
package io.dropwizard.logging
AsyncAppender.append ( ILoggingEvent event )  :  void
AsyncAppender.append ( Object x0 )  :  void
AsyncAppender.AsyncAppender ( Appender<ILoggingEvent> delegate, int batchSize, Duration batchDuration, boolean bounded )
AsyncAppender.getDelegate ( )  :  Appender<ILoggingEvent>
AsyncAppender.start ( )  :  void
AsyncAppender.stop ( )  :  void

to the top

Problems with Data Types, High Severity  1 


dropwizard-logging-0.7.1.jar
package io.dropwizard.logging
[+] class AsyncAppender  1 

to the top

Java Archives  1 


dropwizard-logging-0.7.1.jar

to the top