Skip to content
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

Compatibility certification request for Open Liberty for Jakarta EE 10, Platform #644

Closed
10 tasks done
brideck opened this issue Apr 4, 2023 · 1 comment
Closed
10 tasks done
Labels
accepted Accepted certification or challenge request certification Compatibility certification request

Comments

@brideck
Copy link

brideck commented Apr 4, 2023

  • Organization Name ("Organization") and, if applicable, URL:

    IBM Corporation

  • Product Name, Version and download URL (if applicable):

    Open Liberty, 23.0.0.3

  • Specification Name, Version and download URL:

    Jakarta EE Platform, 10

  • TCK Version, digital SHA-256 fingerprint and download URL:

    Jakarta EE Platform TCK 10.0.2
    eb087d7fc5de5e05cce5d209faf9106cb1300c791f00580d06c7fd743d43dae1

  • Public URL of TCK Results Summary:

    Java 11 Test Results
    Java 17 Test Results

  • Any Additional Specification Certification Requirements:

    Jakarta Activation
    jakarta-activation-tck-2.1.1.zip
    30918e42fefd00c6ed123e4bd72cc1fe036a0eb64bf9d3c54a8902aa7b88ea54

    Jakarta Authentication
    jakarta-authentication-tck-3.0.1.zip
    8b916f1b4aed828337bd88b34bb39b133f04611c2dfe71541c2ec5d2dd22cd54

    Jakarta Batch
    jakarta.batch.official.tck-2.1.1.zip
    0dd8ca0f35cc696ea86d0dffaa1301cf2786806832ea1b2a491d528eaa57b3b7

    Jakarta Bean Validation
    beanvalidation-tck-dist-3.0.1.zip
    9da36d2d6e2eb8d413f886f15711820008419d210ce4c51af04f96e1ffd583b3

    Jakarta Concurrency
    concurrency-tck-3.0.2.zip
    22728d729f620d6a85ae903e7d1184e0a7508a4328491b785f1b4f3d7215ca93

    Jakarta Contexts and Dependency Injection
    cdi-tck-4.0.9-dist.zip
    3fc1db6a7578df561fd5a3bed4b26415c9cc8ae5ec0e6d907957fbdf5ff5e9f4

    Jakarta Debugging Support for Other Languages
    jakarta-debugging-tck-2.0.0.zip
    71999815418799837dc6f3d0dc40c3dcc4144cd90c7cdfd06aa69270483d78bc

    Jakarta Dependency Injection
    jakarta.inject-tck-2.0.2-bin.zip
    23bce4317ca061c3de648566cdf65c74b57e1264d6891f366567955d6b834972

    Jakarta Faces
    jakarta-faces-tck-4.0.2.zip
    82a897b7e55a54be7366495ae2e12794a7a63a4e9531d323b071eedf92f2c66b

    Jakarta JSON Binding
    jakarta-jsonb-tck-3.0.0.zip
    954fd9a3a67059ddeabe5f51462a6a3b542c94fc798094dd8c312a6a28ef2d0b

    Jakarta JSON Processing
    jakarta-jsonp-tck-2.1.1.zip
    949f203de84deffa8c7892b555918e42f1dd220ccb7b6800741ea58af62737c1

    Jakarta Mail
    jakarta-mail-tck-2.1.1.zip
    c749d4245acc51a53c8c3058782f3da6dfd87384a4485ce3fee3c8d36bd0df1b

    Jakarta RESTful Web Services
    jakarta-restful-ws-tck-3.1.3.zip
    8ff1e6ee4165ca5444cb181a4a70fcde94b9b3915cad948c7f1a029290b09773

    Jakarta Security
    jakarta-security-tck-3.0.1.zip
    d0f45856f62995135f4d0e32142c8b8e8d4adc9cdf5f23345accbca071d18c36

    Jakarta XML Binding
    jakarta-xml-binding-tck-4.0.0.zip
    33fa6a39e6ac6b767316efc2f71fed3577c3d364dd1f532d410915c30a0b5b67

  • Java runtime used to run the implementation:

    Java 11:
    java version "11.0.15" 2022-04-19
    IBM Semeru Runtime Certified Edition 11.0.15.0 (build 11.0.15+10)
    Eclipse OpenJ9 VM 11.0.15.0 (build openj9-0.32.0, JRE 11 Linux amd64-64-Bit Compressed References 20220427_337 (JIT enabled, AOT enabled)
    OpenJ9 - 9a84ec34e
    OMR - ab24b6666
    JCL - da9a227f69 based on jdk-11.0.15+10)

    Java 17:
    java version "17.0.4.1" 2022-08-12
    IBM Semeru Runtime Certified Edition 17.0.4.1 (build 17.0.4.1+1)
    Eclipse OpenJ9 VM 17.0.4.1 (build openj9-0.33.1, JRE 17 Linux amd64-64-Bit Compressed References 20220812_206 (JIT enabled, AOT enabled)
    OpenJ9 - 1d9d16830
    OMR - b58aa2708
    JCL - df9b7169bff based on jdk-17.0.4.1+1)

  • Summary of the information for the certification environment, operating system, cloud, ...:

    Linux Ubuntu 18.04 LTS, Apache Derby

  • By checking this box I acknowledge that the Organization I represent accepts the terms of the EFTL.

  • By checking this box I attest that all TCK requirements have been met, including any compatibility rules.

