JDK 11 is now required for the Broadleaf 1.7.0-GA release train, and beyond.
Bug Fixes
Issue
Fixed bug where asset files were not successfully deleted from the storage provider due to missing context information in the URL.
The existing implementation of StorageService#removeFile has been deprecated, and a new overload has been introduced that accepts a ContextInfo and prepends the context-aware prefix to the URL before requesting deletion from the StorageProvider.
AssetEndpoint#delete has been updated accordingly to use this new method.