From bb6619d2b4ac08b98cd2a8dc35656d9fef90b6a2 Mon Sep 17 00:00:00 2001 From: David Mueller Date: Tue, 31 Jan 2023 13:43:17 -0500 Subject: [PATCH] edits per reivew #5822 --- modules/ROOT/pages/jakarta-ee10-diff.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/jakarta-ee10-diff.adoc b/modules/ROOT/pages/jakarta-ee10-diff.adoc index 28327a39c9..021f463b1f 100644 --- a/modules/ROOT/pages/jakarta-ee10-diff.adoc +++ b/modules/ROOT/pages/jakarta-ee10-diff.adoc @@ -180,10 +180,9 @@ When previous Liberty feature versions of RESTful Web Services (JAXRS) and RESTf Starting with RESTful Web Services 3.1 and RESTful Web Services Client 3.1, the Servlet APIs are no longer available by default when you enable these features. For Open Liberty applications that require Servlet APIs, you must also add the `servlet-6.0` feature to the `server.xml` file. === Concurrency APIs availability -When previous Liberty feature versions of RESTful Web Services (JAXRS) and RESTful Web Services Client were enabled, the Concurrency APIs were available to any Open Liberty application by default. - -Starting with RESTful Web Services 3.1 and RESTful Web Services Client 3.1, the Servlet APIs are no longer available by default when you enable these features. For Open Liberty applications that require Concurrency APIs, you must also add the `concurrent-3.0` feature to the `server.xml` file. +When the `restfulWS-3.0` and `restfulWSClient-3.0` Liberty features are enabled, the Concurrency APIs are available to any Open Liberty application by default. +Starting with RESTful Web Services 3.1 and RESTful Web Services Client 3.1, the Concurrency APIs are no longer available by default. For Open Liberty applications that require Concurrency APIs, you must also add the `concurrent-3.0` feature to the `server.xml` file. === Automatic service provider registration