Description
Many other runtimes already use application.* to reference configuration files (Spring, Quarkus, Micronaut, to name a few).
MicroProfile Config could benefit from adopting the same file name, making the transition between runtimes smoother and reducing configuration files if mixing the runtimes. Since it is a more neutral name, it could also help other platforms adopt MicroProfile Config.
Of course, we will still keep microprofile-config.*, deprecate it and remove it in the future.
Description
Many other runtimes already use
application.*to reference configuration files (Spring, Quarkus, Micronaut, to name a few).MicroProfile Config could benefit from adopting the same file name, making the transition between runtimes smoother and reducing configuration files if mixing the runtimes. Since it is a more neutral name, it could also help other platforms adopt MicroProfile Config.
Of course, we will still keep
microprofile-config.*, deprecate it and remove it in the future.