eclipse / microprofile-metrics

microprofile-metrics
Apache License 2.0
100 stars 66 forks source link

Downgrade OSGi versions to 2.2 #478

Closed jmartisk closed 4 years ago

Channyboy commented 4 years ago

The bnd-baseline-maven-plugin complains that it isn't higher than the 2.2 baseline specified in the api pom.xml

jmartisk commented 4 years ago

This is because we made changes to the public API compared to 2.2 (just method additions for now). At first we thought that just method additions don't warrant a minor version bump, but apparently this is required. Guess we will just have to leave 2.3 there. We have some bigger API additions coming soon anyway