javaee / hk2

A light-weight and dynamic dependency injection framework
https://javaee.github.io/hk2
Other
112 stars 83 forks source link

org.glassfish.hk2.utilities.reflection.ReflectionHelper#parseServiceMetadataString is badly broken #348

Closed glassfishrobot closed 6 years ago

glassfishrobot commented 8 years ago

There does not appear to be a way to place a metadata string inside the Service annotation in such a way that multiple values for a given key will be parsed successfully by the org.glassfish.hk2.utilities.reflection.ReflectionHelper#parseServiceMetadataString(String, Map) method.

Affected Versions

[2.3.0]

glassfishrobot commented 8 years ago

Reported by @ljnelson

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA HK2-304

glassfishrobot commented 6 years ago

Closing this as this issue is migrated to https://github.com/eclipse-ee4j/glassfish-hk2/issues/349