nifi/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework-api
Mark Payne 4094c7f599
NIFI-12740 Fixed Threading Bug with Java to Python Bound Objects
Fixed a threading bug where Java makes a call to Python, Python create a Java object to return (ArrayList), Python returns the object and then cleans it up, notifying Java to remove it from 'bound objects', and then Java process the response and returns a null object because it's no longer bound

This closes #8356

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-02-09 08:34:49 -06:00
..
src/main/java/org/apache/nifi/python NIFI-12740 Fixed Threading Bug with Java to Python Bound Objects 2024-02-09 08:34:49 -06:00
pom.xml NIFI-12361-RC6 prepare for next development iteration 2023-11-22 18:35:27 -06:00