rodionmoiseev / c10n

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
Apache License 2.0
67 stars 10 forks source link

Add OSGi Support #39

Closed amitjoy closed 7 years ago

rodionmoiseev commented 8 years ago

Hi,

Could you please elaborate a little more, please? Is this related to #37?

amitjoy commented 8 years ago

Yes, you are right. It's related to #37 but I would love to have this library as an OSGi bundle.

amitjoy commented 8 years ago

Apart from it, it would be really helpful if you can provide c10n core as an OSGi bundle which also packages all the necessary libraries such as Guice and et al.

rodionmoiseev commented 7 years ago

Currently I have no plans to support OSGi, as J am not at all familiar with the technology and the use cases for it. If you feel strongly the support is required please propose a patch, thanks!