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.
The version 8.1.0 of
osgi.annotation
removes the use of enum types in the annotations which avoids compiler warnings for downstream users ofmicroprofile-config-api
jar.This backports #732 to
3.0.x
branch, which was merged intomaster
after the3.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