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

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


    from 39821e7b3c Add the initial plumbing for the loom module
     new 1c21f344be Refactor in preparation for adding initial Loom endpoint
     new ebbe5f1d16 Add initial Loom implementation
     new 2763077bba Sync local snapshot version with nexus snapshot version

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/tomcat/util/net/AbstractEndpoint.java   |  17 +-
 .../util/net/AbstractNetworkChannelEndpoint.java   |  39 +-
 java/org/apache/tomcat/util/net/Nio2Endpoint.java  |   2 +-
 java/org/apache/tomcat/util/net/NioEndpoint.java   |   2 +-
 .../coyote/http11/Http11BioLoomProtocol.java       |  33 +-
 .../apache/coyote/http11/Http11LoomProcessor.java  |  13 +-
 .../apache/tomcat/util/net/BioLoomEndpoint.java    | 455 +++++++++++++++++++++
 res/maven/mvn-pub.xml                              |   2 +-
 8 files changed, 509 insertions(+), 54 deletions(-)
 copy test/org/apache/catalina/loader/EchoTag.java => 
java/org/apache/tomcat/util/net/AbstractNetworkChannelEndpoint.java (54%)
 copy java/org/apache/catalina/users/SparseUserDatabase.java => 
modules/loom/src/main/java/org/apache/coyote/http11/Http11LoomProcessor.java 
(76%)
 create mode 100644 
modules/loom/src/main/java/org/apache/tomcat/util/net/BioLoomEndpoint.java


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

Reply via email to