Skip to content

Commit

Permalink
Draft requirement on standalone TCKs
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Apr 13, 2022
1 parent e2d17ec commit dc7bb12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion user_guides/jakartaee/src/main/jbake/content/rules-wp.adoc
Expand Up @@ -440,15 +440,22 @@ the Jakarta EE 9.1 Web Profile tests and the following Technology
Compatibility Kits (TCKs):

* Jakarta Contexts and Dependency Injection 3.0
* Jakarta Dependency Injection 2.0
* Jakarta Dependency Injection 2.0
* Jakarta Bean Validation 3.0
* Jakarta XML Binding 3.0 (If XML Binding is supported)
* Jakarta JSON Processing 2.1
* Jakarta JSON Binding 3.0
In addition to the compatibility rules outlined in this TCK User's
Guide, Jakarta EE 9.1 implementations must also adhere to all of the
compatibility rules defined in the User's Guides of the aforementioned
TCKs.

EE-WP21.1 If the Jakarta EE 10 Web Profile implementation uses a runtime which has
already been validated by the Technology Compatibility Kit,
the Jakarta EE 10 Web Profile implementation may use result of such validation
to claim its compliance with the Technology Compatibility Kit.

EE-WP22 Source Code in WSDL-to-Java Output when compiled by a Reference
Compiler must execute properly when run on a Reference Runtime.

Expand Down
7 changes: 7 additions & 0 deletions user_guides/jakartaee/src/main/jbake/content/rules.adoc
Expand Up @@ -459,12 +459,19 @@ TCK and the following Technology Compatibility Kits (TCKs):
* Jakarta Dependency Injection 2.0
* Jakarta Bean Validation 3.0
* Jakarta XML Binding 3.0 (If XML Binding is supported)
* Jakarta JSON Processing 2.1
* Jakarta JSON Binding 3.0

In addition to the compatibility rules outlined in this TCK User's
Guide, Jakarta EE 9.1 implementations must also adhere to all of the
compatibility rules defined in the User's Guides of the aforementioned
TCKs.

EE21.1 If the Jakarta EE 10 implementation uses a runtime which has
already been validated by the Technology Compatibility Kit,
the Jakarta EE 10 implementation may use result of such validation
to claim its compliance with the Technology Compatibility Kit.

EE22 Source Code in WSDL-to-Java Output when compiled by a Reference
Compiler must execute properly when run on a Reference Runtime.

Expand Down

0 comments on commit dc7bb12

Please sign in to comment.