the way I've envisioned it:
- There is no dedicated EE API (none that I could find that is EE only, except for perhaps session scoped)
- There is SE specific API and the current API could be considered "core"
Take the current API module and create two submodules, one for core and one for SE. SE depends on core. EE still refers to core as the same existing coordinates (create new coordinates for the parent).
From: cdi-dev-bounces@lists.jboss.org <cdi-dev-bounces@lists.jboss.org> on behalf of Antoine Sabot-Durand <antoine@sabot-durand.net>
Sent: Wednesday, October 12, 2016 5:18 AM
To: cdi-dev
Subject: [cdi-dev] Spliting SE package in an independent jar
to avoid including CDI SE features in Java EE, we already talk about creating a specific SE jar.
Any thought on this approach?
Antoine