Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakarta.ee-spec] [config-dev] [EXTERNAL] Re: [microprofile] Config for Jakarta EE 12 and MP.next

My comments are inline.

On Wed, Feb 19, 2025 at 8:36 PM werner.keil--- via config-dev <config-dev@xxxxxxxxxxx> wrote:
It was discussed in the Spec Committee call although not much beyond mentioning the two options discussed elsewhere:
  • One approach would be to consume the existing specification
  • Another approach would be to copy it

I prefer to copy of the API as mentioned before.

Here are some of the most compelling arguments for it:

If MP Config was consumed, it would affect how it's developed within the MP release trains and "platform".

Config 3.1 https://microprofile.io/specifications/config/3-1/ like all other releases has a chapter "Incompatible Changes".
Did you see that it was cleared stated: Incompatible Changes: no

This is very much a no-go for a stable and mature spec within Jakarta EE, where such incompatible changes happen much slower, than the MP ecosystem and community might be used to.

The last incompatible change for Config 3.0 was "align with Jakarta EE 9.1". Which shows another challenge MP Config and all of MicroProfile would face, if it was embedded into Jakarta EE. Config had to predate relevant Jakarta EE releases and be frozen afterwards, while the rest of MP would have to wait for the respective Jakarta EE release before a new release train can depart.

I think you have missed the previous conversion regarding dividing MP Config into 2 parts:config core and config full. The config core has no dependency on any other specs and this part will be put in Jakarta EE core profile. The config full has CDI integration. As I mentioned many times in the various meetings, the config core (spi parts) has not changed for 6 years. 
The list of MP compatible products: https://microprofile.io/compatible/ has quite a few gaps, e.g. Wildfly 35 seems to also support MP 7, but the last compatibility claim was for Wildfly 27 and MP 5. Some products may even avoid duplicate compatibility and only certify against Jakarta EE, but still support some MP specs at an earlier version. Which could lead to a mix between two or more different versions of MP Config.

As for the list on the compatibility page, some runtime might not get time to have the products listed. Once MP Config say 4.0 in EE 12, the runtime supports Jakarta EE 12 and the relevant MP releases that are based on Jakarta EE 12. I don't see any issues with the version of MP Config.
Best Regards,
Werner



From: werner.keil@xxxxxxx <werner.keil@xxxxxxx>
Sent: Tuesday, February 18, 2025 9:39 AM
To: Jakarta Config project developer discussions <config-dev@xxxxxxxxxxx>
Subject: AW: [config-dev] [EXTERNAL] Re: [microprofile] Config for Jakarta EE 12 and MP.next
 
I also assume, we'll discuss this further in the specification committee.

It's not just a namespace issue or circular dependency. If e.g. the Core Profile was to lose config support only to avoid that kind of circular dependency, why can't the API be moved to Jakarta EE and MP use it or act as a compatible implementation?

There are also rather different compatibility and quality expectations to Jakarta EE than MicroProfile and if we allow to dilute that, it would affect the platform as a whole and its users.

Werner


From: config-dev <config-dev-bounces@xxxxxxxxxxx> on behalf of Reza Rahman via config-dev <config-dev@xxxxxxxxxxx>
Sent: Tuesday, February 11, 2025 5:15 PM
To: Jakarta Config project developer discussions <config-dev@xxxxxxxxxxx>; microprofile@xxxxxxxxxxxxxxxx <microprofile@xxxxxxxxxxxxxxxx>
Cc: Reza Rahman <reza_rahman@xxxxxxxx>
Subject: Re: [config-dev] [EXTERNAL] Re: [microprofile] Config for Jakarta EE 12 and MP.next
 

I plan to bring this up in the Jakarta EE Steering Committee. The technical debate aside, I think there are also process and branding/IP considerations here. For one, it's important to track down what the existing consensus had been in Jakarta EE WG/Jakarta Config with regards to namespace. A sanity check from the perspective of branding/IP is also in order as these are in reality two different working groups.

