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

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


    from 0235fd7  Remove trailing space
     new 56ce1d9  Refactor with a view towards using the InstanceManager with 
decoders
     new c48f647  Create/destroy Decoders via the InstanceManager (BZ 65262)
     new a23c578  Complete fix for BZ 65262. Encoders and decoders now use 
InstanceManager

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:
 .../tomcat/websocket/LocalStrings.properties       |  1 +
 .../apache/tomcat/websocket/PojoClassHolder.java   |  2 +-
 java/org/apache/tomcat/websocket/PojoHolder.java   |  2 +-
 java/org/apache/tomcat/websocket/Util.java         | 80 ++++++++++++++++------
 .../tomcat/websocket/WsRemoteEndpointImplBase.java | 21 +++++-
 java/org/apache/tomcat/websocket/WsSession.java    |  2 +-
 .../tomcat/websocket/pojo/LocalStrings.properties  |  2 +
 .../tomcat/websocket/pojo/PojoEndpointClient.java  |  9 +++
 .../pojo/PojoMessageHandlerWholeBase.java          | 43 +++++++++++-
 .../pojo/PojoMessageHandlerWholeBinary.java        | 23 ++-----
 .../pojo/PojoMessageHandlerWholeText.java          | 22 ++----
 .../tomcat/websocket/pojo/PojoMethodMapping.java   | 37 ++++++++--
 .../tomcat/websocket/server/WsServerContainer.java | 23 ++++---
 .../tomcat/websocket/TesterWsClientAutobahn.java   |  2 +-
 webapps/docs/changelog.xml                         |  6 +-
 15 files changed, 199 insertions(+), 76 deletions(-)

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

Reply via email to