Skip to content

Commit

Permalink
COMPAT option documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: gurunandan.rao@oracle.com <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao committed Apr 12, 2021
1 parent 58bec30 commit 2df2766
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user_guides/jstl/src/main/jbake/content/config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ The porting package interface, `TSURLInterface.java`, obtains URL
strings for web resources in an implementation-specific manner. API
documentation for the `TSURLInterface.java` porting package interface is
available in the {TechnologyShortName} TCK documentation bundle.
+
4. JVM option `-Djava.locale.providers=COMPAT` should be passed for JDK 11 test runs.
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.

4.1.1 Initializing Database and Packaging the War Files for Deployment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 2df2766

Please sign in to comment.