knuddelsgmbh / jtokkit

JTokkit is a Java tokenizer library designed for use with OpenAI models.
https://jtokkit.knuddels.de/
MIT License
553 stars 42 forks source link

can you include the mvn bnd plugin to generate a osgi/bundle correct manifest? #63

Closed jcompagner closed 2 months ago

jcompagner commented 11 months ago

see: https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html

should be only a few lines in the pom

This way its a better bundle with all the info you want to have there, and it can be consumed better by tools that really use this.

tox-p commented 11 months ago

The last time I worked with OSGI or Maven is more than a decade ago 😄 but this sounds interesting, I will take a look 👍

tox-p commented 9 months ago

I am currently unable to invest time into this issue. Feel free to tackle it yourself (or anyone reading this, who also wants this functionality), but keep in mind, that JTokkit uses Gradle instead of Maven and therefore your proposed plugin is not compatible (but there are Gradle equivalents, which may lead to your desired result)

Plexcalibur commented 2 months ago

closed due to inactivity