mcoffin / rogue

OSGi container (karaf distribution) for FRC
Apache License 2.0
0 stars 0 forks source link

When new bundles are loaded, injectors should use the new version #12

Closed mcoffin closed 9 years ago

mcoffin commented 9 years ago

See title

When a bundle is reloaded right now, old injectors will still attempt to bind to the old version of that service.

Instead, the injector should be updated to use the newly registered version of the service.