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