@brideck brideck added the certification Compatibility certification request label Apr 4, 2023
@Emily-Jiang Emily-Jiang added the accepted Accepted certification or challenge request label Apr 19, 2023
@Emily-Jiang
Copy link
Contributor

Accept this issue (fall into 2-week laze consensus)

starksm64 pushed a commit to jakartaredhat/jakartaee-platform that referenced this issue Feb 1, 2024
…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.
edburns pushed a commit to azure-javaee/jakartaee-platform that referenced this issue Mar 4, 2024
Signed-off-by: Kevin Sutter <kwsutter@gmail.com>

Initial draft outline of the core profile specification

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Fix typo in CDI lite reference

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Initial draft outline of the core profile specification (jakartaee#356)

* Initial draft outline of the core profile specification

Signed-off-by: Scott M Stark <starksm64@gmail.com>

* Fix typo in CDI lite reference

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Prepare next development version (jakartaee#366)

Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org>

removal of managed beans spec content and build process

Signed-off-by: Kevin Sutter <kwsutter@gmail.com>

PNG to SVG images format conversion.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

1) Figure 5 converted from PNG to SVG, 2) margin of 5 mm is added to Figure 4, 3) Elements are aligned.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

1) Figure 6 converted from PNG to SVG, 2) error corrected in Figure 5.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Figure 7 in SVG format.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Figure 8 in SVG format.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

References in the spec from png to svg are updated as requested.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

JavaEEapplication_schema.svg conversion

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

JavaEEapplication_schema.svg errata corrige and other 3 images converted.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

JavaEEapplication_schema.svg errata corrige and other 3 images converted.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

JavaEEapplication-client_schema.svg errata corrige.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

The next images convertion done.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Last images (Platform_Spec-24.svg, Platform_Spec-23.svg, Platform_Spec-21.svg, JavaEEapplication_DTD.svg) converted.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

1) Errata corrige for images 22, 23, 24; 2) all of the doc references updated to point at the svg files instead of the png files.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Begin work on the EE 10.0 specs
Update asciidoc related dependencies, clean up warnings and add coreprofile spec generation
Set version to 10.0

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Remove applet requirements, jakartaee#298
Change Java SE 8 references to Java SE 11, jakartaee#331

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address comments from  @kazumura

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Remove applet requirements, jakartaee#298, update Java SE jakartaee#331 (jakartaee#417)

* Remove applet requirements, jakartaee#298
Change Java SE 8 references to Java SE 11, jakartaee#331

Signed-off-by: Scott M Stark <starksm64@gmail.com>

* Address comments from  @kazumura

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Remove the Applet container from the diagram, jakartaee#298

Signed-off-by: starksm64 <starksm64@gmail.com>

Remove applet container from interoperability diagram

