| Hi, 
 A few comments inline. Thank you! 
 Cheers, Roberto On 4 Feb 2025, at 18:18, Jared Anderson via config-dev <config-dev@xxxxxxxxxxx> wrote: 
 In that call, we discussed an approach where Jakarta EE 12 could effectively use MicroProfile Config "as is" with some important non-technical accommodations. The APIs for Jakarta Config would be the MicroProfile Config APIs, but with jakarta namespace. Yes, a copy/paste.
 
 After the initial copy/paste, how would things evolve? Would Jakarta keep the APIs in-sync? What restricts Jakarta from using the API as-is?  The implementation may delegate to the MicroProfile Config implementation.The Spec document would be one-line: see the corresponding MicroProfile config spec document.  May need additional text to talk about the difference in namespace and adding in jakarta-config.properties until a new MP Config version added that to its specification.  See #5 below.The TCK would be a copy/paste of the MicroProfile Config TCK and updating the name space and adding jakarta-config.properties testingNeed to introduce a new line in the ConfigSource (MicroProfile Config API)“Some configuration sources are known as default configuration sources. These configuration sources are normally available in all automatically-created configurations, and can be manually added to manually-created configurations as well. The default configuration sources are:
 1. System properties, with an ordinal value of 4002. Environment properties, with an ordinal value of 3003. The /META-INF/jakarta-config.properties resource, with an ordinal value of 2004. The /META-INF/microprofile-config.properties resource, with an ordinal value of 100
 
 How about dropping microprofile-config.properties (keep it for compatibility) and jakarta-config.properties, and use application.properties? This one is already used by many popular runtimes like Spring, Quarkus, and Micronaut, to name a few.  _______________________________________________config-dev mailing listconfig-dev@xxxxxxxxxxxTo unsubscribe from this list, visit https://accounts.eclipse.orgLet's continue discussion using this "both lists on the To: line" approach rather than introduce another venue, such as the cn4jmailing list  (eclipse archive ).Sincerely, Ed Burns and Jared AndersonJakarta EE 12 release co-coordinators
 |