You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2021/12/09 21:34:39 UTC

[nifi] branch main updated (97198e3 -> f5dccb5)

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