-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
3.6.0
-
None
-
Not defined
If plugin instantiation fails, the exception contains a placeholder [%s] instead of the plugin class name:
org.camunda.optimize.service.exceptions.OptimizeRuntimeException: Plugin class [%s] could not be constructed
This is the controller panel for Smart Panels app
[OPT-5773] Exception during plugin registration does not contain plugin class name
Description |
Original:
If plugin instantiation fails, the exception contains a placeholder [%s] instead of the plugin class name.
* https://github.com/camunda/camunda-optimize/blob/b597d43fe42171ecfd22134c8be239eee098c6d3/util/optimize-commons/src/main/java/org/camunda/optimize/plugin/PluginProvider.java#L108 |
New:
If plugin instantiation fails, the exception contains a placeholder [%s] instead of the plugin class name:
{code} org.camunda.optimize.service.exceptions.OptimizeRuntimeException: Plugin class [%s] could not be constructed {code} * https://github.com/camunda/camunda-optimize/blob/b597d43fe42171ecfd22134c8be239eee098c6d3/util/optimize-commons/src/main/java/org/camunda/optimize/plugin/PluginProvider.java#L108 |
Mentioned Roles |
Mentioned Groups |
Link | New: This issue is related to SUPPORT-12286 [ SUPPORT-12286 ] |