Hi, while looking into some issues, I realized that ResourceMetadata is not only extending a HashMap (which makes handling easier), but we have absolutely no information if this map can be changed by client code or is a read-only map.
I think we should add this to the documentation and make this read-only. We could either just document it or add a "make read-only" method to ResourceMetadata which is called by the resource resolver before the resource object is returned to the client code. But I think we should not allow client code to change/add/remove to ResourceMetadata. WDYT Regards Carsten -- Carsten Ziegeler [email protected]
