-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The initial migration of the CDI component specification EE integration requirements to the platform #838
Conversation
switch to Asciidcotor pdf generation (remove docbook). Twick licence blocks to have a nice pdf version
jakartaee#318) additional fix - missing chapter id. (jakartaee#325)
…red (jakartaee#303) - add @BeforeDestroyed
Nice to see text reviewer ;). Thx @tremes.
remove unused import minor syntax update to java 8
Clarify in core when request context is active, and change verbiage a bit to align to common term of context.
Signed-off-by: Scott Marlow <[email protected]>
* Jakartify definition Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify decorators Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify events Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify implementation Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify inheritance Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify inject Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify interceptors Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify intro Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify lifecycle Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify packaging Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify scopes Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify spi Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify core packaging Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify core spi Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify inject Signed-off-by: Ivar Grimstad <[email protected]> * Jakartify resolution Signed-off-by: Ivar Grimstad <[email protected]> * Fix javax.* references to jakarta.* Signed-off-by: Ivar Grimstad <[email protected]> * Fix javax.annotation.ManagedBean reference in javadoc to jakarta.annotation.ManagedBean Signed-off-by: Ivar Grimstad <[email protected]>
Signed-off-by: Scott M Stark <[email protected]>
…ental artifact (jakartaee#644) * Fix remnants of BeanManager.fireEvent() removal * Centralize common Maven properties in the parent POM * Fix EL import version in bundle metadata * Bump CDI version to 4.1 * Place the EL integration API to ELAwareBeanManager in a new supplemental API artifact The existing EL integration API in `BeanManager` is deprecated for removal.
…taee#750 Signed-off-by: Scott M Stark <[email protected]>
…rectory Signed-off-by: Scott M Stark <[email protected]>
…on requirements, jakartaee#837 Signed-off-by: Scott M Stark <[email protected]>
Signed-off-by: Scott M Stark <[email protected]>
Signed-off-by: Scott M Stark <[email protected]>
The missing cross-references have been fixed by adding a xrefs.adoc section that points to the online CDI html specification sections. |
@starksm64 how can we deal with the ECA check failures? |
We can't because by pulling in the history the check is looking at CDI committers who are not platform committers. We know where this came from so we will just have to ignore the failures. There are also people who are historic contributors before Jakarta existed and had to be exempted when the content was migrated into Jakarta. |
This is a work in progress to incorporate the CDI specification EE integration requirements to the platform.
This PR appears to include several commits in order to preserve the history of the related content from the CDI specification repository.
One big issue to resolve with this is how to handle the cross references to the CDI specification that no longer resolve. (FIXED)
fixes #837