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 e092977  Move to javax
     new 59ef18f  Refactor InstanceManager lookup
     new ff45d67  Refactor with a view towards using the InstanceManager with 
decoders
     new 5675ae9  Create/destroy Decoders via the InstanceManager (BZ 65262)
     new ea99dd0  Complete fix for BZ 65262. Encoders and decoders now use 
InstanceManager

The 4 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         | 79 ++++++++++++++++------
 .../tomcat/websocket/WsRemoteEndpointImplBase.java | 20 +++++-
 java/org/apache/tomcat/websocket/WsSession.java    | 29 +++-----
 .../tomcat/websocket/WsWebSocketContainer.java     |  8 ++-
 .../tomcat/websocket/pojo/LocalStrings.properties  |  2 +
 .../tomcat/websocket/pojo/PojoEndpointClient.java  |  9 +++
 .../pojo/PojoMessageHandlerWholeBase.java          | 42 +++++++++++-
 .../pojo/PojoMessageHandlerWholeBinary.java        | 22 ++----
 .../pojo/PojoMessageHandlerWholeText.java          | 21 ++----
 .../tomcat/websocket/pojo/PojoMethodMapping.java   | 37 ++++++++--
 .../tomcat/websocket/server/WsServerContainer.java | 22 +++---
 .../tomcat/websocket/TesterWsClientAutobahn.java   |  2 +-
 webapps/docs/changelog.xml                         |  6 +-
 16 files changed, 207 insertions(+), 97 deletions(-)

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

Reply via email to