Description
It seems that it's legal to quote a component in an ObjectName: domain:key="value"
When that ObjectName is turned into a GBeanName, it retains the quotes. When you compare an unquoted key=value to it (in GBeanName.matches and likely in equals too) the values are treated as different, even though they are the same except for the quotes and should be recognized as identical.