Skip to content

Commit

Permalink
remove documentation for COMPAT at Platform TCK.
Browse files Browse the repository at this point in the history
Signed-off-by: gurunrao <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao committed May 27, 2022
1 parent ef29026 commit c857f6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
19 changes: 0 additions & 19 deletions user_guides/jakartaee/src/main/jbake/content/config.adoc
Expand Up @@ -226,25 +226,6 @@ container: +
-Djava.security.manager
----
+
Add this option to the list of other `-D JVM` options for this property. +
As mentioned previously, these settings can vary, but must match
whatever you used when setting up the Jakarta EE 10 CI server.
.. Add the following JVM option for JSTL test runs with JDK 11: +
+
[source,oac_no_warn]
----
-Djava.locale.providers=COMPAT
----
+
The JVM compatibility option should be passed while starting implementation
under test. +
`-Djava.locale.providers=COMPAT` option will enable JDK 8 compatibility mode, +
JDK 8 compatibility mode is required for tags TCK tests with Dates, TimeZones
to PASS with JDK 11. +
`-Djava.locale.providers=COMPAT` should not be passed to JVM, when tests are
run with JDK 8.
. Install the Jakarta EE 10 CI and configure basic settings, as described
in link:install.html#GBFTP[Chapter 4, "Installation."]
. Start the Jakarta EE 10 CI application server. +
Expand Down
1 change: 1 addition & 0 deletions user_guides/jakartaee/src/main/jbake/content/rules.adoc
Expand Up @@ -414,6 +414,7 @@ EE21 Compliance testing for Jakarta EE 10.0 consists of running Jakarta EE 10.0
TCK and the following Technology Compatibility Kits (TCKs):

* Jakarta Authentication 3.0
* Jakarta Batch 2.1
* Jakarta Bean Validation 3.0
* Jakarta Concurrency 3.0
* Jakarta Contexts and Dependency Injection 4.0
Expand Down

0 comments on commit c857f6f

Please sign in to comment.