Broadleaf OMS 4.0.1-GA
Released on May 16, 2024
This is the 1st patch release for the Broadleaf OMS 4.0.x module. This module requires Broadleaf Framework 7.0.0-GA or greater.
An at-a-glance view of the issues that were closed in this release:
Enhancements(5)
- Removed some deprecated methods. From
FulfillmentOrderremovedsetTrackingNumber()andgetTrackingNumber(). FromFulfillmentServiceremovedcancel(). FromOMSSolrSearchServiceremovedexecuteSolrQuery(). - Removed shipping related field from
FulfillmentOrderImpl. Here is MySql script to drop the columns in the database.ALTER TABLE BLC_FULFILLMENT_ORDER DROP COLUMN SHIPPER_TYPE, TRACKING_NUMBER, EXPECTED_SHIP_DATE, ACTUAL_SHIP_DATE; - Updated ID generator design for Hibernate 6. Replaced
@TableGeneratorwith@GenericGeneratorwith correct properties. - Improved formatting and cleaned up code throughout the module.
- Merged bug fixes and enhancements included in 3.3.8-GA
Total Resolved Issues: 5