Signed-off-by: starksm64 <starksm64@gmail.com>

Remove the managed bean spec generation that was readded in a PR merge.

Signed-off-by: starksm64 <starksm64@gmail.com>

Fix the out of date img references that had been converted to svg, jakartaee#435

Signed-off-by: starksm64 <starksm64@gmail.com>

Various errata corriges.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Broken line at the start of 8.3. Class Loading Requirements paragraph.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Broken line at the end of 8.3.3. paragraph

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Two errata corrige: 'Jakarta instead of Jaav' and '_multitier applications_' istead of 'multitier __ applications'

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Update documentation regarding Java SE base level

Start a dependency graph section in the specs

Signed-off-by: starksm64 <starksm64@gmail.com>

Correct authentication label

Signed-off-by: starksm64 <starksm64@gmail.com>

Add ejb, jta child dependencies

Signed-off-by: starksm64 <starksm64@gmail.com>

Label cdi -> {jta, ejb} dependency with javadoc

Signed-off-by: starksm64 <starksm64@gmail.com>

Update web profile dependencies to latest versions

Signed-off-by: Scott M Stark <starksm64@gmail.com>

First pass at removing core profile requirements, jakartaee#413

Signed-off-by: starksm64 <starksm64@gmail.com>

Add clarification from ksutter.

Signed-off-by: starksm64 <starksm64@gmail.com>

Move the JNDI/JTA requirements from Platform profiles section to Web profile

Signed-off-by: starksm64 <starksm64@gmail.com>

Address comment from Edwin

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Further simplifications

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Update specification versions and related documents

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add Jakarta Concurrency 3.0

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add Jakarta Concurrency Specification 3.0 to related docs

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Statement for jakartaee#460, jakartaee#406

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Make the last paragraph a decision statement

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add a future statement regarding JPMS, make clear there are no requirements currently jakartaee#425

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Refine module-info.class description to clarify they are not standard

Clarify vendor module-info.class contents can be different and may conflict with those in the spec project API jars.

Add a statement about restrictions of using the jakarta package namespace, jakartaee#457

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Just talk about the jakarta package name restrictions.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Minor updates to core profile

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Link to working group about page

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address some comments about core profile spec doc

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Fix the CDI spec link as there is no separate CDI Lite spec.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Update the component spec versions

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Breakout the copyright section to a new document, jakartaee#499

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address review comments

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Order included specs by name
drop the managed bean spec

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Minor updates to web profile and platform spec

Signed-off-by: Scott M Stark <starksm64@gmail.com>

The requirements were really optional behaviors from other specs, so reorg those and add that CDI Java SE is not a requirement.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Correct sorted ordering of required components

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Better ordering

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address comments from scottmarlow

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Note managed beans are deprecated for removal, jakartaee#502

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Follow through on removal of entity beans and embeddable EJB container

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Updated removed list to the EE 10 candidates

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add Connectors 2.1 to to the list

