eclipse-pdt / pdt

PHP Development Tools project (PDT)
https://eclipse.org/pdt
Eclipse Public License 2.0
188 stars 46 forks source link

Import package javax.inject instead of requiring bundle javax.inject #257

Closed HannesWell closed 8 months ago

HannesWell commented 8 months ago

This allows the OSGi runtime and the Eclipse SimRel to use other providers of the 'javax.inject' package. In this case for example the jakarta-bundles providing it too.

This is done in the context of https://github.com/eclipse-simrel/simrel.build/pull/49

zulus commented 8 months ago

Thank You!