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

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


    from f1cd1dffdd Code clean-up. No functional change. CheckyStyle, IDE, 
reformatting
     new cc69f1b824 Back-port virtual thread support
     new e5decc41fb Add useVirtualThreads attribute to endpoints.

The 2 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  |  45 ++++++++-
 .../tomcat/util/compat/LocalStrings.properties     |   5 +
 .../apache/tomcat/util/net/AbstractEndpoint.java   |  23 ++++-
 .../threads/VirtualThreadExecutor.java}            |  34 +++----
 webapps/docs/changelog.xml                         |  11 +++
 webapps/docs/config/ajp.xml                        |   7 ++
 webapps/docs/config/executor.xml                   |  28 +++++-
 webapps/docs/config/http.xml                       |   7 ++
 11 files changed, 321 insertions(+), 27 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