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 4eff5e0 Java 7 compatibility
new d3b3552 Refactor InstanceManager lookup
new e5ee679 Refactor with a view towards using the InstanceManager with
decoders
new def4c1a Create/destroy Decoders via the InstanceManager (BZ 65262)
new 38aff8f 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: [email protected]
For additional commands, e-mail: [email protected]