The initial migration of the CDI component specification EE integration requirements to the platform#838
Closed
starksm64 wants to merge 37 commits intojakartaee:mainfrom
Closed
The initial migration of the CDI component specification EE integration requirements to the platform#838starksm64 wants to merge 37 commits intojakartaee:mainfrom
starksm64 wants to merge 37 commits intojakartaee:mainfrom
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 <smarlow@redhat.com>
* Jakartify definition Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify decorators Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify events Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify implementation Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify inheritance Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify inject Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify interceptors Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify intro Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify lifecycle Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify packaging Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify scopes Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify spi Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify core packaging Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify core spi Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify inject Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Jakartify resolution Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Fix javax.* references to jakarta.* Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org> * Fix javax.annotation.ManagedBean reference in javadoc to jakarta.annotation.ManagedBean Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org>
Signed-off-by: Scott M Stark <starksm64@gmail.com>
…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 <starksm64@gmail.com>
…rectory Signed-off-by: Scott M Stark <starksm64@gmail.com>
…on requirements, jakartaee#837 Signed-off-by: Scott M Stark <starksm64@gmail.com>
3 tasks
Signed-off-by: Scott M Stark <starksm64@gmail.com>
Signed-off-by: Scott M Stark <starksm64@gmail.com>
Member
Author
|
The missing cross-references have been fixed by adding a xrefs.adoc section that points to the online CDI html specification sections. |
Contributor
|
@starksm64 how can we deal with the ECA check failures? |
Member
Author
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. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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