Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdi-dev] CDI profiles (was RE: About parsing beans.xml files in Lite)
  • From: Manfred Riem <m_riem@xxxxxxxxxxx>
  • Date: Tue, 26 Jan 2021 15:22:45 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=qVuwF9KaN7Zh84jfFWkhOEJkhbjulCJizH5aeBWfunA=; b=f9FgqmurXTMffTA0RCcaaztxizHA7JFYr8zHrlxGwrAhYb6wcpQXvZV5CQUm9DxBvFw7xxBB6evMKGaYzk3/bYaw0rcwbG3jJpewtRs0dVa0maAhmWmCEdsE7t695Sfs9mGmyxQ/VjE4xp7ax2Kmw1XBTkcI9srBlsQe0DSeujyRxSCIXfKU8VfLOJ3hCXTTPMv/FdIKzsHK5Dr00lu89KFdyzyRF6tlddWautRIr9WCHoy+dy+iVcb4FD2xavZKUpsP1NWXhvE78uzMndx+VLdhMtb7xZY3JcFhfCi8p+GEpCi8AHWyML+CHW5NstLauUjDBfbuNOO/jAcrA0DaZA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EbI2PdVLDb8HyrY8JUescRQjmzuyBv4sutrL5S1cAYY2zQOO3TBCnLegcf5jQxT2k7jwRxjto8zIiX1Brvr/HG+SAse11hbU+yg4MGwRg6W5661wq+sCPyOyyzpZP9xTf+MaKIF4iB6kGnrrxSzwxC+r6vuAsSe/IRZktPEFR/DVSr7irumGbmVETSB2jP5q+ECdQcSOyu7SseRsDk7Vk3hqrm3Txye2U8hlygMXOj3nsq5sJjim93oREGLfoxS+FwIuKQNDQEo96ywQ+q838s9DKui7CZCZ2phSntXxI7sSzOz3L4RNGl3SAjavYbul+RIJzThfUS65jD9MXtiwIQ==
  • Delivered-to: cdi-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdi-dev/>
  • List-help: <mailto:cdi-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdi-dev>, <mailto:cdi-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdi-dev>, <mailto:cdi-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adbz9xg+tDK6jojiQ4yMDVyk4hjayQ==
  • Thread-topic: CDI profiles (was RE: [cdi-dev] About parsing beans.xml files in Lite)

Hi,

 

As it is clear that we are NOT gravitating towards a solution here I would like to pivot and propose an alternative that could be hopefully acceptable to all parties involved.

 

  1. Drop the notion of CDI Lite
  2. Introduce the notion of CDI profiles
  3. Define 3 profiles for the CDI specification
    1. CDI
    2. CDI – CP (Core Profile)
    3. CDI – BTF (Build Time Profile)
  4. Make 3c an optional profile as far as the specification is concerned (EE runtimes should not have to be required to support 3c)

 

Where 3b is a proper subset of 3a and 3c is a subgroup of 3b (or in other words 3c uses 3b and it is allowed to add its own incompatible  “sugar”).

 

Thoughts?

 

Thanks!


Kind regards,

Manfred Riem

 

From: cdi-dev <cdi-dev-bounces@xxxxxxxxxxx> On Behalf Of Ladislav Thon
Sent: Tuesday, January 26, 2021 7:59 AM
To: cdi-dev@xxxxxxxxxxx
Subject: Re: [cdi-dev] About parsing beans.xml files in Lite

 

Hi,

On 26. 01. 21 15:27, Manfred Riem wrote:

 I am sorry you think me asking for the one defining feature is inconvenient and make you feel like going around and around, but from my perspective it is a very important question to answer.

no, that's not inconvenient, I understand the desire to have a "defining feature" -- I'm just pointing out that we already went through a very similar discussion (here on this mailing list).

What is the one defining feature for CDI itself? I would argue when most folks think about CDI they think Dependency Injection.

 

So my question stands! What would most folks think this to be named variant would stand for?

 

Everything I have heard so far does not tell me that as I have only heard implementation concerns.

I don't think it's an implementation concern. If the specification can't be implemented under certain constraints, then either such implementation doesn't make any sense, or the specification needs to change. I personally believe it's the latter.

LT

 

Thanks!

 

Kind regards,

Manfred Riem


Back to the top