Closed victoralfaro-dotcms closed 1 week ago
With the System Tables it's a good practice not to cache Config properties in final classes (instance or static) variables so they can be reloadable through such.
System Tables
This PR fixes: #30673
Issues 0 New issues 5 Fixed issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube
With the
System Tables
it's a good practice not to cache Config properties in final classes (instance or static) variables so they can be reloadable through such.This PR fixes: #30673