asciidoctorj icon indicating copy to clipboard operation
asciidoctorj copied to clipboard

semver: enforce/check

Open jmini opened this issue 6 years ago • 2 comments
trafficstars

Now that the project is following Semantic Versioning I think that it would be nice to add some checks at build time.


In this area OSGi tooling provides a tool called "Baseline" (as part of the BND tools).

I found those two plugins that could be investigated:


Maybe other approaches exist to ensure that SemVer is implemented in the Java world.

jmini avatar Apr 29 '19 08:04 jmini

:+1:

mojavelinux avatar Apr 29 '19 09:04 mojavelinux

I have started to experiment with BND tools on an hello-world project (days are too short to achieve everything I would like). I will post some feedback here.


Alternative:

I have seen a other open-source project using https://revapi.org/ to perform the checks at build time. Seems also really interesting.

jmini avatar Jun 02 '19 15:06 jmini