I agree that the most prudent approach is avoiding needlessly introducing mutual inter-dependencies. Both MicroProfile and Jakarta EE should be able to independently evolve their configuration approaches when needed. Separate namespaces with APIs synced manually/selectively when needed does that well.

On 2/11/2025 11:00 AM, Ed Burns via config-dev wrote:
Even with approaches that allow for mitigating the circular dependencies, I am strongly predisposed to prefer the repackaging approach that allows the content of MicroProfile config to be accessed by Jakarta specifications using an entirely Jakarta namespace.

Ed

From: 'Emily Jiang' via MicroProfile <microprofile@xxxxxxxxxxxxxxxx>
Date: Monday, February 10, 2025 at 18:20
To: microprofile@xxxxxxxxxxxxxxxx <microprofile@xxxxxxxxxxxxxxxx>
Cc: config-dev@xxxxxxxxxxx <config-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [microprofile] [config-dev] Config for Jakarta EE 12 and MP.next


My responses are inline. We will discuss this issue in more detail at this Tuesday's MP Technical call. Please join if you are interested. The joining details can be found here.

On Fri, Feb 7, 2025 at 10:21 AM 'Roberto Cortez' via MicroProfile <microprofile@xxxxxxxxxxxxxxxx> wrote:
Hi Ed,

Thank you for the response.

1. A technical problem regarding introducing circular dependencies.

Yes, the issue is that MP Config is dependent on CDI. This has been discussed many times, and I believe MP is open to make the necessary adjustments and removing that restriction. In the previous Jakarta Config initiative, that was already a goal. One of the things I’ve been advocating is for MP Config (or any other Config specification), to work standalone without any other dependency. This would allow any Java project to consume it without requiring the use of the platform. As for the CDI, that can be an addendum to the specification or even be integrated into CDI itself.

+1. We can rework MP Config to use the CDI approach by dividing MP Config to MP Config Core and MP Config full, where MP Config Core will just have the spi part while the other part will include CDI. In this way, Jakarta can simply include MP Config Core in the Jakarta Core profile. With this, I think Jakarta can simply include MP Config Core with the need of having Jakarta Config.  With this approach, renaming microprofile-config.properties to application.properties is not mandatory as the package namespace would contain microprofile.
2. A non-technical problem where Jakarta specs may not make
   dependencies on MicroProfile artifacts.

Can we clarify what the problem is exactly? Is this something that can be worked out?

What I’m trying to understand is if we could work on the technical and non-technical issues that prevent Jakarta from adopting MP as is (without copying and renaming packages), and assuming we can have those fixed, would Jakarta be able to use it as a regular dependency?
To my best knowledge, there was no restriction for Jakarta to use MP as long as the MP spec do not depend on Jakarta. If MP Config Core is consumed by Jakarta, there would be no circular dependency. 


 

Cheers,
Roberto

On 6 Feb 2025, at 00:40, 'Ed Burns' via MicroProfile <microprofile@xxxxxxxxxxxxxxxx> wrote:

From: microprofile@xxxxxxxxxxxxxxxx <microprofile@xxxxxxxxxxxxxxxx> on behalf of Reza On Wednesday, February 5, 2025 at 07:58 m.reza.rahman@xxxxxxxxx> RR said:
Date: 

RR> Just using application.properties is a good idea indeed.

RR> I am sure Ed and Jared will respond, but I believe the idea here
RR> is to allow both Jakarta EE and MicroProfile to evolve
RR> independently in accordance with their own needs and also
RR> collaborate when best seen fit.

Indeed, doing that now.

From: 'Roberto Cortez' via MicroProfile <microprofile@xxxxxxxxxxxxxxxx> RC wrote:

RC> A few comments inline. Thank you!

On 4 Feb 2025, at 18:18, Jared Anderson via config-dev <config-dev@xxxxxxxxxxx> JA wrote:

JA> This email is a follow up to the discussion at the 2025-02-04
JA> Jakarta EE platform call.

JA> In that call, we discussed an approach where Jakarta EE 12 could
JA> effectively use MicroProfile Config "as is" with some important
JA> non-technical accommodations.

JA> 1. The APIs for Jakarta Config would be the MicroProfile Config APIs,
JA> but with jakarta namespace. Yes, a copy/paste.

RC> After the initial copy/paste, how would things evolve? 

My intention is that technical evolution would take place in the
MicroProfile Config project. In the event of Jakarta specific
accommodations, we would

1. Cross that bridge when we come to it.
2. Try to come up with solutions that are palatable to both communities, Jakarta 
   EE and MicroProfile.
3. If absolutely necessary, we would define content in MP Config that
   would have the proviso such as "this only takes effect in Jakarta
   EE environments". There is ample precedent for such approaches. See
   what we did with Faces when Validation was present (in EE) vs. not
   present (such as in Tomcat).

RC> Would Jakarta keep the APIs in-sync?

Yes. Every time Jakarta needed a new version, they would pick up a
chosen release of MP config to give the copy/paste treatment to.

RC> What restricts Jakarta from using the API as-is?

As far as I know: 

1. A technical problem regarding introducing circular dependencies.
2. A non-technical problem where Jakarta specs may not make
   dependencies on MicroProfile artifacts.

JA> 2. The implementation may delegate to the MicroProfile Config implementation.

JA> 3. The Spec document would be one-line: see the corresponding
JA> MicroProfile config spec document.  May need additional text to
JA> talk about the difference in namespace and adding in
JA> jakarta-config.properties until a new MP Config version added that
JA> to its specification.  See #5 below.

JA> 4. The TCK would be a copy/paste of the MicroProfile Config TCK
JA> and updating the name space and adding jakarta-config.properties
JA> testing

JA> 5. Need to introduce a new line in the ConfigSource (MicroProfile
JA> Config API) “Some configuration sources are known as default
JA> configuration sources. These configuration sources are normally
JA> available in all automatically-created configurations, and can be
JA> manually added to manually-created configurations as well. The
JA> default configuration sources are:

JA> 1. System properties, with an ordinal value of 400

JA> 2. Environment properties, with an ordinal value of 300

JA> 3. The /META-INF/jakarta-config.properties resource, with an ordinal value of 200

JA> 4. The /META-INF/microprofile-config.properties resource, with an
JA> ordinal value of 100

RC> How about dropping microprofile-config.properties (keep it for
RC> compatibility) and jakarta-config.properties, and use
RC> application.properties? This one is already used by many popular
RC> runtimes like Spring, Quarkus, and Micronaut, to name a few.

Roberto, that's a rad idea. I like it.

Ed

--
You received this message because you are subscribed to the Google Groups "MicroProfile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microprofile+unsubscribe@xxxxxxxxxxxxxxxx.
To view this discussion visit https://groups.google.com/d/msgid/microprofile/LV2PR21MB31341CAF5DD63435FB1FB8F096F62%40LV2PR21MB3134.namprd21.prod.outlook.com.

--
You received this message because you are subscribed to the Google Groups "MicroProfile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microprofile+unsubscribe@xxxxxxxxxxxxxxxx.
To view this discussion visit https://groups.google.com/d/msgid/microprofile/574B291B-4999-4068-9306-0A1A1B9F9666%40yahoo.com.


--
Thanks
Emily

--
You received this message because you are subscribed to the Google Groups "MicroProfile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microprofile+unsubscribe@xxxxxxxxxxxxxxxx.
To view this discussion visit https://groups.google.com/d/msgid/microprofile/CAECq3A-%2BjFdx4gHGky0Aw6-39J1ne1jWvoL%2BSdr87Cb1FHcYpA%40mail.gmail.com.

_______________________________________________
config-dev mailing list
config-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org
_______________________________________________
config-dev mailing list
config-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org


--
Thanks
Emily


Back to the top