Update platform-spec.adoc (jakartaee#506)

We added this commemoration for Jakarta EE 9. I guess it is appropriate to take it out from Jakarta EE 10

Update ApplicationProgrammingInterface.adoc

Remove version numbers, provide reference to Application Programming Interface chapter for specific versions. Fixed Security Spec. name. Noted Web Services Metadata is moved to XML Web Services.

Remove SOAP with Attachments version from table
Order specifications alphabetically to match Profiles ordering
Rename Server Pages Debugging to Debugging Support for Other Languages

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address TBDs in platform spec

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Include the removed tech in the changes

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address jakartaee#567, fix old specification version references.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

update profile names in CCR request template (jakartaee#649)

Add a tck challenge template

Simplifying spec generation
switch to Asciidcotor pdf generation (remove docbook).
Twick licence blocks to have a nice pdf version

CDI-538 Section 3.8 on CDI 1.2 spec javax.security.Principal (now in 17.8)

CDI-416 Typo on @PersistencContext

Fix minor grammar mistakes

Introduce new ref in EE for TCK

Fix interceptors_ee.asciidoc file name.

Cleaning source asciidoc files to have one sentence per line

Migrating to Asciidoctor 1.5+ notation

CDI-553 move notion of "security context" to EE part.

CDI-545 observers can be only local bussines method.

CDI-569 Add @ObservesAsync where the spec mention @observes

Correct sources to match one sentence per line

CDI-571 producer and disposer methods can be only local bussines method of EJB. (jakartaee#284)

Correcting typos on Asciidoctor links

CDI-555 remove the outdated wording linked to previous Java SE boot api

CDI-500 Clarify @Intercepted bean metadata injection for EE components (jakartaee#318)
additional fix - missing chapter id. (jakartaee#325)

CDI-625 Make it clear when exactly are context init/destroy events fired (jakartaee#303)

- add @BeforeDestroyed

Few language updates (jakartaee#329)

Nice to see text reviewer ;). Thx @tremes.

CDI-667 introduce new chapter for trimmed bean archive in Java EE. (jakartaee#368)

Cleaning Javadoc and typos
remove unused import
minor syntax update to java 8

CDI-495 What happens if an illegal bean type is found in the set of bean types (jakartaee#363)

CDI-689 Typo or unclear message in 24.1.2 (jakartaee#382)

CDI-690 Request Context Clarification (jakartaee#385)

Clarify in core when request context is active, and change verbiage a bit to align to common term of context.

change from javax.* to jakarta.* (jakartaee#414)

Signed-off-by: Scott Marlow <smarlow@redhat.com>

Jakartify (jakartaee#444)

* 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>

Fix the javax.servlet package usage

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Removal of deprecated APIs: BeanManager.fireEvent()

Removal of deprecated APIs: @New

comprehensive review and various Lite/Full split changes

Rename files and chapter refereces to align with rest of the specification

Bump CDI version to 4.1 and place EL integration API in a new supplemental 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.

Remove references to the removed jakarta.annotation.ManagedBean jakartaee#750

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Move the CDI EE integration spec requirements to a new cdi-ee-spec directory

Signed-off-by: Scott M Stark <starksm64@gmail.com>

The initial migration of the CDI component specification EE integration requirements, jakartaee#837

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add an approach to correct the missing cross-references.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add an approach to correct the missing cross-references.

Signed-off-by: Scott M Stark <starksm64@gmail.com>
edburns added a commit that referenced this issue Mar 29, 2024
* Managed Beans version should be 2.1-SNAPSHOT

Signed-off-by: Kevin Sutter <kwsutter@gmail.com>

Initial draft outline of the core profile specification

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Fix typo in CDI lite reference

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Initial draft outline of the core profile specification (#356)

* Initial draft outline of the core profile specification

Signed-off-by: Scott M Stark <starksm64@gmail.com>

* Fix typo in CDI lite reference

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Prepare next development version (#366)

Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org>

removal of managed beans spec content and build process

Signed-off-by: Kevin Sutter <kwsutter@gmail.com>

PNG to SVG images format conversion.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

1) Figure 5 converted from PNG to SVG, 2) margin of 5 mm is added to Figure 4, 3) Elements are aligned.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

1) Figure 6 converted from PNG to SVG, 2) error corrected in Figure 5.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Figure 7 in SVG format.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Figure 8 in SVG format.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

References in the spec from png to svg are updated as requested.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

JavaEEapplication_schema.svg conversion

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

JavaEEapplication_schema.svg errata corrige and other 3 images converted.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

JavaEEapplication_schema.svg errata corrige and other 3 images converted.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

JavaEEapplication-client_schema.svg errata corrige.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

The next images convertion done.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Last images (Platform_Spec-24.svg, Platform_Spec-23.svg, Platform_Spec-21.svg, JavaEEapplication_DTD.svg) converted.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

1) Errata corrige for images 22, 23, 24; 2) all of the doc references updated to point at the svg files instead of the png files.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Begin work on the EE 10.0 specs
Update asciidoc related dependencies, clean up warnings and add coreprofile spec generation
Set version to 10.0

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Remove applet requirements, #298
Change Java SE 8 references to Java SE 11, #331

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address comments from  @kazumura

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Remove applet requirements, #298, update Java SE #331 (#417)

* Remove applet requirements, #298
Change Java SE 8 references to Java SE 11, #331

Signed-off-by: Scott M Stark <starksm64@gmail.com>

* Address comments from  @kazumura

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Remove the Applet container from the diagram, #298

Signed-off-by: starksm64 <starksm64@gmail.com>

Remove applet container from interoperability diagram

Signed-off-by: starksm64 <starksm64@gmail.com>

Remove the managed bean spec generation that was readded in a PR merge.

Signed-off-by: starksm64 <starksm64@gmail.com>

Fix the out of date img references that had been converted to svg, #435

Signed-off-by: starksm64 <starksm64@gmail.com>

Various errata corriges.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Broken line at the start of 8.3. Class Loading Requirements paragraph.

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Broken line at the end of 8.3.3. paragraph

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Two errata corrige: 'Jakarta instead of Jaav' and '_multitier applications_' istead of 'multitier __ applications'

Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>

Update documentation regarding Java SE base level

Start a dependency graph section in the specs

Signed-off-by: starksm64 <starksm64@gmail.com>

Correct authentication label

Signed-off-by: starksm64 <starksm64@gmail.com>

Add ejb, jta child dependencies

Signed-off-by: starksm64 <starksm64@gmail.com>

Label cdi -> {jta, ejb} dependency with javadoc

Signed-off-by: starksm64 <starksm64@gmail.com>

Update web profile dependencies to latest versions

Signed-off-by: Scott M Stark <starksm64@gmail.com>

First pass at removing core profile requirements, #413

Signed-off-by: starksm64 <starksm64@gmail.com>

Add clarification from ksutter.

Signed-off-by: starksm64 <starksm64@gmail.com>

Move the JNDI/JTA requirements from Platform profiles section to Web profile

Signed-off-by: starksm64 <starksm64@gmail.com>

Address comment from Edwin

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Further simplifications

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Update specification versions and related documents

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add Jakarta Concurrency 3.0

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add Jakarta Concurrency Specification 3.0 to related docs

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Statement for #460, #406

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Make the last paragraph a decision statement

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add a future statement regarding JPMS, make clear there are no requirements currently #425

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Refine module-info.class description to clarify they are not standard

Clarify vendor module-info.class contents can be different and may conflict with those in the spec project API jars.

Add a statement about restrictions of using the jakarta package namespace, #457

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Just talk about the jakarta package name restrictions.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Minor updates to core profile

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Link to working group about page

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address some comments about core profile spec doc

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Fix the CDI spec link as there is no separate CDI Lite spec.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Update the component spec versions

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Breakout the copyright section to a new document, #499

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address review comments

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Order included specs by name
drop the managed bean spec

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Minor updates to web profile and platform spec

Signed-off-by: Scott M Stark <starksm64@gmail.com>

The requirements were really optional behaviors from other specs, so reorg those and add that CDI Java SE is not a requirement.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Correct sorted ordering of required components

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Better ordering

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address comments from scottmarlow

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Note managed beans are deprecated for removal, #502

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Follow through on removal of entity beans and embeddable EJB container

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Updated removed list to the EE 10 candidates

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add Connectors 2.1 to to the list

Update platform-spec.adoc (#506)

We added this commemoration for Jakarta EE 9. I guess it is appropriate to take it out from Jakarta EE 10

Update ApplicationProgrammingInterface.adoc

Remove version numbers, provide reference to Application Programming Interface chapter for specific versions. Fixed Security Spec. name. Noted Web Services Metadata is moved to XML Web Services.

Remove SOAP with Attachments version from table
Order specifications alphabetically to match Profiles ordering
Rename Server Pages Debugging to Debugging Support for Other Languages

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address TBDs in platform spec

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Include the removed tech in the changes

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Address #567, fix old specification version references.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

update profile names in CCR request template (#649)

Add a tck challenge template

Simplifying spec generation
switch to Asciidcotor pdf generation (remove docbook).
Twick licence blocks to have a nice pdf version

CDI-538 Section 3.8 on CDI 1.2 spec javax.security.Principal (now in 17.8)

CDI-416 Typo on @PersistencContext

Fix minor grammar mistakes

Introduce new ref in EE for TCK

Fix interceptors_ee.asciidoc file name.

Cleaning source asciidoc files to have one sentence per line

Migrating to Asciidoctor 1.5+ notation

CDI-553 move notion of "security context" to EE part.

CDI-545 observers can be only local bussines method.

CDI-569 Add @ObservesAsync where the spec mention @observes

Correct sources to match one sentence per line

CDI-571 producer and disposer methods can be only local bussines method of EJB. (#284)

Correcting typos on Asciidoctor links

CDI-555 remove the outdated wording linked to previous Java SE boot api

CDI-500 Clarify @Intercepted bean metadata injection for EE components (#318)
additional fix - missing chapter id. (#325)

CDI-625 Make it clear when exactly are context init/destroy events fired (#303)

- add @BeforeDestroyed

Few language updates (#329)

Nice to see text reviewer ;). Thx @tremes.

CDI-667 introduce new chapter for trimmed bean archive in Java EE. (#368)

Cleaning Javadoc and typos
remove unused import
minor syntax update to java 8

CDI-495 What happens if an illegal bean type is found in the set of bean types (#363)

CDI-689 Typo or unclear message in 24.1.2 (#382)

CDI-690 Request Context Clarification (#385)

Clarify in core when request context is active, and change verbiage a bit to align to common term of context.

change from javax.* to jakarta.* (#414)

Signed-off-by: Scott Marlow <smarlow@redhat.com>

Jakartify (#444)

* 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>

Fix the javax.servlet package usage

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Removal of deprecated APIs: BeanManager.fireEvent()

Removal of deprecated APIs: @New

comprehensive review and various Lite/Full split changes

Rename files and chapter refereces to align with rest of the specification

Bump CDI version to 4.1 and place EL integration API in a new supplemental artifact (#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.

Remove references to the removed jakarta.annotation.ManagedBean #750

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Move the CDI EE integration spec requirements to a new cdi-ee-spec directory

Signed-off-by: Scott M Stark <starksm64@gmail.com>

The initial migration of the CDI component specification EE integration requirements, #837

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add an approach to correct the missing cross-references.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

Add an approach to correct the missing cross-references.

Signed-off-by: Scott M Stark <starksm64@gmail.com>

* On branch edburns-msft-redhat-cdi-integration-838 WIP
Your branch is up to date with 'origin/edburns-msft-redhat-cdi-integration-838'.

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
	new file:   specification/src/main/asciidoc/shared-includes/IntegrationRequirements.adoc

Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   specification/pom.xml
	deleted:    specification/src/main/asciidoc/platform/IntegrationRequirements.adoc
	modified:   specification/src/main/asciidoc/platform/Platform.adoc
	modified:   specification/src/main/asciidoc/webprofile/WebProfile.adoc

Signed-off-by: Ed Burns <Edward.Burns@microsoft.com>

* On branch edburns-msft-redhat-cdi-integration-838 Addresses #855 (review) from @arjantijms
modified:   specification/src/main/asciidoc/platform/cdi-ee-spec/implementation_ee.adoc

Move this text to jakartaee/security#323 .

Signed-off-by: Ed Burns <Edward.Burns@microsoft.com>

* On branch edburns-msft-redhat-cdi-integration-838 Put back the JTA related buitlt-in bean.
modified:   specification/src/main/asciidoc/platform/cdi-ee-spec/implementation_ee.adoc

Signed-off-by: Ed Burns <Edward.Burns@microsoft.com>

---------

Signed-off-by: Scott M Stark <starksm64@gmail.com>
Signed-off-by: Ed Burns <Edward.Burns@microsoft.com>
Co-authored-by: Kevin Sutter <kwsutter@gmail.com>
Co-authored-by: Ed Burns <Edward.Burns@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted certification or challenge request certification Compatibility certification request
Projects
None yet
Development

No branches or pull requests

2 participants