glassfish-hk2
glassfish-hk2 copied to clipboard
Service Versioning
There has been a request for the ability to version a service. In particular, this was requested:
Here is what we are looking for :
Bundle-A, Version -1 has Services foo and bar. foo injects bar.
Bundle-A, Version-2 has Services foo and bar. foo injects bar.
In the above two cases, bar should come from respective bundles and not from the other bundle. This is how we would want to isolate / support versioned bundles.
Affected Versions
[2.2.0]
- Issue Imported From: https://github.com/javaee/hk2/issues/134
- Original Issue Raised By:@glassfishrobot
- Original Issue Assigned To: @jwells131313
@glassfishrobot Commented Reported by @jwells131313
@glassfishrobot Commented This issue was imported from java.net JIRA HK2-90