RELEASED: Public: August 7, 2024
Resolved issues
- Improve user experience for error handling in license manager (BEE-11391)
-
Previously, the full error stack trace used to be shown to the user, and an invalid license was saved into the product.
The issue is now fixed by showing a user-friendly message in the UI and by logging the full stack trace in the backend for analysis. Also, before persisting the license data to disk, it is now validated and does not allow invalid licenses to be saved. In addition, the form validation was improved so that the user is immediately aware when there is a problem with the license.
- Fixing NPE when storage class name is validated (BEE-6355)
-
Validating the storage class in the global configuration screen leads to a NPE.
The field has been moved inside the Endpoint screen to better support multiple endpoint scenarios as well as to fix the NPE.