This is an automated email from the ASF dual-hosted git repository.
thenatog pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 97198e3 NIFI-9382: This closes #5584. Added system test that
replicates issue in which a closed shared classloader causes issues when used
again NIFI-9382: Fixed issue with SharedInstanceClassLoader where the
classloader may get closed but then get used again. When the
SharedInstanceClassLoader is closed, we will now ensure that we don't use
anymore and instead create a new one.
add f5dccb5 NIFI-9444: Added reconnect property to JettyWebsocketClient.
No new revisions were added by this update.
Summary of changes:
.../nifi/websocket/jetty/JettyWebSocketClient.java | 38 ++++++--
.../websocket/jetty/ITJettyWebsocketReconnect.java | 105 +++++++++++++++++++++
2 files changed, 136 insertions(+), 7 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/src/test/java/org/apache/nifi/websocket/jetty/ITJettyWebsocketReconnect.java