This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from dc3a6bbb21 Fix back-port
     new 46aa047410 Back-port virtual thread support
     new 26bbf489b8 Add useVirtualThreads attribute to endpoints.
     new 3c8db89331 Add default prefix for virtual threads and document the 
default prefixes

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/catalina/core/LocalStrings.properties   |   3 +
 .../core/StandardVirtualThreadExecutor.java        | 103 +++++++++++++++++++++
 .../org/apache/tomcat/util/compat/Jre21Compat.java |  82 ++++++++++++++++
 java/org/apache/tomcat/util/compat/JreCompat.java  |  43 ++++++++-
 .../tomcat/util/compat/LocalStrings.properties     |   4 +
 .../apache/tomcat/util/net/AbstractEndpoint.java   |  23 ++++-
 .../threads/VirtualThreadExecutor.java}            |  34 +++----
 webapps/docs/changelog.xml                         |   7 ++
 webapps/docs/config/ajp.xml                        |   7 ++
 webapps/docs/config/executor.xml                   |  32 ++++++-
 webapps/docs/config/http.xml                       |   7 ++
 11 files changed, 317 insertions(+), 28 deletions(-)
 create mode 100644 
java/org/apache/catalina/core/StandardVirtualThreadExecutor.java
 create mode 100644 java/org/apache/tomcat/util/compat/Jre21Compat.java
 copy java/org/apache/tomcat/{websocket/WsExtension.java => 
util/threads/VirtualThreadExecutor.java} (59%)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to