As of Broadleaf Release Train 2.0.0-GA, all microservices have been upgraded to Spring Boot 3.
This version includes all changes up to 1.8.8 Release Notes
Removed the ability to add headers in the Included Headers field of an import.
Fixed import failures when using Oracle DB due to datatype of BLC_IMPORT_LOB.PATH
and BLC_IMPORT.FILE_LOCATION
being CLOB (length of 65,535) instead of VARCHAR(500)
.
The value stored in the column should always be under 500 characters.
Liquibase migration script for Import has been updated for Oracle (and other RDBMSes) to migrate the data to a shorter-length column.
Users should not need to do anything to adopt this change but should check that the data in those columns are under 500 characters as expected.