Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MMap.put tries to register MBean even if it is already in the map #54

Open
weissreto opened this issue May 24, 2023 · 0 comments
Open

Comments

@weissreto
Copy link
Member

If I call MMap.put(key, mBean) twice with the same key and mBean then I got a InstanceAlreadyExistsException.
It should be possible to call put(...) with the same key and mBean multiple times. If the map already contains the same mBean under the same key then it should not be registered again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant