100% in support. This is very close to what I had hoped when
Jakarta Config was launched almost three years ago.
This email is a follow up to the discussion at the 2025-02-04 Jakarta EE platform call.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.
- 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 testing
- Need 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 400
- 2. Environment properties, with an ordinal value of 300
- 3. The /META-INF/jakarta-config.properties resource, with an ordinal value of 200
- 4. The /META-INF/microprofile-config.properties resource, with an ordinal value of 100
Let's continue discussion using this "both lists on the To: line" approach rather than introduce another venue, such as the cn4j mailing list (eclipse archive).Sincerely,Ed Burns and Jared Anderson
Jakarta EE 12 release co-coordinators
_______________________________________________ config-dev mailing list [email protected] To unsubscribe from this list, visit https://accounts.eclipse.org
--
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 [email protected].
To view this discussion visit https://groups.google.com/d/msgid/microprofile/ac1f74ff-15ba-4990-b349-01de8e7f2eaf%40gmail.com.
On 4 Feb 2025, at 18:18, Jared Anderson via config-dev <[email protected]> wrote:This email is a follow up to the discussion at the 2025-02-04 Jakarta EE platform call.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.
- 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 testing
- Need 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 400
- 2. Environment properties, with an ordinal value of 300
- 3. The /META-INF/jakarta-config.properties resource, with an ordinal value of 200
- 4. The /META-INF/microprofile-config.properties resource, with an ordinal value of 100
This email is a follow up to the discussion at the 2025-02-04 Jakarta EE platform call.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.
- 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 testing
- Need 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 400
- 2. Environment properties, with an ordinal value of 300
- 3. The /META-INF/jakarta-config.properties resource, with an ordinal value of 200
- 4. The /META-INF/microprofile-config.properties resource, with an ordinal value of 100
Let's continue discussion using this "both lists on the To: line" approach rather than introduce another venue, such as the cn4j mailing list (eclipse archive).Sincerely,Ed Burns and Jared Anderson
Jakarta EE 12 release co-coordinators
_______________________________________________
config-dev mailing list
[email protected]
To unsubscribe from this list, visit https://accounts.eclipse.org
1. A technical problem regarding introducing circular dependencies.
2. A non-technical problem where Jakarta specs may not makedependencies on MicroProfile artifacts.
--
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 [email protected].
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.
2. A non-technical problem where Jakarta specs may not makedependencies 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 view this discussion visit https://groups.google.com/d/msgid/microprofile/574B291B-4999-4068-9306-0A1A1B9F9666%40yahoo.com.
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 11 Feb 2025, at 16:15, Reza Rahman via config-dev <[email protected]> wrote:
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:
_______________________________________________ config-dev mailing list [email protected] To unsubscribe from this list, visit https://accounts.eclipse.org
I am sure Ed and/or Jared will respond with their own thoughts - in the meantime let me share my two cents, including on some of the broader technical intricacies.
First a purely personal opinion independent of Microsoft. These are some of the intricacies of managing two platforms run by two separate working groups that in practice need to co-exist closely. It's the reason some of us espoused the hope that common dependencies and possible sources of colliding resources to manage would only be in one direction with the Jakarta EE Core Profile being keenly mindful of the needs of both MicroProfile as well as the other Jakarta EE Profiles (and hopefully in some distant future other non-Eclipse Foundation platforms that also depend on a stable/high-quality/minimal Core Profile). The hope would have been that platforms such as MicroProfile would deprecate APIs that are effectively standardized onto the shared space of the Core Profile.
Setting aside the above purely personal opinion, if MicroProfile
is very averse to supporting both Jakarta Config and MicroProfile
Config, I don't think it's too hard to just keep Config out of the
Core Profile including the small handful of Jakarta EE APIs there
(via spec profiles if needed). The major customer pain point is
needing to configure the data/external infrastructure related
Jakarta EE technologies using old style embedded XML or Java,
which are mostly not in the Core Profile anyway.
I am sure Ed and/or Jared will respond with their own thoughts - in the meantime let me share my two cents, including on some of the broader technical intricacies.
First a purely personal opinion independent of Microsoft. These are some of the intricacies of managing two platforms run by two separate working groups that in practice need to co-exist closely. It's the reason some of us espoused the hope that common dependencies and possible sources of colliding resources to manage would only be in one direction with the Jakarta EE Core Profile being keenly mindful of the needs of both MicroProfile as well as the other Jakarta EE Profiles (and hopefully in some distant future other non-Eclipse Foundation platforms that also depend on a stable/high-quality/minimal Core Profile). The hope would have been that platforms such as MicroProfile would deprecate APIs that are effectively standardized onto the shared space of the Core Profile.
Setting aside the above purely personal opinion, if MicroProfile is very averse to supporting both Jakarta Config and MicroProfile Config, I don't think it's too hard to just keep Config out of the Core Profile including the small handful of Jakarta EE APIs there (via spec profiles if needed). The major customer pain point is needing to configure the data/external infrastructure related Jakarta EE technologies using old style embedded XML or Java, which are mostly not in the Core Profile anyway.
On 2/17/2025 11:17 AM, Roberto Cortez via config-dev wrote:
I think that, in the case of config, other specifications can just specify the accepted config properties, regardless of how these properties are provided. The TCK could use system properties as a common config source.Then Microprofile umbrella can state that these properties are supplied by MP Config, Jakarta EE Platform would state they are supplied by Jakarta Config. Jakarta Core profile wouldn't need to include Jakarta Config. Or it could, but then MicroProfile would state that Jakarta Config is not required. I'm sure there's a way to define all this in a simple way so that everybody is happy.
With all that, I share the same sentiment with Reza. I always hoped that MP would tend to donate APIs to Jakarta after they become stable, and then completely rely on the Jakarta version of the API.
Kito/all,
Thanks for forwarding this, although the quote of quotes of quotes makes it very hard to read.
I fully agree with Otavio's message that both are developed under the Eclipse Foundation, and users of a product don't really care, if it was developed in repository A or B.
However, what Roberto outlined earlier about continuous copying between MP Config and Jakarta Config makes absolutely no sense.
RC> After the initial copy/paste, how would things evolve?My intention is that technical evolution would take place in theMicroProfile Config project. In the event of Jakarta specificaccommodations, we would1. Cross that bridge when we come to it.2. Try to come up with solutions that are palatable to both communities, JakartaEE and MicroProfile.3. If absolutely necessary, we would define content in MP Config thatwould have the proviso such as "this only takes effect in JakartaEE environments". There is ample precedent for such approaches. Seewhat we did with Faces when Validation was present (in EE) vs. notpresent (such as in Tomcat).RC> Would Jakarta keep the APIs in-sync?Yes. Every time Jakarta needed a new version, they would pick up achosen release of MP config to give the copy/paste treatment to.
MicroProfile consumes Jakarta EE, so there is no MP application or platform without a Jakarta EE platform, at the very least the Core Profile. So Jakarta Config is expected to be available in every profile. If the MP Config API was to co-exist with Jakarta Config forever, then applications would have to exclude one of them from their build system, otherwise they risk confusion or even mixing them in the same project with unforseen and unpredictable consequences. Especially if a Jakarta EE application using Jakarta Config API also wanted to use certain MP features like OpenTelemetry, Health, etc. internally configured via MP Config, but potentially even a different version of the API, if e.g. MP 8.1 used a new version of MP Config while Jakarta EE was still on 12 or 13 based on an older MP Config API.
If the API is a drop-in-replacement then nothing keeps the MP projects from using the Jakarta one after the next release. And it does not really matter, if it was maintained in https://github.com/jakartaee/config orOtherwise everyone, most importantly developers and users of both MP and Jakarta EE would face a "config hell".
Regards,Werner
From: config-dev <[email protected]> on behalf of Kito D. Mann via config-dev <[email protected]>
Sent: Friday, February 21, 2025 4:16 AM
To: Jakarta Config project developer discussions <[email protected]>; [email protected] <[email protected]>; Kito D. Mann <[email protected]>
Cc: Kito D. Mann <[email protected]>; [email protected] <[email protected]>
Subject: Re: [config-dev] [EXTERNAL] Re: [microprofile] Config for Jakarta EE 12 and MP.next
To be honest the whole thing is a mess that should have been sorted out years ago. As one of the 4 vendors that actually has a compatible implementation of Microprofile 6 and above the two WG should have merged years ago with innovation occurring in Jakarta ee as standalone specs then maturity being signalled by adoption into a platform spec.
On this particular point as Kenji stated MicroProfile explicitly voted on the pull model 5 years ago!!!! https://docs.google.com/document/d/1VQ5cvzhVhKYr27FKC1tVmf081eGLSNiuX-dhQ2BxItc/edit?pli=1&tab=t.0#heading=h.7e20q7f70ond which includes the explanatory text
"Downstream consumers will probably require a fork (with changing package names) to meet the downstream projects requirements."
This should not be controversial as it is rehashed continually.
While we have the same debates the market does not care and moves on.
SteveSent from Outlook for Android
From: config-dev <[email protected]> on behalf of Emily Jiang via config-dev <[email protected]>
Sent: Friday, February 21, 2025 11:25:40 am
To: Jakarta Config project developer discussions <[email protected]>; MicroProfile <[email protected]>
Cc: Emily Jiang <[email protected]>; Jakarta EE specifications <[email protected]>; Arjan Tijms via jakartaee-platform-dev <[email protected]>
_______________________________________________
jakarta.ee-spec mailing list
[email protected]
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakarta.ee-spec
This is indeed a very important branding, marketing, and
strategic consideration. What we observe is that while Jakarta EE
adoption and usage is not stellar, MicroProfile adoption and usage
fares even worse:
https://trends.google.com/trends/explore?date=2016-01-21%202025-02-21&q=Jakarta%20EE,MicroProfile&hl=en.
These have been the trends for some time now. It's not surprising
when customer express the preferences on this matter to us.
There exists MicroProfile Config Core 3.2. This contains the non-CDI parts of MicroProfile Config 3.1.
There exists MicroProfile Config 3.2. This contains the rest of MicroProfile Config 3.1 and still defines integration with a specific version of CDI. Specifically 2.0.
MicroProfile 7.1 includes MicroProfile Config 3.2.
Jakarta EE 12 depends MicroProfile Config Core 3.2 (which is a part of MicroProfile 7.1).
Functionality problems
A key part of the value of Config is the ability to use it from CDI. But because the CDI part is absent from MicroProfile Config Core 3.2, the Config specific CDI feature set is not available in Jakarta EE 12. This is unacceptable, considering how central CDI is to Jakarta EE and MicroProfile.
You don't often get email from [email protected].
Learn why this is important
|
But I doubt that this is the way to go in reality. MP Config most probably cann't meet the standards of Jakarta EE.
Another problem is that MP and EE have different release cycles
I doubt that the MP would accept that.
On 21 Feb 2025, at 17:29, Ondro Mihályi <[email protected]> wrote:I wrote my arguments against Jakarta EE depending on MP Config earlier today, quoting:
> Jakarta EE can depend on MP Config, or a core part of it (without CDI). But I doubt that this is the way to go in reality. MP Config most probably cann't meet the standards of Jakarta EE. Another problem is that MP and EE have different release cycles, and, even if EE depended only on a core MP Config part, releases of MP, MP Config Core, and EE would need to be synchronized. I doubt that the MP would accept that.
End of quote.We discussed this multiple times and always came to a conclusion that Jakarta EE shouldn’t depend on MP specs. If we’re going to question this again, we’re going nowhere.I stated proposals that I think are the only viable options. I hope we’ll have an agreement or that somebody comes with a betrer option.And I don’t question your past effort or contributions. I was talking about these endless discussions with no conclusions.OndroOn Fri, 21 Feb 2025 at 18:19, Roberto Cortez <[email protected]> wrote:I’m sorry Ondro, you are being completely unfair with your observations.We had this exact same discussion 5 years ago. In the now inactive CN4J group, there were two proposals, one to move and the other to keep, which were voted and the one to move won:The MP community never disrupted or hindered any efforts on a Jakarta Config after that decision. In fact, me and Emily were (with some other folks) the most active members in that group, either in calls, commits, issues, and so on. And we were there in good faith and pushed to move things forward, so threatening actions are not a good way to collaborate. You need to realize that based on previous experience, many of us are way more skeptical about the end results, so you also need to be more patient and educate us to convince us that your proposal is the best one.I have to apologize again, because I read the entire thread, and I couldn’t understand why Jakarta cannot accept anything in MicroProfile repositories. Do you mind explaining it again? You can reply privately if you want.Cheers,RobertoOn 21 Feb 2025, at 16:53, Ondro Mihályi via jakarta.ee-spec <[email protected]> wrote:Jakarta Core Profile cannot accept anything in MicroProfile repositories, as I argumented, it wouldn’t work. Disputing about things like this is exactly what I mean by hindering. We shouldn’t talk about options that just wouldn’t work, that’s a waste of time and going in circles.OndroOn Fri, 21 Feb 2025 at 17:10, Emily Jiang <[email protected]> wrote:I might have misunderstood what you meant on Option 1. I will just say Jakarta Core Profile just includes MP Config core. The repo will stay in MP.On Fri, Feb 21, 2025 at 4:05 PM Emily Jiang <[email protected]> wrote:My comments are inline.On Fri, Feb 21, 2025 at 3:55 PM Ondro Mihályi via config-dev <[email protected]> wrote:Exactly as Reza wrote. Just the latest Jakarta EE 10 is implemented by 9 distinct solutions, out of those at least 4 have full or partial support for MicroProfile. Only 2 solutions plus Quarkus primarily support MicroProfile and have no or only partial support for EE. I think this is in line of the adoption trends Reza wrote about.And now, it seems to me like Jakarta EE wants to evolve and bring Config, but MicroProfile has effectively hindered this initiative for a very long time, instead of helping and supporting Jakarta EE, which is at the core of MicroProfile. I don't see why Jakarta EE should take any consideration about MicroProfile at this stage, after MicroProfile choosing the pull model, and after being slowed down with all these discussion how to align with MicroProfile while MicroProfile doesn't even want to collaborate and align with Jakarta EE.I am not sure what you meant by saying MicroProfile has hindered this initiative. There was suggestions and I said multiple times at some calls. MicroProfile Config is willing to split up into 2 parts: core; cdi parts.I see only 2 options now:
- MicroProfile will cooperate and agree to move MP Config or at least its non-CDI part to Jakarta Core Profile, and then we can keep the packages without breaking the API
This is the option I offered to help and contribute. This is so far the best approach.
- Jakarta Config will be created in Jakarta Core Profile, with jakarta packages, and MicroProfile will need to cope with it. The new API can map the MP Config API or create a variant inspired by it
If this discussion continues for too long without a resolution, I will strongly support creating Jakarta Config spec without any regard to MicroProfile, either as a copy of MP Config APIs in jakarta packages, or a completely new API. And I will start contributing to Jakarta Config as a committer, together with some other committers who want to do some work instead of wasting time in discussions. There's no reason why these discussions should slow down Jakarta EE. I don't see these kind of discussions in Microprofile, why should we have them in EE?Ondro
On Fri, Feb 21, 2025 at 4:34 PM Reza Rahman via config-dev <[email protected]> wrote:
This is indeed a very important branding, marketing, and strategic consideration. What we observe is that while Jakarta EE adoption and usage is not stellar, MicroProfile adoption and usage fares even worse: https://trends.google.com/trends/explore?date=2016-01-21%202025-02-21&q=Jakarta%20EE,MicroProfile&hl=en. These have been the trends for some time now. It's not surprising when customer express the preferences on this matter to us.
On 2/21/2025 9:54 AM, Werner Keil wrote:
On 21 Feb 2025, at 17:59, Reza Rahman via config-dev <[email protected]> wrote:Thanks indeed. It’s been exceptionally difficult to track down what the prior recorded decisions had been so that they are not endlessly revisited. The primary intent for Microsoft was and is just to finally move forward Jakarta Config while giving the MicroProfile community a respectful heads up on intent.Our understanding of the prior challenges in Jakarta Config was a needless revisiting of fundamental design decisions already fairly successfully made in MicroProfile Config. We are trying to avoid doing that this time in favor of a streamlined path to a v1.From: jakartaee-platform-dev <[email protected]> on behalf of Steve Millidge (Payara) via jakartaee-platform-dev <[email protected]>
Sent: Friday, February 21, 2025 12:29 PM
To: jakartaee-platform developer discussions <[email protected]>; Ondro Mihályi <[email protected]>; Jakarta specification discussions <[email protected]>
Cc: Steve Millidge (Payara) <[email protected]>; Jakarta Config project developer discussions <[email protected]>
Subject: Re: [jakartaee-platform-dev] [jakarta.ee-spec] [config-dev] Config for Jakarta EE 12 and MP.next
Thanks Roberto for the references so it is clear that this has been voted on before and MP Config was agreed to move to Jakarta Config in the Jakarta namespace.
I thought we were rehashing old ground here.
-- Steve Millidge
From: jakartaee-platform-dev <[email protected]> On Behalf Of Roberto Cortez via jakartaee-platform-dev
Sent: 21 February 2025 17:20
To: Ondro Mihályi <[email protected]>; Jakarta specification discussions <[email protected]>
Cc: Roberto Cortez <[email protected]>; Jakarta Config project developer discussions <[email protected]>; jakartaee-platform developer discussions <[email protected]>
Subject: Re: [jakartaee-platform-dev] [jakarta.ee-spec] [config-dev] Config for Jakarta EE 12 and MP.next
I’m sorry Ondro, you are being completely unfair with your observations.
We had this exact same discussion 5 years ago. In the now inactive CN4J group, there were two proposals, one to move and the other to keep, which were voted and the one to move won:
The MP community never disrupted or hindered any efforts on a Jakarta Config after that decision. In fact, me and Emily were (with some other folks) the most active members in that group, either in calls, commits, issues, and so on. And we were there in good faith and pushed to move things forward, so threatening actions are not a good way to collaborate. You need to realize that based on previous experience, many of us are way more skeptical about the end results, so you also need to be more patient and educate us to convince us that your proposal is the best one.
I have to apologize again, because I read the entire thread, and I couldn’t understand why Jakarta cannot accept anything in MicroProfile repositories. Do you mind explaining it again? You can reply privately if you want.
Cheers,Roberto
On 21 Feb 2025, at 16:53, Ondro Mihályi via jakarta.ee-spec <[email protected]> wrote:
Jakarta Core Profile cannot accept anything in MicroProfile repositories, as I argumented, it wouldn’t work. Disputing about things like this is exactly what I mean by hindering. We shouldn’t talk about options that just wouldn’t work, that’s a waste of time and going in circles.
Ondro
On Fri, 21 Feb 2025 at 17:10, Emily Jiang <[email protected]> wrote:
I might have misunderstood what you meant on Option 1. I will just say Jakarta Core Profile just includes MP Config core. The repo will stay in MP.
On Fri, Feb 21, 2025 at 4:05 PM Emily Jiang <[email protected]> wrote:
My comments are inline.
On Fri, Feb 21, 2025 at 3:55 PM Ondro Mihályi via config-dev <[email protected]> wrote:Exactly as Reza wrote. Just the latest Jakarta EE 10 is implemented by 9 distinct solutions, out of those at least 4 have full or partial support for MicroProfile. Only 2 solutions plus Quarkus primarily support MicroProfile and have no or only partial support for EE. I think this is in line of the adoption trends Reza wrote about.
And now, it seems to me like Jakarta EE wants to evolve and bring Config, but MicroProfile has effectively hindered this initiative for a very long time, instead of helping and supporting Jakarta EE, which is at the core of MicroProfile. I don't see why Jakarta EE should take any consideration about MicroProfile at this stage, after MicroProfile choosing the pull model, and after being slowed down with all these discussion how to align with MicroProfile while MicroProfile doesn't even want to collaborate and align with Jakarta EE.I am not sure what you meant by saying MicroProfile has hindered this initiative. There was suggestions and I said multiple times at some calls. MicroProfile Config is willing to split up into 2 parts: core; cdi parts.
I see only 2 options now:
1. MicroProfile will cooperate and agree to move MP Config or at least its non-CDI part to Jakarta Core Profile, and then we can keep the packages without breaking the API
This is the option I offered to help and contribute. This is so far the best approach.
1. Jakarta Config will be created in Jakarta Core Profile, with jakarta packages, and MicroProfile will need to cope with it. The new API can map the MP Config API or create a variant inspired by it
If this discussion continues for too long without a resolution, I will strongly support creating Jakarta Config spec without any regard to MicroProfile, either as a copy of MP Config APIs in jakarta packages, or a completely new API. And I will start contributing to Jakarta Config as a committer, together with some other committers who want to do some work instead of wasting time in discussions. There's no reason why these discussions should slow down Jakarta EE. I don't see these kind of discussions in Microprofile, why should we have them in EE?
Ondro
On Fri, Feb 21, 2025 at 4:34 PM Reza Rahman via config-dev <[email protected]> wrote:
This is indeed a very important branding, marketing, and strategic consideration. What we observe is that while Jakarta EE adoption and usage is not stellar, MicroProfile adoption and usage fares even worse: https://trends.google.com/trends/explore?date=2016-01-21%202025-02-21&q=Jakarta%20EE,MicroProfile&hl=en. These have been the trends for some time now. It's not surprising when customer express the preferences on this matter to us.
On 2/21/2025 9:54 AM, Werner Keil wrote:
As Steve mentioned, the adoption and true certification of MP is merely a fraction of Jakarta EE.The most recent MP versions only got certified by one or two products, before that MP 6 had 4 compatible products according to Steve. Jakarta EE lists around 20 product by almost the same number of vendors. Not all may have certified against Jakarta EE 10, but in general the number of compatible implementations is higher. And let's not forget, MP as well as Spring also implements some of Jakarta EE, so that multiplies the usage drastically.
Regards,Werner
[email protected] schrieb am Freitag, 21. Februar 2025 um 15:20:54 UTC+1:
Hi,
Can you please clarify which standards MicroProfile Config cannot meet?
Also, why is there an assumption that MP Config wouldn’t accept some sort of release alignment? MP projects are free to release anytime they want.
Cheers,Roberto
On 21 Feb 2025, at 13:21, Ondro Mihályi <[email protected]> wrote:
Hi,
Yes, MP decided on the pull model. That means that the decision is solely on Jakarta EE, with the pull model, MicroProfile has decided they don't care about EE.
Copying/forking MP Config is not the only option, even with the pull model. Even with this model, Jakarta EE can depend on MP Config, or a core part of it (without CDI). But I doubt that this is the way to go in reality. MP Config most probably cann't meet the standards of Jakarta EE. Another problem is that MP and EE have different release cycles, and, even if EE depended only on a core MP Config part, releases of MP, MP Config Core, and EE would need to be synchronized. I doubt that the MP would accept that.
For the arguments above, the only reasonable options I see, are:
1. MP Config participates in this process and splits to core part and CDI part, so that the core part can be moved to Jakarta EE Core Profile without package changes2. Jakarta EE copies the core part of MP config under the jakarta package prefix and adds it to the Core Profile. Jakarta EE can introduce a new CDI Config integration spec, or the existing CDI spec can specify integration in the non-lite part, which is not part of EE Core Profile. This could still cause conflicts for implementations that provide both MP and EE, but we can hardly do anything about it3. Jakarta EE will not care about MP Config and will introduce its own API. This option makes sense only if all other options fail. We tried that already and haven't delivered in more than 2 years.
_______________________________________________
jakarta.ee-spec mailing list
[email protected]
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakarta.ee-spec
I will work with Dmitry Kornilov as the project lead for Jakarta Config to go through the specification process.
Thought experiment: MicroProfile Config Core 3.2 (part of MicroProfile 7.1) is used directly from Jakarta EE 12.
There exists MicroProfile Config Core 3.2. This contains the non-CDI parts of MicroProfile Config 3.1.
There exists MicroProfile Config 3.2. This contains the rest of MicroProfile Config 3.1 and still defines integration with a specific version of CDI. Specifically 2.0.
MicroProfile 7.1 includes MicroProfile Config 3.2.
Jakarta EE 12 depends MicroProfile Config Core 3.2 (which is a part of MicroProfile 7.1).
Problems with this approach
Functionality problems
A key part of the value of Config is the ability to use it from CDI. But because the CDI part is absent from MicroProfile Config Core 3.2, the Config specific CDI feature set is not available in Jakarta EE 12. This is unacceptable, considering how central CDI is to Jakarta EE and MicroProfile.
Consider this existing problem regarding backward incompatible changes. Let's say an EE 12 Core Profile specification introduces a backward incompatible change that does not work with the corresponding version of that specification in MicroProfile 7.1. Now, all vendors will need to incorporate MicroProfile 7.2 (which resolves this dependency problem) before we can have EE and MicroProfile versions that can be implemented by a vendor in a single product. This existing problem is now made even more difficult because the same thing can happen in reverse in the event MicroProfile Config introduces a backward incompatible change.
<ej>If we get MP Config core included in Jakarta Core Profile. MP Config Core will have a different release cadence and can release whenever it is needed. However, I suspect the core part is pretty stable and it won't need to do much changes. I don't think the EE release needs to wait for any MP releases. </ej>
We are effectively very closely tying the release cycles of Jakarta EE and MicroProfile. This is untenable.
<ej> I don't see the tying part of release cycles</ej>
Governance problems
Because MicroProfile Config Core 3.2 is a foundational part of Jakarta EE 12, and MicroProfile Config Core 3.2 is governed by MicroProfile governance, the independent existence and decision making of Jakarta EE is now impossible. For example if Jakarta EE needs a concrete change to MicroProfile Config, Jakarta EE must compel MicroProfile to accept this change in a timely fashion. This turns what was once a one-way dependency (MicroProfile depending on Jakarta EE for several core specifications) into a two-way dependency. To make matters worse, MicroProfile has adopted the pull model, which means they are not committed or bound to address the needs of Jakarta EE.
<ej>All of the MP members are part of Jakarta WG. Both WGs want to create a cohesive supporting model between MP and Jakarta. I don't think the situation you described would occur. Since the MP config spec group wants to work closely with Jakarta by putting Core Config in Jakarta Core Profile. The MP spec group should cooperate with Jarkarta for the ongoing support. We can state this in the MP config page if needed.</ej>
--
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 [email protected].
To view this discussion visit https://groups.google.com/d/msgid/microprofile/3629FA00-AC33-4970-94CA-14348C241B16%40yahoo.com.
Let's not use the "MicroProfile doesn't care about Jakarta EE" language. We care, but we also care about MicroProfile.
We wanted to build an alternative to the heavy-process-oriented JCP and to treat specifications more as open source projects. MicroProfile started as fast-moving with minimal process. Unfortunately, becoming a Working Group added more process and we've generally gone from 3 annual releases to 2 annual releases.
For current and future specifications, and their associated releases, we'd like to keep the process as lightweight as possible. IMHO, MicroProfile governance will continue to be lighter weight, faster-moving, and more cost-effective than Jakarta governance.
Using admittedly strong language here, I feel that MicroProfile Config is being hijacked by Jakarta.
The precedent will be set. This is not a one-off. Jakarta wants to take the MicroProfile AI effort
and use a "jakarta-microprofile-langchain4j" langchain4j repo name , with "jakarta" not only being in the repo name, but prefixed in the repo name. What's next? Move MicroProfile Rest Client into Jakarta Rest?
I feel that this will continue until MicroProfile is no longer viable and will be voted into Jakarta.
It will be sad if the project that brought Java (Jakarta) EE out of the grave is itself buried by it.