Binary compatibility report for the Jackrabbit library between 2.2.0 and 2.2.1 versions

Test Info


Library NameJackrabbit
Version #12.2.0
Version #22.2.1

Test Results


Total Java ARchives2
Total Methods / Classes10388 / 1333
VerdictCompatible

Problem Summary


SeverityCount
Added Methods-8
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (8)


jackrabbit-standalone-2.2.1.jar, BoundedIterator.class
package org.apache.jackrabbit.spi.commons.iterator
BoundedIterator.BoundedIterator ( long offset, long max, Iterator iterator )
BoundedIterator.create ( long offset, long max, Iterator iterator ) [static]  :  Iterator
BoundedIterator.hasNext ( )  :  boolean
BoundedIterator.next ( )  :  Object
BoundedIterator.remove ( )  :  void

jackrabbit-standalone-2.2.1.jar, DerbyShutdown.class
package org.apache.jackrabbit.j2ee
DerbyShutdown.contextDestroyed ( ServletContextEvent event )  :  void
DerbyShutdown.contextInitialized ( ServletContextEvent event )  :  void
DerbyShutdown.DerbyShutdown ( )

to the top

Java ARchives (2)


jackrabbit-standalone-2.2.0.jar
jdtCompilerAdapter.jar

to the top