eclipse / microprofile-config

MicroProfile Configuration Feature
Apache License 2.0
213 stars 115 forks source link

Align BND dependencies in 3.0.x to avoid compiler warnings #775

Closed brunolmfg closed 1 year ago

brunolmfg commented 1 year ago

The version 8.1.0 of osgi.annotation removes the use of enum types in the annotations which avoids compiler warnings for downstream users of microprofile-config-api jar.

This backports #732 to 3.0.x branch, which was merged into master after the 3.0.x was branched.

See: #716 See: https://github.com/eclipse/microprofile-config/pull/732#issuecomment-1482128111 See: https://github.com/quarkusio/quarkus/issues/32332

eclipse-microprofile-bot commented 1 year ago

Can one of the admins verify this patch?