Source compatibility report for the metrics-jakarta-servlet library between 4.2.28 and 5.0.0-rc22 versions

Test Info


Library Namemetrics-jakarta-servlet
Version #14.2.28
Version #25.0.0-rc22

Test Results


Total Java Modules1
Total Methods / Classes18 / 6
Compatibility 0%

Problem Summary


SeverityCount
Added Methods-9
Removed MethodsHigh9
Problems with
Data Types
High3
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  9 


metrics-jakarta-servlet-5.0.0-rc22.jar, AbstractInstrumentedFilter.class
package io.dropwizard.metrics5.servlet
AbstractInstrumentedFilter.AbstractInstrumentedFilter ( String registryAttribute, Map<Integer,String> meterNamesByStatusCode, String otherMetricName )
AbstractInstrumentedFilter.destroy ( )  :  void
AbstractInstrumentedFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
AbstractInstrumentedFilter.init ( FilterConfig filterConfig )  :  void

metrics-jakarta-servlet-5.0.0-rc22.jar, InstrumentedFilter.class
package io.dropwizard.metrics5.servlet
InstrumentedFilter.InstrumentedFilter ( )

metrics-jakarta-servlet-5.0.0-rc22.jar, InstrumentedFilterContextListener.class
package io.dropwizard.metrics5.servlet
InstrumentedFilterContextListener.contextDestroyed ( ServletContextEvent sce )  :  void
InstrumentedFilterContextListener.contextInitialized ( ServletContextEvent sce )  :  void
InstrumentedFilterContextListener.getMetricRegistry ( ) [abstract]  :  MetricRegistry
InstrumentedFilterContextListener.InstrumentedFilterContextListener ( )

to the top

Removed Methods  9 


metrics-jakarta-servlet-4.2.28.jar, AbstractInstrumentedFilter.class
package io.dropwizard.metrics.servlet
AbstractInstrumentedFilter.AbstractInstrumentedFilter ( String registryAttribute, Map<Integer,String> meterNamesByStatusCode, String otherMetricName )
AbstractInstrumentedFilter.destroy ( )  :  void
AbstractInstrumentedFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
AbstractInstrumentedFilter.init ( FilterConfig filterConfig )  :  void

metrics-jakarta-servlet-4.2.28.jar, InstrumentedFilter.class
package io.dropwizard.metrics.servlet
InstrumentedFilter.InstrumentedFilter ( )

metrics-jakarta-servlet-4.2.28.jar, InstrumentedFilterContextListener.class
package io.dropwizard.metrics.servlet
InstrumentedFilterContextListener.contextDestroyed ( ServletContextEvent sce )  :  void
InstrumentedFilterContextListener.contextInitialized ( ServletContextEvent sce )  :  void
InstrumentedFilterContextListener.getMetricRegistry ( ) [abstract]  :  MetricRegistry
InstrumentedFilterContextListener.InstrumentedFilterContextListener ( )

to the top

Problems with Data Types, High Severity  3 


metrics-jakarta-servlet-4.2.28.jar
package io.dropwizard.metrics.servlet
[+] class AbstractInstrumentedFilter  1 
[+] class InstrumentedFilter  1 
[+] class InstrumentedFilterContextListener  1 

to the top

Java Archives  1 


metrics-jakarta-servlet-4.2.28.jar

to the top