hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

HttpTracker: Http Service remove was not handled properly #73

Closed stefanseifert closed 9 years ago

stefanseifert commented 9 years ago

while debugging i finally spotted the source of the problem for #65. the main reason was a very subtle bug in HttpTracker with a wrong signature resulting that the method was never called. and unget service was not called properly for http services.

hstaudacher commented 9 years ago

@stefanseifert can you rework the pull request in a single commit that is mergable? Thanks in advance.

stefanseifert commented 9 years ago

i've merged the pull request with your current master, it merged fine without conflicts. if you want to merge it into you master with a single commit you can use the --squash option on the git merge command.

hstaudacher commented 9 years ago

Perfect. Thanks!

hstaudacher commented 9 years ago

The changes of this pull request were also included in #93 and are merged into master now.