Skip to content

Commit

Permalink
edits per reivew
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed Jan 31, 2023
1 parent 9e01b3c commit bb6619d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/ROOT/pages/jakarta-ee10-diff.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bb6619d

Please sign in to comment.