jsonschema-generator
jsonschema-generator copied to clipboard
OSGi-ify
Would you consider providing this as an OSGi bundle?
I wouldn't know what that entails. But generally, I am open to PRs that introduce such things.
I also would like to see the deployed jar be a OSGi bundle. These days, it's really easy...just add a maven plugin(s) to the build with the package import and export info as appropriate to your project. Here's an example from the mcp-java-sdk:
https://github.com/modelcontextprotocol/java-sdk/blob/main/mcp-core/pom.xml#L26
I would be willing to give this a shot for your project and produce a pr, if everyone's willing.