Comparing source compatibility of dbunit-2.5.1.jar against dbunit-2.5.0.jar
Old: dbunit-2.5.0.jar
New: dbunit-2.5.1.jar
Created: 2024-10-23T18:35:05.040-0500
Access modifier filter: PROTECTED
Only modifications: true
Only binary incompatible modifications: false
Ignore missing classes: true
Includes: all
Excludes: n.a.
Semantic Versioning: 1.0.0
WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
Classes:
Status Fully Qualified Name
MODIFIED org.dbunit.database.DatabaseConfig
MODIFIED (!) org.dbunit.dataset.excel.XlsDataSetWriter
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
MODIFIED public class  org.dbunit.database.DatabaseConfig top
Fields:
Status Modifier Type Field Compatibility Changes:
NEW public static final java.lang.String FEATURE_ALLOW_EMPTY_FIELDS n.a.
MODIFIED (!) public class  org.dbunit.dataset.excel.XlsDataSetWriter top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
REMOVED (!) static protected n.a. org.apache.poi.hssf.usermodel.HSSFCellStyle createDateCellStyle(org.apache.poi.hssf.usermodel.HSSFWorkbook)
Compatibility Changes:
Change
METHOD_REMOVED
Old file New file
140 n.a.
NEW static protected n.a. org.apache.poi.ss.usermodel.CellStyle createDateCellStyle(org.apache.poi.ss.usermodel.Workbook) n.a.
Old file New file
n.a. 140
NEW protected n.a. org.apache.poi.ss.usermodel.Workbook createWorkbook() n.a.
Old file New file
n.a. 262
REMOVED (!) protected n.a. void setDateCell(org.apache.poi.hssf.usermodel.HSSFCell, java.util.Date, org.apache.poi.hssf.usermodel.HSSFWorkbook)
Compatibility Changes:
Change
METHOD_REMOVED
Old file New file
153 n.a.
NEW protected n.a. void setDateCell(org.apache.poi.ss.usermodel.Cell, java.util.Date, org.apache.poi.ss.usermodel.Workbook) n.a.
Old file New file
n.a. 153
REMOVED (!) protected n.a. void setNumericCell(org.apache.poi.hssf.usermodel.HSSFCell, java.math.BigDecimal, org.apache.poi.hssf.usermodel.HSSFWorkbook)
Compatibility Changes:
Change
METHOD_REMOVED
Old file New file
211 n.a.
NEW protected n.a. void setNumericCell(org.apache.poi.ss.usermodel.Cell, java.math.BigDecimal, org.apache.poi.ss.usermodel.Workbook) n.a.
Old file New file
n.a. 211