David Handermann
David Handermann
I am not sure about the compatibility of the FIPS provider with SSHJ, but I know some algorithms will not work. I recommend removing the FIPS provider and testing with...
The logs indicate that Bouncy Castle is still missing at runtime.
@sawanverma I recommend continuing the conversation regarding FIPS on issue #669 as linked. Supporting FIPS would require adjustments to SSHJ, as well as careful selection of the key algorithms used...
@malthe Returning to this pull request after some time, thanks for your patience. On further review, I'm not sure it is a good fit to incorporate as a standard capability....
Thanks @malthe!
@bluedragonknight Although this pull request was not merged as noted, the Apache NiFi Jira Issue [NIFI-11492](https://issues.apache.org/jira/browse/NIFI-11492) might be another avenue of improvement for integration with Azure App Roles. As described...
@Kerr0220 if you are still working on this issue, please rebase against the current main branch. Changes in PR #6748 included updates to `MockFlowFile` that are applicable to this test...
@Kerr0220 As mentioned recently, changes from another PR should have improved and impacted behavior for this particular pull request. At this point, it would be best to open a new...
Thanks for the updates @lizhizhou, the record handling approach appears to be improved, I will take a closer look at this soon.
@lizhizhou I pushed a minor update to correct build errors related to removed CompressionType values, and also adjusted the unit test class name to match standard conventions. I will continue...