timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

Change the module name. Feedback please #77

Closed timob closed 6 months ago

timob commented 10 months ago

I see this repo has quite a few forks, most of these have changed the name of the module to their respective names on github.

Currently it's tekao.net/jnigi which is running on domain/hosting I own which points back to this repo. So builds working rely on my personal infrastructure being available, which is probably less reliable than github's.

We could change it to:

I've done some work to make the github experience better. We have automated builds/tests now on PRs and master branch. I've updated the tests to use stretchr/testify/assert module.

I think the project is at quite a stable state so if I can get some feedback here and more testing coverage, i would probably look taging version 2.

timob commented 6 months ago

I will change it to github.com/timob/jnigi for simplicity. Checkout tag v2 if you want to stick with the old name.

timob commented 6 months ago

done