-
Bug
-
Resolution: Done
-
Major
-
26.0.0.Beta1
-
None
Currently, the registrar returned via ManagementResourceRegistrar.of(ResourceDescriptor).register(...) always registers add and remove resource operations. However, the ResourceDefinition of a runtime resource never defines these. We should therefore skip registration of add/remove operation handlers if the ResourceDefinition.isRuntime() method of the associated MRR returns true.